diff options
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r-- | pc/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 1ff3bb1f..6300257c 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,8 +1,39 @@ +2017-01-21 Arnold D. Robbins <arnold@skeeve.com> + + * gawkmisc.pc: Fix a typo. + +2017-01-21 Eli Zaretskii <eliz@gnu.org> + + * Makefile.tst: Modify the locale values to valid ones on Windows. + + * gawkmisc.pc: Undef setlocale and include locale.h. + (lc_var, w32_setlocale): New functions. + + * Makefile (VAPTH): Set to allow Make to find sources in the + 'support' subdirectory. + (CFLAGS): Add "-I./support", as some headers are there. + (LIBOBJS): Add localeinfo$O. + (regex$O): Depend on regex_internal.c. + (localeinfo$O): New dependency. + + * config.sed (SIZEOF_UNSIGNED_INT, SIZEOF_UNSIGNED_LONG): Set to 4 + unconditioonally, as we no longer support 16-bit ports. The + previous definitions caused compilation errors, since config.h is + included by random.h before awk.h, where limits.h is included and + defines UINT_MAX etc. + * config.h: Regenerated. + + * Makefile.tst: Sync with test/Makefile.in. + 2016-11-04 Eli Zaretskii <eliz@gnu.org> * gawkmisc.pc (w32_maybe_set_errno) [__MINGW32__]: New function, to correct errno when it is not set to a useful value. +2016-10-23 Arnold D. Robbins <arnold@skeeve.com> + + * General: Remove trailing whitespace from all relevant files. + 2016-09-24 Eli Zaretskii <eliz@gnu.org> Fix compilation warnings on MinGW with the latest runtime. @@ -97,6 +128,10 @@ avoid warnings about 'usleep' in newer versions of mingw.org's MinGW runtime. +2016-01-28 Arnold D. Robbins <arnold@skeeve.com> + + * config.h: Updated to current. + 2015-05-29 Arnold D. Robbins <arnold@skeeve.com> * Makefile.tst (negtime): Sync with mainline. |