diff options
Diffstat (limited to 'missing_d/ChangeLog.1')
-rw-r--r-- | missing_d/ChangeLog.1 | 134 |
1 files changed, 134 insertions, 0 deletions
diff --git a/missing_d/ChangeLog.1 b/missing_d/ChangeLog.1 new file mode 100644 index 00000000..83cae855 --- /dev/null +++ b/missing_d/ChangeLog.1 @@ -0,0 +1,134 @@ +2019-01-09 John E. Malmberg <wb8tyw@qsl.net> + + * timegm.c (timegm): Remove static attribute from function. + +2018-12-12 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * timegm.c (timegm): Add comment indicating that this came from + the Linux man page. + +2018-12-12 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * timegm.c: New file implementing timegm. + +2018-10-03 Arnold D. Robbins <arnold@skeeve.com> + + * intprops.h, verify.h: Removed. The copy in ../support is + good enough. Thanks to Bruno Haible for the tip. + +2018-09-21 Arnold D. Robbins <arnold@skeeve.com> + + * intprops.h, mktime.c, verify.h: Updated from GNULIB. + * mktime-internal.h: New file, imported from GNULIB. + +2018-09-07 Arnold D. Robbins <arnold@skeeve.com> + + * intprops.h, mktime.c: Updated from GNULIB. + +2018-08-24 Arnold D. Robbins <arnold@skeeve.com> + + * mktime.c.old: Removed. + +2018-08-17 Arnold D. Robbins <arnold@skeeve.com> + + * mktime.c: Updated from GNULIB. + * verify.h, intprops.h: Copied from supprt, for mktime.c + * mktime.c.old: Original version, just in case. + +2018-03-13 Arnold D. Robbins <arnold@skeeve.com> + + * snprintf.c: Update copyright year. + +2018-02-25 Arnold D. Robbins <arnold@skeeve.com> + + * 4.2.1: Release tar ball made. + +2017-11-07 John E. Malmberg <wb8tyw@qsl.net> + + * Remove varargs.h usage in snprintf.c + +2017-10-19 Arnold D. Robbins <arnold@skeeve.com> + + * 4.2.0: Release tar ball made. + +2017-10-13 Arnold D. Robbins <arnold@skeeve.com> + + * gawkbool.h: Removed. + +2017-10-08 Arnold D. Robbins <arnold@skeeve.com> + + * strncasecmp.c: Fix FSF's address. + +2017-06-21 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * getaddrinfo.c (getaddrinfo): Replace malloc+memset with calloc. + +2016-10-23 Arnold D. Robbins <arnold@skeeve.com> + + * General: Remove trailing whitespace from all relevant files. + +2016-09-07 Arnold D. Robbins <arnold@skeeve.com> + + * setenv.c: Update license text in setenv.c. Thanks + to David Kaspar <dkaspar@redhat.com> for pointing out + the necessity. + +2016-08-25 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.4: Release tar ball made. + +2015-05-19 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.3: Release tar ball made. + +2015-04-29 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.2: Release tar ball made. + +2015-02-27 Arnold D. Robbins <arnold@skeeve.com> + + * getaddrinfo.h (gai_strerror): Add declaration. + * getaddrinfo.c (gai_strerror): New function. + (getaddrinfo): Return errno values instead of just -1. + +2014-04-08 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.1: Release tar ball made. + +2013-05-09 Arnold D. Robbins <arnold@skeeve.com> + + * 4.1.0: Release tar ball made. + +2013-02-11 Arnold D. Robbins <arnold@skeeve.com> + + * fnmatch.h, fnmatch.c: New files, from GNU Make. + +2012-12-24 Arnold D. Robbins <arnold@skeeve.com> + + * 4.0.2: Release tar ball made. + +2012-09-13 Arnold D. Robbins <arnold@skeeve.com> + + * snprintf.c, strtoul.c: Remove TRUE/FALSE in favor of true/false. + +2012-05-04 Arnold D. Robbins <arnold@skeeve.com> + + * snprintf.c [DJGPP]: Change to __DJGPP__. + +2012-03-28 Arnold D. Robbins <arnold@skeeve.com> + + * 4.0.1: Release tar ball made. + +2011-11-02 Pat Rankin <r.pat.rankin@gmail.com> + + * wcmisc.c: Make code be conditional upon corresponding !HAVE_WCxxx. + +2011-11-01 Arnold D. Robbins <arnold@skeeve.com> + + * wcmisc.c: New file. + +2011-06-23 Arnold D. Robbins <arnold@skeeve.com> + + * ChangeLog.0: Rotated ChangeLog into this file. + * ChangeLog: Created anew for gawk 4.0.0 and on. + * 4.0.0: Release tar ball made. |