aboutsummaryrefslogtreecommitdiff
path: root/libphobos
diff options
context:
space:
mode:
authorGCC Administrator <gccadmin@gcc.gnu.org>2022-12-14 00:21:20 +0000
committerGCC Administrator <gccadmin@gcc.gnu.org>2022-12-14 00:21:20 +0000
commit0e74a5458ee23919e2e5b4f7e5ef1787a1b2a41d (patch)
treef9169d71b905beff2f13dcfc85714a107f89d3f0 /libphobos
parentc7a3faf3bcfbce2c87842160fd1344f9c3f216c5 (diff)
downloadgcc-0e74a5458ee23919e2e5b4f7e5ef1787a1b2a41d.zip
gcc-0e74a5458ee23919e2e5b4f7e5ef1787a1b2a41d.tar.gz
gcc-0e74a5458ee23919e2e5b4f7e5ef1787a1b2a41d.tar.bz2
Daily bump.
Diffstat (limited to 'libphobos')
-rw-r--r--libphobos/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog
index f3d4413..9656a80 100644
--- a/libphobos/ChangeLog
+++ b/libphobos/ChangeLog
@@ -1,3 +1,16 @@
+2022-12-13 Iain Buclaw <ibuclaw@gdcproject.org>
+
+ * libdruntime/core/stdc/fenv.d: Compile in MIPS uClibc bindings on
+ MIPS_Any targets.
+ * libdruntime/core/stdc/math.d: Likewise.
+ * libdruntime/core/sys/posix/dlfcn.d: Likewise.
+ * libdruntime/core/sys/posix/setjmp.d: Add MIPS64 definitions for
+ CRuntime_UClibc.
+ * libdruntime/core/sys/posix/sys/types.d: Likewise.
+ * src/std/path.d (expandTilde): Handle more errno codes that could be
+ left set by getpwnam_r.
+ * src/std/stdio.d: Set CRuntime_UClibc as GENERIC_IO target.
+
2022-06-15 Iain Buclaw <ibuclaw@gdcproject.org>
Backported from master: