aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index 70d63f0..ca647c5 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,15 @@
+2021-12-10 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ PR d/103528
+ * libdruntime/MERGE: Merge upstream druntime bc58b1e9.
+ * libdruntime/Makefile.am (DRUNTIME_DSOURCES_LINUX): Remove
+ core/sys/linux/syscalls.d.
+ * libdruntime/Makefile.in: Regenerate.
+ * src/MERGE: Merge upstream phobos 12329adb6.
+ * testsuite/libphobos.config/config.exp: Add test22523.
+ * libdruntime/core/sys/linux/syscalls.d: Removed.
+ * testsuite/libphobos.config/test22523.d: New test.
+
2021-12-08 Iain Buclaw <ibuclaw@gdcproject.org>
PR d/103558