]> git.ipfire.org Git - people/ms/gcc.git/commitdiff
Daily bump.
authorGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 14 Dec 2022 00:21:20 +0000 (00:21 +0000)
committerGCC Administrator <gccadmin@gcc.gnu.org>
Wed, 14 Dec 2022 00:21:20 +0000 (00:21 +0000)
gcc/DATESTAMP
libphobos/ChangeLog

index 349ad3e1070d748bed879dfbf788f34a14118170..fb5d5da64c6041f451d36bf192bb628a05f0741f 100644 (file)
@@ -1 +1 @@
-20221213
+20221214
index f3d4413324302b96ee75341d67130fe50d0b7caf..9656a8082724105bfb7a85cf2c7ee1c424480943 100644 (file)
@@ -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: