2017-12-14         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* errno.c: Define GAWKEXTLIB_NOT_NEEDED to eliminate the requirement
	for gawkextlib.h in the build environment.
	* packaging/gawk-errno.spec.in: The above change allows us to
	remove "BuildRequires: gawkextlib-devel".

2017-12-14         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* packaging/gawk-errno.spec.in: Oops, need to add
	"BuildRequires: gawkextlib-devel".

2017-12-14         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* doc/errno.3am: Minor improvement.

2017-12-06         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* NEWS: Update for version 1.1.0.
	* configure.ac (AC_INIT): Bump version to 1.1.0.
	Replace AC_GAWK_EXTENSION with AC_PURE_GAWK_EXTENSION, since we do
	not use gawkextlib.
	* errno.c: Upgrade to support gawk API versions 1 and 2. Extension
	functions take a 3rd argument in version 2, so use API_FINFO_ARG
	as a placeholder. Use #if tests to comment out lint checks that are
	redundant in version 2.
	(func_table): Use the new API_FUNC macro to create function records
	compatible with both API versions.
	* doc/errno.3am: Remove some cruft.
	* packaging/gawk-errno.spec.in: Upgrade to Fedora standards.
	* po/LINGUAS: Remove "fr", since we don't actually have a French
	translation.
	* po/fr.po: Delete file, since it contains nothing useful.

2017-10-07         Andrew J. Schorr     <ajschorr@fedoraproject.org>

	* packaging/gawk-errno.spec.in: Change email address in changelog.

2016-07-30         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* packaging/gawk-errno.spec.in: Use %{url} in Source0.

2016-07-23         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* errno.c: Fix FSF zip code.
	* packaging/gawk-errno.spec.in: Improvements.

2016-07-22         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* packaging/gawk-errno.spec.in: Fix some rpmlint complaints.

2015-01-02         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* doc/errno.3am: Fix typo.

2015-01-02         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* configure.ac (AC_INIT): Bump version.
	* NEWS: Update for new release.
	* errno.c (init_my_module): An init function is required for message
	translation to work properly.
	(init_func): Set to init_my_module.

2014-12-31         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* configure.ac (AC_INIT): Bump version.
	* NEWS: Update for new release.
	* packaging/gawk-errno.spec.in: Fix some silly mistakes.

2014-12-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* test/testerr.awk: Really fix it this time.

2014-12-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* test/Makefile.am (check): If 'make pass-fail' fails,
	run 'make diffout' automatically.

2014-12-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* test/testerr.awk: Make the test more lenient.

2014-12-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* NEWS: Update for new release.
	* errlist.awk: Awk code to scan system headers and generate a list
	of defined errno values.
	* .gitignore: Need to ignore generated files errno2name.h and
	name2errno.h.
	* errlist.h: Removed.  We scan the system headers to generate a list
	of errno values instead of hardcoding it.
	* Makefile.am (errno2name.h, name2errno.h): New rules to generate these
	files using errlist.awk.
	(errno_la_OBJECTS): Declare dependencies on these header files.
	(CLEANFILES): Set to generated header files.
	(EXTRA_DIST): Remove errlist.h and add errlist.awk.
	* configure.ac (AC_INIT): Bump version.
	* errno.c (errno2name): Include errno2name.h instead of errlist.h.
	(name2errno): New array to map names to numbers, since more than one
	name may map to the same number.
	(do_name2errno): Use the new name2errno array.

2014-12-14         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* First version.
