diff options
| author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-10-28 00:16:37 +0000 |
|---|---|---|
| committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-10-28 00:16:37 +0000 |
| commit | 7f974c5fd4f59a9d8dd20c49a0e2909cb290f4b4 (patch) | |
| tree | 8e4e20e35d7ab6f7bc4e574aa77a80c2cf27ebb9 /libgm2 | |
| parent | 4d3d2cdb574488223d023b590c3a34ddd93f4dae (diff) | |
Daily bump.
Diffstat (limited to 'libgm2')
| -rw-r--r-- | libgm2/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/libgm2/ChangeLog b/libgm2/ChangeLog index 2bebe8d3fd8..7fda5997edf 100644 --- a/libgm2/ChangeLog +++ b/libgm2/ChangeLog @@ -1,3 +1,27 @@ +2023-10-27 Gaius Mulley <gaiusmod2@gmail.com> + + PR modula2/112110 + * libm2iso/wrapclock.cc (timezone): Return 0 if unable + to get the timezone from the tm struct. + +2023-10-27 Gaius Mulley <gaiusmod2@gmail.com> + + PR modula2/111530 + * Makefile.in: Regenerate. + * aclocal.m4: Regenerate. + * config.h.in: Regenerate. + * configure: Regenerate. + * configure.ac (AC_CHECK_HEADERS): Include getopt.h. + (GM2_CHECK_LIB): getopt_long check. + (GM2_CHECK_LIB): getopt_long_only check. + * libm2cor/Makefile.in: Regenerate. + * libm2iso/Makefile.in: Regenerate. + * libm2log/Makefile.in: Regenerate. + * libm2min/Makefile.in: Regenerate. + * libm2pim/Makefile.in: Regenerate. + * libm2pim/cgetopt.cc: Re-write using conditional on configure + and long function code from libiberty/getopt.c. + 2023-10-25 Gaius Mulley <gaiusmod2@gmail.com> PR modula2/111955 |
