1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60
|
2022-11-17 Arnold D. Robbins <arnold@skeeve.com>
* 5.2.1: Release tar ball made.
2022-10-20 Paul Eggert <eggert@cs.ucla.edu>
Port to current Gnulib
Adjust to current Gnulib, which uses C23 style keywords for bool,
true, false and static_assert, and assumes that <config.h>
supplies compatibility macros on older systems.
* missing_d/mktime.c: Sync from Gnulib.
2022-09-04 Arnold D. Robbins <arnold@skeeve.com>
* 5.2.0: Release tar ball made.
2022-07-22 Arnold D. Robbins <arnold@skeeve.com>
* strsignal.c (strsignal): Fix return type to match Linux header.
2022-07-19 Arnold D. Robbins <arnold@skeeve.com>
* strsignal.c: New file.
2022-07-14 Arnold D. Robbins <arnold@skeeve.com>
* snprintf.c: Update copyright.
2022-07-06 Arnold D. Robbins <arnold@skeeve.com>
* snprintf.c: Remove stuff related to __DJGPP__.
2022-07-03 Arnold D. Robbins <arnold@skeeve.com>
* snprintf.c: Remove stuff related to __EMX__.
2021-10-27 Arnold D. Robbins <arnold@skeeve.com>
* 5.1.1: Release tar ball made.
2020-06-10 Arnold D. Robbins <arnold@skeeve.com>
Miscellanious fixes from Michael Builov <mbuilov@gmail.com>.
* fnmatch.c (internal_fnmatch): Misc small fixes.
2020-04-14 Arnold D. Robbins <arnold@skeeve.com>
* 5.1.0: Release tar ball made.
2019-06-18 Arnold D. Robbins <arnold@skeeve.com>
* 5.0.1: Release tar ball made.
2019-04-12 Arnold D. Robbins <arnold@skeeve.com>
* ChangeLog.1: Rotated ChangeLog into this file.
* ChangeLog: Created anew for gawk 5.0.0 and on.
* 5.0.0: Release tar ball made.
|