diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-10-16 00:17:13 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-10-16 00:17:13 +0000 |
commit | d5cfabc677b08f38ea5d5f85deeda746b4fabb88 (patch) | |
tree | a0911822f973c6d90d8c8b2b7ca2696a6b537a05 /libphobos | |
parent | 643a5223f1a1860a88c215d715f079d7f846843c (diff) | |
download | gcc-d5cfabc677b08f38ea5d5f85deeda746b4fabb88.zip gcc-d5cfabc677b08f38ea5d5f85deeda746b4fabb88.tar.gz gcc-d5cfabc677b08f38ea5d5f85deeda746b4fabb88.tar.bz2 |
Daily bump.
Diffstat (limited to 'libphobos')
-rw-r--r-- | libphobos/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libphobos/ChangeLog b/libphobos/ChangeLog index c455e3e..de5cbfa 100644 --- a/libphobos/ChangeLog +++ b/libphobos/ChangeLog @@ -1,3 +1,15 @@ +2023-10-15 Iain Buclaw <ibuclaw@gdcproject.org> + + * libdruntime/MERGE: Merge upstream druntime f9efc98fd7. + * libdruntime/Makefile.am (DRUNTIME_DSOURCES): Add + core/internal/newaa.d. + * libdruntime/Makefile.in: Regenerate. + * src/MERGE: Merge upstream phobos a3f22129d. + * testsuite/libphobos.hash/test_hash.d: Update test. + * testsuite/libphobos.phobos/phobos.exp: Add compiler flags + -Wno-deprecated. + * testsuite/libphobos.phobos_shared/phobos_shared.exp: Likewise. + 2023-09-23 Iain Buclaw <ibuclaw@gdcproject.org> * libdruntime/MERGE: Merge upstream druntime 4574d1728d. |