diff options
Diffstat (limited to 'pc/ChangeLog')
-rw-r--r-- | pc/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/pc/ChangeLog b/pc/ChangeLog index 49ce73fa..bc2d6f37 100644 --- a/pc/ChangeLog +++ b/pc/ChangeLog @@ -1,3 +1,21 @@ +2017-01-21 Eli Zaretskii <eliz@gnu.org> + + * 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, |