+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: