2014-11-02         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am: include shared/test.makefile.

2014-11-01         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (check): Remove obsolete msg about benign floating point
	differences.

2014-11-01         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (GEBINPFX): Modify PATH with GEBINPFX so Cygwin can
	find the dll in the bin directory, not the lib directory.

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

	* Makefile.am (pass-fail): Exit with non-zero status if any tests
	failed.

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

	* pdftest.awk: Replace references to xgawk with gawk.

2013-01-22         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (XML_TESTS): Remove xuintmax, since it's not actually
	an XML test.
	(xmlmesg, pgsqlmesg, mpfrmesg, gdmesg): Replace "Notice" with "Note".
	(xuintmax): Remove test that does not belong in gawkextlib.

2012-09-22         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (AWK): For Mac OS to find the libgawkextlib shared
	library, we need to set DYLD_LIBRARY_PATH (just as we had to
	set PATH on Cygwin).  To be safe, we also set LD_LIBRARY_PATH.

2012-08-01         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* beginfile.ok: Update so test passes.

2012-08-01         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* {beginfile,xmlinterleave}.awk: Print basename(FILENAME) so the test
	will succeed if the built from a different directory.
	* beginfile.ok: Use basenames of files.  And fix incorrect RT values
	for normal text parsing cases.
	* xmlinterleave.ok: Use basenames of files.

2012-07-29         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add beginfile.{awk,ok}.
	(XML_TESTS): Add beginfile.
	(beginfile): New test.
	* beginfile.{awk,ok}: New files.

2012-07-24         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am: For Cygwin to find libgawkextlib, we need to set the
	PATH to include ../.libs.

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

	* Makefile.am: Remove xmatch test, since it is a gawk test, not
	a gawkextlib test.
	* xmatch.{awk,in,ok}: Remove files.
	* xmpfrmat.awk: Turn off execute bit.

2012-07-19         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* pgtest.{awk,ok}: Test all pgsql functions.

2012-07-17         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add pgtest.{awk,ok}.
	(PGSQL_TESTS): New test group.
	(PGSQLLIB): New define for loading pgsql library.
	(check): Run pgsql tests.
	(xtime): Remove unused test.
	(pgtest): New test.
	* pgtest.{awk,ok}: New files.

2012-07-17         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* xmlinterleave.awk: Add some comments.

2012-07-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add xmlinterleave.{awk,ok}.
	(XML_TESTS): Add xmlinterleave.
	(xmlinterleave): New test.
	* xmlinterleave.{awk,ok}: New files.

2012-07-11         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* xgdfont.awk: Use the int() function to match the integer arithmetic
	used in C.  The test now passes.

2012-07-10         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Add xdeep2.ok, xattr.ok and xfujeucj.ok so
	"make diffout" can work properly.  Remove xincl.ok (test removed).
	(XML_TESTS): Remove xincl (not a gawklib feature).
	(xdocbook, xdeep, xdeep2, xattr, xfujutf8, xfujeucj, xotlsjis): Always
	compare output to $@.ok to make sure "make diffout" will work properly.
	(xload): Update to match new gawk behavior.
	(xincl): Remove include test (not a gawklib feature).
	* xdocbook.awk: Must sort attributes to ensure consistent results
	on various platforms.
	* xincl.ok: Removed.
	* xload.ok: Update to match new gawk behavior.
	* xattr.ok, xdeep2.ok, xfujeucj.ok: New files.

2012-07-09         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* Makefile.am (EXTRA_DIST): Remove README.

2012-07-09         Andrew J. Schorr     <aschorr@telemetry-investments.com>

	* ChangeLog: Purge entries carried over from gawk.
	* .gitignore: Add some patterns.
	* Makefile.am: Eliminate core gawk tests, leaving only tests for
	these shared library extensions.  Update valgrind-scan and Maketests
	rules.
	* convspcl.awk, xtime.awk, xtime.ok: Removed.
	* printlang.awk: Restore this to show test locale.
