Blame test/ChangeLog

Packit 575503
2018-02-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.2.1: Release tar ball made.
Packit 575503
Packit 575503
2018-02-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mtchi18n): Move into locale tests.
Packit 575503
	Thanks to Kiyoshi KANAZAWA <yoi_no_myoujou@yahoo.co.jp>
Packit 575503
	for the report.
Packit 575503
Packit 575503
2018-02-07         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (uplus, mpfruplus): Add new tests.
Packit 575503
	* uplus.awk, uplus.ok, mpfruplus.ok: New files.
Packit 575503
Packit 575503
2018-02-05         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (MPFR_TESTS): Sort tests and use backslash
Packit 575503
	continuation to get the full list. A HUGE thank you to
Packit 575503
	Eli Zaretskii <eliz@gnu.org> for the report.
Packit 575503
Packit 575503
2018-02-01         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (AWK): Move LANGUAGE= to here instead of
Packit 575503
	having it in individual tests.
Packit 575503
Packit 575503
2018-01-24         John E. Malmberg      <wb8tyw@qsl.net>
Packit 575503
Packit 575503
	* lintold.awk: Minor change to allow test to run on
Packit 575503
	32 bit VAX/VMS with out a floating overflow.
Packit 575503
Packit 575503
2018-01-18         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (pty2): Instead of sed, use simpler awk goop
Packit 575503
	to canonicalize the output from od. Thanks to Michal
Packit 575503
	Jaegermann for the tip.
Packit 575503
	* pty2.ok: Updated.
Packit 575503
Packit 575503
2018-01-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (charset-tests-all): Add punctuation in the message.
Packit 575503
	(charset-msg-start): Add fr_FR.UTF-8 to list of desired locales,
Packit 575503
	reformat the message.
Packit 575503
	(isarrayunset): New test.
Packit 575503
	* isarrayunset.awk, isarrayunset.ok: New files.
Packit 575503
	* pty2: Add some sed goop to canonicalize the output of od;
Packit 575503
	this works around the Mac OS X od which produces different
Packit 575503
	output, avoiding a spurious test failure.
Packit 575503
Packit 575503
2018-01-15         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (nlstringtest): New test.
Packit 575503
	* nlstringtest.awk, nlstringtest.ok, nlstringtest.po,
Packit 575503
	fr/LC_MESSAGES/nlstringtest.mo: New files. Thanks to
Packit 575503
	Bruno Haible <bruno@clisp.org> for the test.
Packit 575503
Packit 575503
2018-01-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	Thanks to Andrew Schorr for the basics of this test.
Packit 575503
Packit 575503
	* Makefile.am (pty2): New test. 
Packit 575503
	* pty2.awk, pty2.ok: New files.
Packit 575503
Packit 575503
2018-01-02         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	Thanks to Nethox <nethox@gmail.com> for this test.
Packit 575503
Packit 575503
	* Makefile.am (mpfrrndeval): New test. 
Packit 575503
	* mpfrrndeval.awk, mpfrrndeval.ok: New files.
Packit 575503
Packit 575503
2017-12-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add numstr1 files.
Packit 575503
	* numstr1.awk, numstr1.ok: New files.
Packit 575503
Packit 575503
2017-11-14         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add new tests setrec0 and setrec1.
Packit 575503
	(BASIC_TESTS): Add setrec0 and setrec1.
Packit 575503
	* setrec0.awk, setrec0.in, setrec0.ok: New files.
Packit 575503
	* setrec1.awk, setrec1.ok: New files.
Packit 575503
Packit 575503
2017-11-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* badargs.ok: Updated after code change.
Packit 575503
Packit 575503
2017-10-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.2.0: Release tar ball made.
Packit 575503
Packit 575503
2017-10-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* forcenum.awk: Convert values manually to number and then
Packit 575503
	to string and remove leading sign, to avoid C library
Packit 575503
	differences across platforms. Thanks to Corinna Vinschen
Packit 575503
	for the report.
Packit 575503
	* forcenum.ok: Adjust for above change.
Packit 575503
Packit 575503
2017-10-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* fork.awk: Close the file in the parent after reading it.
Packit 575503
	* fork2.awk: Ditto.
Packit 575503
Packit 575503
2017-10-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (randtest): Minor fix from Andreas for OS/2.
Packit 575503
Packit 575503
2017-09-14         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (nonfatal1): New rule with postprocessing to remove
Packit 575503
	the platform-specific portion of the error message.
Packit 575503
	* nonfatal1.ok: Remove the platform-specific portion of the error
Packit 575503
	message.
Packit 575503
Packit 575503
2017-09-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): Add to message that test can fail on
Packit 575503
	a JFS filesystem also. Thanks to Nelson Beebe for the info
Packit 575503
	and suggestion.
Packit 575503
Packit 575503
2017-08-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* nonfatal1.ok: Update after code change.
Packit 575503
Packit 575503
2017-08-23         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (testext): Fix spelling of testexttmp.txt.
Packit 575503
Packit 575503
2017-08-21        Eli Zaretskii          <eliz@gnu.org>
Packit 575503
Packit 575503
	* Makefile.am (testext): Remove testexttmp.txt.
Packit 575503
Packit 575503
2017-08-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add aryunasgn files.
Packit 575503
	(arrdbg): Make test work on out-of-tree builds in order
Packit 575503
	to pass `make distcheck'.
Packit 575503
Packit 575503
2017-08-13         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Sort and prettify the lists of tests.
Packit 575503
Packit 575503
2017-08-09         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* badargs.ok: Update after code changes.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (aryunasgn): New test. 
Packit 575503
	* aryunasgn.awk, aryunasgn.ok: New files.
Packit 575503
Packit 575503
2017-08-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Update copyright year.
Packit 575503
Packit 575503
2017-07-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mprintf5): Put an @ on the echo statement.
Packit 575503
	Thanks to Hermann Peifer for the report.
Packit 575503
Packit 575503
2017-07-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* inplace1.ok, inplace2.ok, inplace3.ok: Update after
Packit 575503
	adding license to inplace.awk.
Packit 575503
Packit 575503
2017-06-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mbprintf5): Skip this test on Cygwin.
Packit 575503
Packit 575503
2017-06-22         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile4.ok, profile5.ok, profile7.ok: Updated after code changes.
Packit 575503
	* profile7.awk: Added two more statements.
Packit 575503
Packit 575503
2017-06-18         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mbprintf5): New test.
Packit 575503
	* mbprintf5.awk, mbprintf5.in, mbprintf5.ok: New files.
Packit 575503
Packit 575503
2017-05-24         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* fwtest8.ok: Fix field number in error message, thanks to a bug
Packit 575503
	report from Michal Jaegermann.
Packit 575503
Packit 575503
2017-05-23         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (fwtest5, fwtest6, fwtest7, fwtest8): New tests.
Packit 575503
	* fwtest5.awk, fwtest5.in, fwtest5.ok, fwtest6.awk, fwtest6.in,
Packit 575503
	fwtest6.ok, fwtest7.awk, fwtest7.in, fwtest7.ok, fwtest8.awk,
Packit 575503
	fwtest8.in, fwtest8.ok: New files.
Packit 575503
Packit 575503
2017-05-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* noeffect.awk, noeffect.ok: Updated after code change.
Packit 575503
Packit 575503
2017-05-01         Aharon Robbins       <aharon.robbins@intel.com>
Packit 575503
Packit 575503
	* Makefile.am (sourcesplit): New test.
Packit 575503
	* sourcesplit.ok: New file.
Packit 575503
	Thanks to Hermann Peifer for the report.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (charset-msg-start): Document that having
Packit 575503
	el_GR.iso88597 is helpful.
Packit 575503
Packit 575503
2017-04-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* mpfrsqrt.awk: Add `@load intdiv'.
Packit 575503
	* dumpvars.ok, id.ok, symtab6.ok, symtab8.ok: Updated.
Packit 575503
Packit 575503
2017-04-12         Manuel Collado        <m-collado@users.sourceforge.net>
Packit 575503
Packit 575503
	* Makefile.am (fpat6): New test.
Packit 575503
	* fpat6.awk, fpat6.in, fpat6.ok: New files.
Packit 575503
	Check for the bug reported by Ed Morton in the bug-gawk mailing list.
Packit 575503
	* patsplit.ok: Updated to the new patsplit behavior.
Packit 575503
Packit 575503
2017-04-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (memleak): New test.
Packit 575503
	* memleak.awk, memleak.ok: New files.
Packit 575503
Packit 575503
2017-03-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* fwtest4: Renamed from fwtest3.
Packit 575503
	* fwtest3: Renamed from fwtest2b.
Packit 575503
	* Makefile.am: Updated.
Packit 575503
Packit 575503
2017-03-21         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (fwtest2b): Add new test of enhanced FIELDWIDTHS syntax.
Packit 575503
	* fwtest2b.awk, fwtest2b.ok: New files.
Packit 575503
Packit 575503
2017-03-19         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (argarray): Always copy argarray.in to the local
Packit 575503
	directory as argarray.input instead of trying to figure out whether
Packit 575503
	$(srcdir) is the current directory.
Packit 575503
	* argarray.ok: Replace argarray.in with argarray.input.
Packit 575503
Packit 575503
2017-03-06         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir_test): New test to check whether get_record
Packit 575503
	field_width parsing is working by comparing the results from the
Packit 575503
	readdir and readdir_test extensions.
Packit 575503
	(SHLIB_TESTS): Add readdir_test.
Packit 575503
Packit 575503
2017-02-21         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (mktime): New test.
Packit 575503
	* mktime.awk, mktime.in, mktime.ok: New files.
Packit 575503
Packit 575503
2017-02-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (typeof5): New test.
Packit 575503
	* typeof5.awk, typeof5.in, typeof5.ok: New files.
Packit 575503
	Thanks to Andrew Schorr for part of the tests.
Packit 575503
Packit 575503
2017-01-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (gensub3): New test.
Packit 575503
	* gensub3.awk, gensub3.in, gensub3.ok: New files.
Packit 575503
Packit 575503
2017-01-26         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (strftfld): New test.
Packit 575503
	* strftfld.awk, strftfld.in, strftfld.ok: New files.
Packit 575503
Packit 575503
2017-01-15         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (concat5): New test.
Packit 575503
	* concat5.awk, concat5.ok: New files.
Packit 575503
	Check for bug forwarded by Corinna Vinschen from Cygwin mailing list.
Packit 575503
Packit 575503
2016-12-05         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* rwarray.awk: Check that strnum is recreated correctly.
Packit 575503
Packit 575503
2016-11-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* rwarray.awk: Use typeof() to verify that typed regex is
Packit 575503
	created correctly upon reading.
Packit 575503
Packit 575503
2016-11-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* rwarray.awk: Add a typed regex into the array before
Packit 575503
	writing it out and reading it back.
Packit 575503
Packit 575503
2016-11-21         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add valgrind.awk to the list.
Packit 575503
Packit 575503
2016-11-07         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* valgrind.awk: New file. Based on original valgrind-scan code.
Packit 575503
	Having it in a separate file makes it easier to adjust.
Packit 575503
	Commented out several checks that just produced false positives.
Packit 575503
	Add check for invalid read and write.
Packit 575503
	* Makefile.am (valgrind-scan): Use valgrind.awk.
Packit 575503
Packit 575503
2016-11-04         Fabio Berton          <fabio.berton@ossystems.com.br>
Packit 575503
Packit 575503
	* arrayind1.awk: Remove "#!/usr/local/bin/awk -f" as none of the
Packit 575503
	other awk scripts in the test suite have a hashbang.
Packit 575503
Packit 575503
2016-10-07         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* mpfrmemok1.ok: Update after code change.
Packit 575503
Packit 575503
2016-09-09         Norihiro Tanaka      <noritnk@kcn.ne.jp>
Packit 575503
Packit 575503
	* Makefile.am (anchor): New test.
Packit 575503
	* anchor.awk, anchor.in, anchor.ok: New files.
Packit 575503
Packit 575503
2016-08-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.1.4: Release tar ball made.
Packit 575503
Packit 575503
2016-08-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (arrdbg): New test using adump.
Packit 575503
	(ARRAYDEBUG_TESTS): New test group requiring ARRAYDEBUG compilation.
Packit 575503
	(check): Add arraydebug-tests.
Packit 575503
	(arraydebug-tests): Check $(ARRAYDEBUG_TESTS) when compiled with
Packit 575503
	ARRAYDEBUG.
Packit 575503
	* arrdbg.awk: New test using adump to check array type.
Packit 575503
Packit 575503
2016-08-14         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* intarray.awk, intarray.ok: Updated.
Packit 575503
Packit 575503
2016-08-03         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	Restore typed regexp tests.
Packit 575503
Packit 575503
	* typeof1.awk, typeof1.ok: Adjusted.
Packit 575503
	* typeof3.awk, typeof3.ok: Adjusted.
Packit 575503
	* gsubind.awk, gsubind.ok: Adjusted.
Packit 575503
	* Makefile.am (TYPED_RE_TESTS): Removed.
Packit 575503
	(dbugtypedre1, dbugtypedre2, typedregex1, typedregex2,
Packit 575503
	typedregex3): Moved back into regular tests.
Packit 575503
Packit 575503
2016-08-03         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	Remove typed regexes until they can be done correctly.
Packit 575503
Packit 575503
	* typeof1.awk, typeof1.ok: Adjusted.
Packit 575503
	* typeof3.awk, typeof3.ok: Adjusted.
Packit 575503
	* gsubind.awk, gsubind.ok: Adjusted.
Packit 575503
	* Makefile.am (TYPED_RE_TESTS): New macro to hold typed regexp tests.
Packit 575503
	(dbugtypedre1, dbugtypedre2, typedregex1, typedregex2,
Packit 575503
	typedregex3): Moved into it.
Packit 575503
Packit 575503
2016-08-01         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (ignrcas3): Adjust to check that the el_GR.xxx locale
Packit 575503
	is present. Move it to extra tests so it's not run by default.
Packit 575503
Packit 575503
2016-08-02         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (sortfor2): New test.
Packit 575503
	* sortfor2.awk, sortfor2.in, sortfor2.ok: New files.
Packit 575503
	Thanks Christian Schneider <software@chschneider.eu>
Packit 575503
	for the report.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (ignrcas3): New test.
Packit 575503
	* ignrcas3.awk, ignrcas3.ok: New files.
Packit 575503
	Based on test code from Norihiro Tanaka <noritnk@kcn.ne.jp>.
Packit 575503
Packit 575503
	* Makefile.am (ignrcas4): New test.
Packit 575503
	* ignrcas4.awk, ignrcas4.ok: Andrew Schorr's files, renamed.
Packit 575503
Packit 575503
2016-07-23         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (status-close): New test.
Packit 575503
	* status-close.awk, status-close.ok: New files.
Packit 575503
Packit 575503
2015-06-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (ofmtstrnum): New test.
Packit 575503
	* ofmtstrnum.awk, ofmtstrnum.ok: New files.
Packit 575503
Packit 575503
2016-07-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Remove clos1way6.ok2.
Packit 575503
	(close1way6): Removed test, it will be autogenerated back into
Packit 575503
	the right place.
Packit 575503
	* clos1way6.awk: Use gensub on ERRNO to force the right text.
Packit 575503
	Thanks to Andrew Schorr for the suggestion.
Packit 575503
	* clos1way6.ok2: Removed.
Packit 575503
Packit 575503
2016-07-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (clos1way6): Add additional file to check result
Packit 575503
	against for 32 bit Solaris. Thanks to Dagobert Michelsen for
Packit 575503
	the report.
Packit 575503
	* clos1way6.ok2: New file.
Packit 575503
Packit 575503
2016-07-08         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (apiterm, fldterm): New tests to make sure that we
Packit 575503
	are handling unterminated field string values properly.
Packit 575503
	* apiterm.awk, apiterm.in, apiterm.ok: New files.
Packit 575503
	* fldterm.awk, fldterm.in, fldterm.ok: New files.
Packit 575503
Packit 575503
2016-07-06         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* forcenum.awk: We no longer need to force the strnum conversion,
Packit 575503
	since typeof now does this automatically.
Packit 575503
	* forcenum.ok: Change "number" to "strnum" for the numeric strings.
Packit 575503
	* rebuild.in: Change input to include a strnum.
Packit 575503
	* rebuild.ok: Update results.
Packit 575503
Packit 575503
2016-07-04         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (arrayind3): New test.
Packit 575503
	* arrayind3.awk, arrayind3.ok: New files.
Packit 575503
Packit 575503
2016-07-03         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (rebuild): New test.
Packit 575503
	* rebuild.awk, rebuild.in, rebuild.ok: New files.
Packit 575503
Packit 575503
2016-07-01         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* arrayind1.awk, arrayind1.ok: Comment out prints to stderr to
Packit 575503
	avoid buffer flushing on obscure systems.
Packit 575503
	* dumpvars.ok, symtab6.ok, symtab8.ok: Update after code changes.
Packit 575503
Packit 575503
2016-06-26         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* strnum2.ok: Fix results, since print for a strnum should not be
Packit 575503
	affected by OFMT or CONVFMT.
Packit 575503
Packit 575503
2016-06-22         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* strnum2.awk, strnum2.ok: Improve test case to show both OFMT and
Packit 575503
	CONVFMT conversions.
Packit 575503
Packit 575503
2016-06-20         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (strnum2): New test.
Packit 575503
	* strnum2.awk, strnum2.ok: New files.
Packit 575503
Packit 575503
2016-06-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (subback): New test.
Packit 575503
	* subback.awk, subback.in, subback.ok: New files.
Packit 575503
	Thanks to Mike Brennan for the test.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (FAIL_CODE1): Update the list.
Packit 575503
Packit 575503
2016-06-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (GAWK_EXT_TESTS): Add mixed1. Who knows
Packit 575503
	how long that's been broken...
Packit 575503
	* mixed1.ok: Adjust to match what the code produces.
Packit 575503
	Thanks to John E. Malmberg <wb8tyw@qsl.net> for the report.
Packit 575503
Packit 575503
2016-06-13         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (forcenum, ignrcas3, intarray, lintexp, lintindex,
Packit 575503
	lintint, lintlength, lintset, mpfrstrtonum, mpgforcenum, printfchar,
Packit 575503
	strtonum1): New tests.
Packit 575503
	* forcenum.awk, forcenum.ok, ignrcas3.awk, ignrcas3.ok, intarray.awk,
Packit 575503
	intarray.ok, lintexp.awk, lintexp.ok, lintindex.awk, lintindex.ok,
Packit 575503
	lintint.awk, lintint.ok, lintlength.awk, lintlength.ok, lintset.awk,
Packit 575503
	lintset.ok, mpfrstrtonum.awk, mpfrstrtonum.ok, mpgforcenum.awk,
Packit 575503
	mpgforcenum.ok, printfchar.awk, printfchar.ok, strtonum1.awk,
Packit 575503
	strtonum1.ok: New files.
Packit 575503
Packit 575503
2016-06-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* symtab10.awk, symtab10.in, symtab10.ok: New files.
Packit 575503
	* Makefile.am (symtab10): New test.
Packit 575503
	Thanks to Hermann Peifer for the report.
Packit 575503
Packit 575503
2016-06-01         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (hex2): New test.
Packit 575503
	* hex2.awk, hex2.in, hex2.ok: New files.
Packit 575503
Packit 575503
2016-05-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (fsnul1): New test.
Packit 575503
	* fsnul1.awk, fsnul1.in, fsnul1.ok: New files.
Packit 575503
Packit 575503
2016-05-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (arrayind2): New test.
Packit 575503
	* arrayind2.awk, arrayind2.ok: New files.
Packit 575503
	Thanks to Andrew J. Schorr <aschorr@telemetry-investments.com>.
Packit 575503
Packit 575503
2016-05-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* arrayind1.awk: Flush writes to stderr. We hope this helps
Packit 575503
	with the MinGW version.
Packit 575503
Packit 575503
2016-05-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (arrayind1): New test.
Packit 575503
	* arrayind1.awk, arrayind1.in, arrayind1.ok: New files.
Packit 575503
	* Makefile.am (sigpipe1): New test.
Packit 575503
	* sigpipe1.awk, sigpipe1.ok: New files.
Packit 575503
Packit 575503
2016-04-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (rscompat): New test.
Packit 575503
	* rscompat.awk, rscompat.in, rscompat.ok: New files.
Packit 575503
Packit 575503
2016-04-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (pty1): Ignore errors.
Packit 575503
Packit 575503
2016-04-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (pty1): Really disable test on z/OS.
Packit 575503
Packit 575503
2016-04-11         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* clos1way2.ok, clos1way3.ok, clos1way4.ok, clos1way5.ok: Update
Packit 575503
	after Eli's code changes.
Packit 575503
	* Makefile.am (pty1): Disable test on z/OS.
Packit 575503
Packit 575503
2016-04-08  Eli Zaretskii  <eliz@gnu.org>
Packit 575503
Packit 575503
	* clos1way2.awk:
Packit 575503
	* clos1way3.awk:
Packit 575503
	* clos1way4.awk:
Packit 575503
	* clos1way5.awk: Use "&&" instead of ";" to chain commands, so
Packit 575503
	that it works with stock MS-Windows shells as well.
Packit 575503
	* clos1way2.ok: Adjust the error message to the change in command.
Packit 575503
Packit 575503
2016-04-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* watchpoint1: Use $(srcdir) on input file so out-of-tree
Packit 575503
	builds can run the test suite.
Packit 575503
Packit 575503
2016-04-07         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* clos1way2.ok, clos1way3.ok, clos1way4.ok: Updated after
Packit 575503
	code changes.
Packit 575503
Packit 575503
2016-04-06         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (clos1way6): New test.
Packit 575503
	* clos1way6.awk, clos1way6.ok: New files.
Packit 575503
Packit 575503
2016-04-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (clos1way2, clos1way3, clos1way4, clos1way5):
Packit 575503
	New tests.
Packit 575503
	* clos1way2.awk, clos1way2.in, clos1way2.ok, clos1way3.awk,
Packit 575503
	clos1way3.ok, clos1way4.awk, clos1way4.ok, clos1way5.awk,
Packit 575503
	clos1way5.ok: New files.
Packit 575503
	* clos1way2.awk: Add call to fflush() to test it too.
Packit 575503
	* clos1way2.ok: Updated after code change.
Packit 575503
Packit 575503
2016-03-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile5.ok: Adjust after code changes.
Packit 575503
Packit 575503
2016-03-21         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile5.ok, profile10.awk, profile10.ok: Adjust after code changes.
Packit 575503
Packit 575503
2016-03-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile5.ok: Adjust after code changes.
Packit 575503
	* Makefile.am (profile10): New test.
Packit 575503
	* profile10.awk, profile10.ok: New files.
Packit 575503
Packit 575503
2016-02-21         Nelson H.F. Beebe     <beebe@math.utah.edu>
Packit 575503
Packit 575503
	* rand.ok: Updated after code change.
Packit 575503
Packit 575503
2016-02-18         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile2.ok, profile5.ok: Adjust after code changes.
Packit 575503
Packit 575503
2016-02-05         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* badargs.ok: Update after adding Yet Another Command Line Option.
Packit 575503
Packit 575503
2016-01-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add profile9.awk and profile9.ok.
Packit 575503
Packit 575503
2016-01-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (aryprm9): New test.
Packit 575503
	* aryprm9.awk, aryprm9.ok: New files.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* ChangeLog: Remove spurious whitespace.
Packit 575503
Packit 575503
2015-12-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	These came in from gawk-4.1-stable:
Packit 575503
Packit 575503
	* Makefile.am (profile8): New test.
Packit 575503
	* profile8.awk, profile8.ok: New files.
Packit 575503
Packit 575503
	These used to be profile8:
Packit 575503
Packit 575503
	* Makefile.am (profile9): Renamed.
Packit 575503
	* profile9.awk, profile9.ok: Renamed files.
Packit 575503
Packit 575503
2015-11-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (watchpoint1): New test.
Packit 575503
	* watchpoint1.awk, watchpoint1.in, watchpoint1.ok,
Packit 575503
	watchpoint1.script: New files.
Packit 575503
Packit 575503
2015-10-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (nulinsrc): New test.
Packit 575503
	* nulinsrc.awk, nulinsrc.ok: New files.
Packit 575503
Packit 575503
2015-10-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* id.awk: Sort the output. Helps on z/OS.
Packit 575503
	* id.ok: Adjust.
Packit 575503
Packit 575503
2015-10-11         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readbuf): New test.
Packit 575503
	* readbuf.awk, readbuf.ok: New files.
Packit 575503
Packit 575503
2015-09-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (muldimposix): New test.
Packit 575503
	* muldimposix.awk, muldimposix.ok: New files.
Packit 575503
Packit 575503
2015-09-18         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (fpat5): New test.
Packit 575503
	* fpat5.awk, fpat5.in, fpat5.ok: New files.
Packit 575503
Packit 575503
2015-09-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile.ok: Updated after code change.
Packit 575503
Packit 575503
2015-08-28	Daniel Richard G.	<skunk@iSKUNK.ORG>
Packit 575503
Packit 575503
	* Makefile.am: Generate the Maketests file without
Packit 575503
	reference to its directory, because putting it directly into
Packit 575503
	srcdir can be problematic (e.g. srcdir could be read-only).
Packit 575503
	(clean-local): Renamed from "clean", as Automake already defines
Packit 575503
	"clean" and warns us as much.
Packit 575503
Packit 575503
2015-08-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* mbstr1.ok: Updated after code change.
Packit 575503
	* Makefile.am (mbstr2): New test.
Packit 575503
	* mbstr2.awk, mbstr2.in, mbstr2.ok: New files.
Packit 575503
Packit 575503
2015-06-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (dbugeval2, typedregex3): New tests.
Packit 575503
	* dbugeval2.awk, dbugeval2.in, dbugeval2.ok: New files.
Packit 575503
	* typedregex3.awk, typedregex3.ok: New files.
Packit 575503
	Thanks to Hermann Peifer for the reports.
Packit 575503
Packit 575503
2015-06-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (typedregex2): New test.
Packit 575503
	* typedregex2.awk, typedregex2.ok: New files.
Packit 575503
	Thanks to Hermann Peifer for the report.
Packit 575503
Packit 575503
2015-06-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (dbugtypedre1): Renamed from dbugtypedre.
Packit 575503
	(dbugtypedre2): New test.
Packit 575503
	* dbugtypedre1.awk, dbugtypedre1.in, dbugtypedre1.ok: Renamed files.
Packit 575503
	* dbugtypedre2.awk, dbugtypedre2.in, dbugtypedre2.ok: New files.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* id.ok: Update after code changes.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (getfile, dbugtypedre1, dbugtypedre2): Fixed to
Packit 575503
	work if building out of the source tree.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* dbugtypedre1.ok, typedregex1.awk, typeof1.ok, typeof3.ok:
Packit 575503
	Update after code changes.
Packit 575503
Packit 575503
2015-06-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (negtime): Fix out-of-tree test run.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (typeof3, typeof4): New tests.
Packit 575503
	* typeof2.awk, typeof2.ok, typeof3.awk, typeof3.ok: New files.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (dbugtypedre): New tests.
Packit 575503
	* dbugtypedre.awk, dbugtypedre.in, dbugtypedre.ok: New files.
Packit 575503
Packit 575503
2015-06-21         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (typeof2): New test.
Packit 575503
	* typeof2.awk, typeof2.ok: New files.
Packit 575503
Packit 575503
2015-06-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (gsubind, typedregex1, typeof1): New tests.
Packit 575503
	* gsubind.awk, gsubind.ok, typedregex1.awk, typedregex1.ok,
Packit 575503
	typeof1.awk, typeof1.ok: New files.
Packit 575503
Packit 575503
2015-06-17         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* inplace1.ok, inplace2.ok, inplace3.ok: Update line number in error
Packit 575503
	messages, since inplace.awk changed a bit.
Packit 575503
Packit 575503
2015-05-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* checknegtime.awk: New file.
Packit 575503
	* Makefile.am (negtime): Use checknegtime.awk to test results.
Packit 575503
	Should solve some problems with BSD and also MinGW.
Packit 575503
Packit 575503
2015-05-21         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* fts.awk: Really remove atime from the output.
Packit 575503
	This avoids spurious failures on heavily loaded systems.
Packit 575503
Packit 575503
	* Makefile.am: Add list of needed locales to "inadequate locale
Packit 575503
	support" message.
Packit 575503
Packit 575503
2015-05-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.1.3: Release tar ball made.
Packit 575503
Packit 575503
2015-05-05         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (dbugeval): Wrap in test for interactive terminal
Packit 575503
	to avoid Mac OS X failure. Thanks to Nelson H.F. Beebe for
Packit 575503
	the report.
Packit 575503
Packit 575503
2015-05-05         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (rebrackloc): New test.
Packit 575503
	* rebrackloc.awk, rebrackloc.in, rebrackloc.ok: New files.
Packit 575503
Packit 575503
2015-04-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.1.2: Release tar ball made.
Packit 575503
Packit 575503
2015-04-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (inpref): New test.
Packit 575503
	* inpref.awk, inpref.in, inpref.ok: New files.
Packit 575503
Packit 575503
2015-04-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (regexpbrack2): New test.
Packit 575503
	* regexpbrack2.awk, regexpbrack2.in, regexpbrack2.ok: New files.
Packit 575503
	Thanks to Nelson Beebe.
Packit 575503
Packit 575503
2015-04-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (shadowbuiltin): New test.
Packit 575503
	* shadowbuiltin.awk, shadowbuiltin.ok: New files.
Packit 575503
Packit 575503
2015-04-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* indirectbuiltin.awk: Add another test (gensub 3 args).
Packit 575503
	* indirectbuiltin.ok: Update good results.
Packit 575503
Packit 575503
2015-04-13         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (negtime): New test.
Packit 575503
	* negtime.awk, negtime.ok: New files.
Packit 575503
Packit 575503
2015-04-09         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* fts.awk: Skip atime to avoid spurious timestamp
Packit 575503
	differences. Thanks to Nelson Beebe for pointing this out.
Packit 575503
	* Makefile.am (charset-all): Group the charset tests
Packit 575503
	inside a check for locale support. Thanks to Nelson Beebe
Packit 575503
	for finally motivating me to do this.
Packit 575503
	(charset-msg-start): Update test of message some.
Packit 575503
Packit 575503
2015-04-08  Eli Zaretskii  <eliz@gnu.org>
Packit 575503
Packit 575503
	* Makefile.am (mpfrmemok1): Use -p- for portability and
Packit 575503
	compatibility with pc/Makefile.tst.
Packit 575503
Packit 575503
2015-04-02         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* id.ok, mpfrsqrt.awk: Update after rename of div() --> intdiv().
Packit 575503
Packit 575503
2015-03-31         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (indirectbuiltin): New test.
Packit 575503
	* indirectbuiltin.awk, indirectbuiltin.ok: New files.
Packit 575503
Packit 575503
2015-03-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Remove defvar test and reference to files; test
Packit 575503
	code moved into extension/testext.c.
Packit 575503
	* defvar.awk, defvar.ok: Removed.
Packit 575503
	* testext.ok: Updated.
Packit 575503
Packit 575503
2015-03-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* id.ok: Update after fixes in code.
Packit 575503
Packit 575503
2015-03-24         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add exitval3.awk and exitval3.ok.
Packit 575503
	(BASIC_TESTS): Add new test exitval3.
Packit 575503
	* exitval3.awk, exitval3.ok: New files.
Packit 575503
Packit 575503
2015-03-17         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* inplace1.ok, inplace2.ok, inplace3.ok: Update error message line
Packit 575503
	numbers to reflect changes to inplace.awk.
Packit 575503
Packit 575503
2015-03-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mpfrmemok1): New test.
Packit 575503
	* mpfrmemok1.awk, mpfrmemok1.ok: New files.
Packit 575503
Packit 575503
2015-03-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (fpat4): New test.
Packit 575503
	* fpat4.awk, fpat4.ok: New files.
Packit 575503
Packit 575503
2015-03-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* nonfatal3.awk, nonfatal3.ok: Adjust for portability.
Packit 575503
	Thanks to Hermann Peifer for the report.
Packit 575503
Packit 575503
2015-03-06         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* charasbytes.awk, ofs1.awk, range1.awk, sortglos.awk,
Packit 575503
	sortglos.in: Remove execute permission.
Packit 575503
Packit 575503
2015-03-02         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* nonfatal1.awk: Do not print ERRNO, since the value appears to be
Packit 575503
	platform-dependent.  Instead, print (ERRNO != "").
Packit 575503
	* nonfatal1.ok: Update.
Packit 575503
Packit 575503
2015-02-28         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add nonfatal3.{awk,ok}.
Packit 575503
	(GAWK_EXT_TESTS): Add nonfatal3.
Packit 575503
	* nonfatal1.awk: Replace "ti10/357" with "local:host/25", since
Packit 575503
	"local:host" should be a universally bad hostname due to the
Packit 575503
	invalid ":" character.
Packit 575503
	* nonfatal1.ok: Update.
Packit 575503
	* nonfatal3.{awk,ok}: New test for connecting to a TCP port where
Packit 575503
	nobody is listening.
Packit 575503
Packit 575503
2015-02-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* nonfatal1.ok: Update after code changes.
Packit 575503
	* id.ok: Updated after code change.
Packit 575503
Packit 575503
2015-02-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add profile0.in which got forgotten
Packit 575503
	earlier. Ooops.
Packit 575503
Packit 575503
2015-02-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (crlf): New test.
Packit 575503
	* crlf.awk, crlf.ok: New files.
Packit 575503
Packit 575503
2015-02-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile0): New test.
Packit 575503
	* profile0.awk, profile0.in, profile0.ok: New files.
Packit 575503
Packit 575503
2015-02-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* nonfatal1.awk, nonfatal2.awk: String is now "NONFATAL".
Packit 575503
Packit 575503
2015-02-06         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (nonfatal1, nonfatal2): New tests.
Packit 575503
	* nonfatal1.awk, nonfatal1.ok: New files.
Packit 575503
	* nonfatal2.awk, nonfatal2.ok: New files.
Packit 575503
Packit 575503
2015-02-01         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (paramasfunc1, paramasfunc2): Now need --posix.
Packit 575503
	* indirectcall.awk: Restore after code change.
Packit 575503
Packit 575503
2015-01-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (callparam, paramasfunc1, paramasfunc2): New tests.
Packit 575503
	* callparam.awk, callparam.ok: New files.
Packit 575503
	* paramasfunc1.awk, paramasfunc1.ok: New files.
Packit 575503
	* paramasfunc2.awk, paramasfunc2.ok: New files.
Packit 575503
	* exit.sh, indirectcall.awk: Update after code change.
Packit 575503
Packit 575503
2015-01-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile8): Actually add the test and the files.
Packit 575503
	Thanks to Hermann Peifer for the report.
Packit 575503
Packit 575503
2015-01-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile8): New test.
Packit 575503
	* profile8.awk, profile8.ok: New files.
Packit 575503
Packit 575503
2015-01-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (dumpvars): Grep out ENVIRON and PROCINFO since
Packit 575503
	those can be different depending on who runs the test.
Packit 575503
	* dumpvars.ok, id.ok: Updated after code changes.
Packit 575503
Packit 575503
2015-01-07         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (regexpbrack): New test.
Packit 575503
	* regexpbrack.awk, regexpbrack.in, regexpbrack.ok: New files.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (printfbad4): New test.
Packit 575503
	* printfbad4.awk, printfbad4.ok: New files.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* testext.ok: Adjust for code changes.
Packit 575503
Packit 575503
2015-01-06         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add defvar.awk and defvar.ok.
Packit 575503
	(SHLIB_TESTS): Add defvar.
Packit 575503
	(defvar): New test.
Packit 575503
	* defvar.awk, defvar.ok: New files.
Packit 575503
Packit 575503
2015-01-05         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add getfile.awk and getfile.ok.
Packit 575503
	(SHLIB_TESTS): Add getfile.
Packit 575503
	(getfile): New test.
Packit 575503
	* getfile.awk, getfile.ok: New files.
Packit 575503
Packit 575503
2015-01-05         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add timeout.awk and timeout.ok.
Packit 575503
	(BASIC_TESTS): Remove errno.
Packit 575503
	(GAWK_EXT_TESTS): Add errno and timeout.
Packit 575503
	* timeout.awk, timeout.ok: New files.
Packit 575503
Packit 575503
2015-01-05         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add errno.awk, errno.in, and errno.ok.
Packit 575503
	(BASIC_TESTS): Add errno.
Packit 575503
	(errno): New test.
Packit 575503
	* errno.awk, errno.in, errno.ok: New files.
Packit 575503
Packit 575503
2014-12-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (badbuild): New test.
Packit 575503
	* badbuild.awk, badbuild.in, badbuild.ok: New files.
Packit 575503
Packit 575503
2014-12-24         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (check): If tests don't pass, run 'make diffout'
Packit 575503
	and exit 1. Should help distros to notice when they have built
Packit 575503
	gawk incorrectly. (Can you say "Fedora", boys and girls?)
Packit 575503
Packit 575503
2014-12-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile5.ok: Updated after code changes.
Packit 575503
Packit 575503
2014-11-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Gentests: Fix gensub call after adding warning.
Packit 575503
Packit 575503
2014-11-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* gensub2.ok: Update after code changes.
Packit 575503
Packit 575503
2014-11-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (sortglos): New test.
Packit 575503
	* sortglos.awk, sortglos.in, sortglos.ok: New files.
Packit 575503
	Thanks to Antonio Columbo.
Packit 575503
Packit 575503
2014-11-09         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* mbprintf4.awk: Add record and line number for debugging.
Packit 575503
	* mpprint4.ok: Adjust.
Packit 575503
Packit 575503
2014-11-06         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* testext.ok: Add results from new test_get_file test.
Packit 575503
Packit 575503
2014-11-02         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile7): New test.
Packit 575503
	(profile6): Add missing @ in front of gawk run.
Packit 575503
	* profile7.awk, profile7.ok: New files.
Packit 575503
Packit 575503
2014-11-01         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile6): Actually run profiling. Should make test
Packit 575503
	output consistent with what's in master.
Packit 575503
	* profile6.ok: Updated.
Packit 575503
Packit 575503
2014-10-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile6): New test.
Packit 575503
	* profile6.awk, profile6.ok: New files.
Packit 575503
Packit 575503
2014-10-17         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (profile1, testext): Use explicit ./foo.awk to avoid
Packit 575503
	assumptions about AWKPATH in the environment.
Packit 575503
Packit 575503
2014-10-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (charset-msg-start): Add a list of needed locales.
Packit 575503
	Suggested by Shaun Jackman <sjackman@gmail.com>.
Packit 575503
Packit 575503
2014-10-05         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile2.ok, profile3.ok, profile4.ok, profile5.ok:
Packit 575503
	Adjusted after minor code change. Again.
Packit 575503
Packit 575503
2014-10-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (genpot): New test.
Packit 575503
	* genpot.awk, genpot.ok: New files.
Packit 575503
Packit 575503
2014-09-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* testext.ok: Adjusted after minor code change.
Packit 575503
Packit 575503
2014-09-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile2.ok, profile3.ok, profile4.ok, profile5.ok:
Packit 575503
	Adjusted after minor code change.
Packit 575503
Packit 575503
2014-09-18         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* filefuncs.awk: Change to build directory instead of "..".
Packit 575503
	* Makefile.am (filefuncs): Pass in $(abs_top_builddir).
Packit 575503
Packit 575503
2014-09-13         Stephen Davies        <sdavies@sdc.com.au>
Packit 575503
Packit 575503
	* Makefile.am (profile4, profile5): Changes processing to not delete
Packit 575503
	the first two lines. This is no longer needed.
Packit 575503
	* profile4.ok, profile5.ok: Changed to suit new rules and comments.
Packit 575503
Packit 575503
2014-09-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile2.ok, profile4.ok, profile5.ok: Update for new code.
Packit 575503
Packit 575503
2014-09-05         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* functab4.awk: Changed to use stat instead of chdir since
Packit 575503
	/tmp isn't /tmp on all systems (e.g. Mac OS X). Thanks to
Packit 575503
	Hermann Peifer for the report.
Packit 575503
Packit 575503
	Sort of related:
Packit 575503
Packit 575503
	* indirectcall2.awk, indirectcall2.ok: New files.
Packit 575503
	* id.ok: Updated.
Packit 575503
Packit 575503
2014-09-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile2.ok: Update after code improvement in profiler.
Packit 575503
	* functab4.ok: Update after making indirect calls of
Packit 575503
	extension functions work. :-)
Packit 575503
Packit 575503
2014-08-15         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* badargs.ok: Adjust after revising text for -L option.
Packit 575503
Packit 575503
2014-08-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* ofs1.ok: Updated to match corrected behavior in gawk.
Packit 575503
Packit 575503
2014-08-05         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mpfrsqrt): New test.
Packit 575503
	* mpfrsqrt.awk, mpfrsqrt.ok: New files.
Packit 575503
	Test from Katie Wasserman <katie@wass.net>.
Packit 575503
Packit 575503
2014-07-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* printhuge.awk: Add a newline to output.
Packit 575503
	* printhuge.ok: Adjust.
Packit 575503
Packit 575503
2014-07-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* badargs.ok: Adjust after correctly alphabetizing options.
Packit 575503
Packit 575503
2014-07-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (printhuge): New test.
Packit 575503
	* printhuge.awk, printhuge.ok: New files.
Packit 575503
	Test from mail.green.fox@gmail.com.
Packit 575503
Packit 575503
2014-06-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile1, profile4, profile5): Adjust for change to
Packit 575503
	--pretty-print option.
Packit 575503
Packit 575503
2014-06-19         Michael Forney       <forney@google.com>
Packit 575503
Packit 575503
	* Makefile.am (poundbang): Fix relative path of AWKPROG.
Packit 575503
Packit 575503
2014-06-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (dbugeval): Add leading @ to recipe. Ooops.
Packit 575503
Packit 575503
2014-05-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (regnul1, regnul2): New tests.
Packit 575503
	* regnul1.awk, regnul1.ok, regnul1.awk, regnul2.ok: New files.
Packit 575503
Packit 575503
2014-05-22         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* lintwarn.ok: Updated.
Packit 575503
Packit 575503
2014-05-13         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Forgot dbugeval.ok. Ooops.
Packit 575503
Packit 575503
2014-05-11         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (dbugeval): New test.
Packit 575503
	* dbugeval.in, dbugeval.ok: New files.
Packit 575503
Packit 575503
2014-05-10         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (rsglstdin): New test.
Packit 575503
	* rsglstdin.ok: New file.
Packit 575503
Packit 575503
2014-05-09         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (rebuf): Force buffer size to 4096 via AWKBUFSIZE
Packit 575503
	environment variable.
Packit 575503
	(rsgetline): New test.
Packit 575503
	* rsgetline.awk, rsgetline.in, rsgetline.ok: New files.
Packit 575503
Packit 575503
2014-04-11         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (charset-msg-start): Add a warning message that tests
Packit 575503
	may fail without adequate locale support, per request from
Packit 575503
	Nelson H.F. Beebe.
Packit 575503
Packit 575503
2014-04-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.1.1: Release tar ball made.
Packit 575503
Packit 575503
2014-04-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Prettify list of tests a little bit.
Packit 575503
Packit 575503
2014-04-03         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add readfile2.ok. Oops.
Packit 575503
Packit 575503
2014-03-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readfile2): New test.
Packit 575503
	* readfile2.awk, readfile2.ok: New files.
Packit 575503
Packit 575503
2014-02-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* regrange.ok: Update after code improvements.
Packit 575503
Packit 575503
2014-02-03         Stepan Kasal         <kasal@ucw.cz>
Packit 575503
Packit 575503
	* strftime.awk: the default format uses %e, not %d (Introduced on
Packit 575503
	2014-01-16; the previous code mangled the output of command "date"
Packit 575503
	to match %d.) Remove the "mucking" for cygwin, it's obsolete and
Packit 575503
	incompatible with %e.
Packit 575503
Packit 575503
2014-01-28         Eli Zaretskii        <eliz@gnu.org>
Packit 575503
Packit 575503
	* strftime.awk: If DATECMD variable is non-empty, use it instead
Packit 575503
	of the literal "date" as the 'date'-like command.
Packit 575503
Packit 575503
2014-01-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mpfrnegzero): New test.
Packit 575503
	* mpfrnegzero.awk, mpfrnegzero.ok: New files.
Packit 575503
Packit 575503
2014-01-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): Run ls commands outside the awk script.
Packit 575503
	* readdir0.awk: Read ls results from files. Helps with MinGW.
Packit 575503
	Thanks to Eli Zaretskii for the problem report.
Packit 575503
Packit 575503
2014-01-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Quote instances of $(top_srcdir) also.
Packit 575503
Packit 575503
2014-01-16         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (strftime): Remove comment about the race condition, since
Packit 575503
	this should be fixed.  And gawk now calls date inside the script.
Packit 575503
	* strftime.awk: Based on an idea from Pat Rankin, fix the race
Packit 575503
	condition by looping repeatedly over strftime/date/strftime until
Packit 575503
	the before and after strftime results match.  That should fix
Packit 575503
	the race condition where the seconds field might increment between
Packit 575503
	invocations.
Packit 575503
Packit 575503
2014-01-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (split_after_fpat): New test.
Packit 575503
	* split_after_fpat.awk, split_after_fpat.ok,
Packit 575503
	split_after_fpat.in: New files.
Packit 575503
Packit 575503
2013-12-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (ignrcas2): Change to use en_US.UTF-8; it
Packit 575503
	seems that plain en_US doesn't exist anymore. Thanks to
Packit 575503
	Richard Palo.
Packit 575503
Packit 575503
2013-12-29         John E. Malmberg      <wb8tyw@qsl.net>
Packit 575503
Packit 575503
	* fts.awk: Adjust for VMS.
Packit 575503
	* rwarray.awk: Adjust for VMS.
Packit 575503
Packit 575503
2013-12-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Remove instances of "" that were incorrect.
Packit 575503
	Thanks to Scott Deifik for the report.
Packit 575503
Packit 575503
2013-12-01         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (fts): Add a check for Cygwin on NFS and print
Packit 575503
	a message, similar to that of IRIX. Per Corinna Vinschen.
Packit 575503
Packit 575503
2013-11-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (pipeio3): Removed test and reference to files.
Packit 575503
	It was too ful of race conditions to work reliably everywhere.
Packit 575503
	* pipeio3.awk, pipeio3.ok, pipeio3.ok2: Removed.
Packit 575503
Packit 575503
2013-11-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* readdir0.awk: Take argument which is directory to read.
Packit 575503
	* Makefile.am (readdir): Pass $(top_srcdir) to readdir0.awk.
Packit 575503
Packit 575503
2013-11-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* readdir0.awk: Restore fix so that we do not fail on filesysystems
Packit 575503
	such as XFS where the dirent does not contain the file type.
Packit 575503
Packit 575503
2013-11-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (ordchr2): Use --load instead of -l to make sure the
Packit 575503
	long option works properly.  Note that the readfile test still uses
Packit 575503
	the short version.
Packit 575503
	(include2): Use --include instead of -i to make sure that the long
Packit 575503
	option works properly.  Note that many other tests use the -i short
Packit 575503
	version.
Packit 575503
Packit 575503
2013-11-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* readdir0.awk: Use `ls -lan' to get numeric user and group ID
Packit 575503
	numbers. This keeps the number of fields correct and consistent, even
Packit 575503
	on systems (like, oh, say, Windows with Cygwin) where group names
Packit 575503
	can contain spaces.
Packit 575503
Packit 575503
2013-11-07         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	Solaris fixes.
Packit 575503
Packit 575503
	* readdir0.awk: Run ls -afi and ls -la separately since POSIX
Packit 575503
	says that -f turns off -l. Thanks to Dagobert Michelsen
Packit 575503
	<dam@opencsw.org> for the report.
Packit 575503
	* Makefile.am (diffout): Don't use POSIX or bash-isms so that
Packit 575503
	it will work on Solaris. Sigh.
Packit 575503
Packit 575503
2013-11-03         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (backsmalls2): New test.
Packit 575503
	(pipeio3): Check results against pipeio3.ok2 if
Packit 575503
	the first check fails.
Packit 575503
	* backsmalls2.awk, backsmalls2.ok: New files.
Packit 575503
	* pipeio3.ok2: New file. This is the results on PPC Mac OS X.
Packit 575503
Packit 575503
2013-10-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (pipeio3): Enhance test, again, to be more resilient
Packit 575503
	to variations in error messages produced by different Bourne shells
Packit 575503
	when a command is not found.  This time for Cygwin.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	(charasbytes): Translit any tabs to spaces. Should help on
Packit 575503
	some System V systems such as Solaris. We hope.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	(pass-fail): Exit non-zero if tests fail. Useful for buildbots.
Packit 575503
Packit 575503
2013-10-22         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (pipeio3): Enhance test to be more resilient to
Packit 575503
	variations in error messages produced by different Bourne shells
Packit 575503
	when a command is not found. Initially for Mac OS X.
Packit 575503
Packit 575503
2013-10-17         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (pipeio3): New test.
Packit 575503
	* pipeio3.awk, pipeio3.ok: New files.
Packit 575503
Packit 575503
2013-10-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (backbigs1, backsmalls1): New tests.
Packit 575503
	* backbigs1.awk, backbigs1.in, backbigs1.ok: New files.
Packit 575503
	* backsmalls1.awk, backsmalls1.in, backsmalls1.ok: New files.
Packit 575503
Packit 575503
2013-10-09         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (badassign1): New test.
Packit 575503
	* badassign1.awk, badassign1.ok: New files.
Packit 575503
Packit 575503
2013-09-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (randtest): New test.
Packit 575503
	* randtest.sh, randtest.ok: New files.
Packit 575503
	* rand.ok: Updated to reflect new results based on code change.
Packit 575503
Packit 575503
2013-09-13         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Fix quoting for generation of Maketests file so
Packit 575503
	that it will happen correctly.
Packit 575503
Packit 575503
	Unrelated:
Packit 575503
Packit 575503
	* Makefile.am (nfloop): New test.
Packit 575503
	* nfloop.awk, nfloop.ok: New files.
Packit 575503
Packit 575503
2013-08-15         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Quote $(srcdir) everywhere so that tests can run
Packit 575503
	in locations with spaces in their names (think Windows or Mac OS X).
Packit 575503
	* Gentests: Ditto for when creating Maketests file.
Packit 575503
Packit 575503
2013-07-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* profile2.ok, profile5.ok: Update.
Packit 575503
Packit 575503
2013-07-04         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mbprintf4): New test.
Packit 575503
	* mbprintf4.awk, mbprintf4.in, mbprintf4.ok: New files.
Packit 575503
	Test cases from Nethox <nethox@gmail.com>.
Packit 575503
Packit 575503
2013-06-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (dfamb1): New test.
Packit 575503
	* dfamb1.awk, dfamb1.in, dfamb1.ok: New files.
Packit 575503
	Test case from Steven Daniels <stevendaniels88@gmail.com>.
Packit 575503
Packit 575503
2013-06-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (clos1way): Move to here since Maketests gets
Packit 575503
	regenerated whenever Makefile.am is touched.
Packit 575503
Packit 575503
2013-06-22	Eli Zaretskii  <eliz@gnu.org>
Packit 575503
Packit 575503
	* Maketests (clos1way): Set LC_ALL=C, since clos1way.awk no longer
Packit 575503
	does.
Packit 575503
Packit 575503
2013-06-03         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (exit2): New test.
Packit 575503
	* exit2.awk, exit2.ok: New files.
Packit 575503
Packit 575503
2013-06-01  Eli Zaretskii  <eliz@gnu.org>
Packit 575503
Packit 575503
	* clos1way.awk: Don't use features of POSIX shells, to allow this
Packit 575503
	test to work on Windows.
Packit 575503
Packit 575503
	* beginfile2.sh: Leave one blank between the left quote and the
Packit 575503
	following slash.  Use non-absolute name for a non-existent file.
Packit 575503
	This is to avoid breakage on Windows due to MSYS transformation of
Packit 575503
	POSIX style /foo/bar absolute file names.
Packit 575503
Packit 575503
	* beginfile2.ok: Adapt to changes in beginfile2.sh.
Packit 575503
Packit 575503
2013-05-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (profile4, profile5): New tests.
Packit 575503
	* profile4.awk, profile4.in, profile5.awk, profile5.in: New files.
Packit 575503
Packit 575503
2013-05-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (mpfr-tests, shlib-tests): Propagate Eli's changes
Packit 575503
	and comment of 2013-05-14 to here, so that they get passed into
Packit 575503
	Makefile.in whenever Makefile.am is modified.
Packit 575503
Packit 575503
2013-05-14  Eli Zaretskii  <eliz@gnu.org>
Packit 575503
Packit 575503
	* Makefile.in (mpfr-tests, shlib-tests): Add a blank character
Packit 575503
	between ' and /FOO/ in Gawk command lines, for the benefit of
Packit 575503
	testing under MSYS Bash.
Packit 575503
Packit 575503
	* filefuncs.awk (BEGIN): Call 'stat' on gawkapi.o, not on gawk,
Packit 575503
	which does not exist on systems that produce gawk.exe.
Packit 575503
Packit 575503
2013-05-09         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.1.0: Release tar ball made.
Packit 575503
Packit 575503
2013-05-02         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* symtab9.awk: Don't remove test file in END rule, breaks on Windows.
Packit 575503
	* Makefile.am (symtab9): Add explicit rule and remove test file file.
Packit 575503
Packit 575503
2013-04-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (LOCALES): New variable split out from AWK.
Packit 575503
	(AWK): Adjust.
Packit 575503
	(next): Add LOCALES to the test so that it will pass everywhere.
Packit 575503
	Thanks to Juergen Kahrs for the report.
Packit 575503
Packit 575503
2013-04-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Prettify the lists of tests.
Packit 575503
	(GENTESTS_UNUSED): Bring the list up to date.
Packit 575503
Packit 575503
2013-03-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): Add a check for GNU/Linux and NFS directory
Packit 575503
	and issue a warning if so.
Packit 575503
	(fts): Ditto for IRIX - can't check for NFS so just print the message.
Packit 575503
	(fnmatch.awk, fnmatch.ok): Improve portability.
Packit 575503
Packit 575503
2013-03-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): Add -a to ls options. -f does not
Packit 575503
	automatically mean -a on all systems.
Packit 575503
	* jarebug.sh: Send error output of locale to /dev/null in case
Packit 575503
	it doesn't exist.
Packit 575503
Packit 575503
2013-03-11         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (colonwarn): New test.
Packit 575503
	* colonwarn.awk, colonwarn.in, colonwarn.ok: New files.
Packit 575503
Packit 575503
2013-02-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* parseme.ok: Update after change in grammar. Now with new and
Packit 575503
	improved error message!
Packit 575503
Packit 575503
2013-01-31         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Move functab4 into shlib tests, since it uses
Packit 575503
	@load. Thanks to Anders Wallin for the report.
Packit 575503
	(shlib-tests): Check --version output for "API" and run tests
Packit 575503
	if there.
Packit 575503
Packit 575503
2013-01-31         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am: To decide whether to run MPFR tests, use the output
Packit 575503
	of gawk --version instead of the automake TEST_MPFR conditional (which
Packit 575503
	has now been removed from configure.ac).
Packit 575503
Packit 575503
2013-01-27         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add all the mpfr test files. Duh.
Packit 575503
	(reginttrad): Use $(srcdir)/$@.awk. Double Duh.
Packit 575503
Packit 575503
2013-01-27         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am: Add mpfr tests if MPFR is available.
Packit 575503
Packit 575503
2013-01-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (reginttrad): New test.
Packit 575503
	* reginttrad.awk, reginttrad.ok: New files.
Packit 575503
Packit 575503
2013-01-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	Fix tests to work with make diffout:
Packit 575503
Packit 575503
	* rtlenmb.ok: New file.
Packit 575503
	* Makefile.am (clobber, mmap8k, rtlenmb): Tests adjusted.
Packit 575503
	(EXTRA_DIST): Add rtlenmb.ok.
Packit 575503
Packit 575503
2013-01-15         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Gentests: Remove a debugging printf.
Packit 575503
Packit 575503
2013-01-15         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): Try to protect against failure on filesystems
Packit 575503
	lacking type information by invoking readdir.awk before readdir0.awk
Packit 575503
	and passing the results of readdir to readdir0 for inspection.
Packit 575503
	* readdir0.awk: Analyze the results of the readdir extension.
Packit 575503
	If all file types are set to "u", we infer that this filesystem lacks
Packit 575503
	type information.
Packit 575503
Packit 575503
2013-01-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (rand): Let Gentests create the test.
Packit 575503
	(fmtspcl): Add $(AWKFLAGS).
Packit 575503
	* Gentests: For MPFR tests, add $(AWKFLAGS) on the command line.
Packit 575503
	* mpfr-rand.ok: Updated.
Packit 575503
Packit 575503
2013-01-14         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (symtab8): Use grep to remove FILENAME from the output
Packit 575503
	so the test will succeed when building outside the source tree.
Packit 575503
	* symtab8.ok: Remove FILENAME.
Packit 575503
Packit 575503
2013-01-10         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* inplace.1.in, inplace.2.in, inplace.in, inplace1.1.ok, inplace1.2.ok,
Packit 575503
	inplace1.ok, inplace2.1.bak.ok, inplace2.1.ok, inplace2.2.bak.ok,
Packit 575503
	inplace2.2.ok, inplace2.ok, inplace3.1.bak.ok, inplace3.1.ok,
Packit 575503
	inplace3.2.bak.ok, inplace3.2.ok, inplace3.ok: New files.
Packit 575503
	* Makefile.am (EXTRA_DIST): Add new files.
Packit 575503
	(SHLIB_TESTS): Add inplace1, inplace2, and inplace3.
Packit 575503
	(inplace1, inplace2, inplace3): New tests.
Packit 575503
Packit 575503
2012-12-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* assignconst.awk, assignconst.ok: Removed.
Packit 575503
	* Makefile.am (EXTRA_DIST): Removed assignconst.awk, assignconst.ok.
Packit 575503
	(SHLIB_TESTS): Removed assignconst.
Packit 575503
	(assignconst): Removed test.
Packit 575503
Packit 575503
2012-12-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.0.2: Release tar ball made.
Packit 575503
Packit 575503
2012-12-23         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (paramuninitglobal): New test.
Packit 575503
	* paramuninitglobal.awk, paramuninitglobal.ok: New files.
Packit 575503
	Thanks to John Haque.
Packit 575503
Packit 575503
2012-12-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* symtab9.awk, symtab9.ok: New files.
Packit 575503
	* Makefile.am (EXTRA_DIST): Add new files.
Packit 575503
	(symtab9): New test.
Packit 575503
	* symtab1.ok, testext.ok: Updated.
Packit 575503
Packit 575503
2012-12-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* symtab7.awk, symtab7.in, symtab7.ok, symtab8.awk, symtab8.in,
Packit 575503
	symtab8.ok: New files.
Packit 575503
	* Makefile.am (EXTRA_DIST): Add new files.
Packit 575503
	(symtab7, symtab8): New tests.
Packit 575503
	Thanks to Assaf Gordon <gordon@cshl.edu>.
Packit 575503
Packit 575503
2012-11-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): Add a 'this could fail message'.
Packit 575503
	* readdir.awk: Revise to match simplified behavior of the extension.
Packit 575503
Packit 575503
2012-11-13         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (GAWK_EXTRA_TESTS): Move to sorted order of tests.
Packit 575503
Packit 575503
2012-11-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* symtab6.ok: Remove PROCINFO.
Packit 575503
	* Makefile.am (symtab6): Adjust recipe.
Packit 575503
Packit 575503
2012-11-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* symtab4.awk, symtab4.in, symtab4.ok, symtab5.awk, symtab5.in,
Packit 575503
	symtab5.ok, symtab6.awk: New files.
Packit 575503
	* Makefile.am (EXTRA_DIST): Add new files.
Packit 575503
	(symtab4, symtab5, symtab6): New tests.
Packit 575503
	Thanks to Assaf Gordon <gordon@cshl.edu>.
Packit 575503
Packit 575503
2012-10-28         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* messages.awk, fts.awk: Adjusted so make diffout will work.
Packit 575503
	* Makefile.am (messages): Adjust to use standard failure test for
Packit 575503
	make diffout.
Packit 575503
Packit 575503
2012-10-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* symtab1.awk: Adjust to not print ENVIRON and PROCINFO which won't
Packit 575503
	be the same as on the author's machine.
Packit 575503
	* lintwarn.ok: Adjust.
Packit 575503
Packit 575503
2012-10-13         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add jarebug.sh.
Packit 575503
Packit 575503
2012-10-11         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): Use $(top_srcdir) instead of `.'. Helps
Packit 575503
	when running the valgrind tests.
Packit 575503
Packit 575503
2012-10-11         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* testext.ok: Updated.
Packit 575503
Packit 575503
2012-10-04         Akim Demaille         <akim@lrde.epita.fr>
Packit 575503
Packit 575503
	Fix VPATH builds.
Packit 575503
Packit 575503
	* Makefile.am (shlib-tests): config.h is in builddir.
Packit 575503
	(beginfile2): So is gawk itself.
Packit 575503
Packit 575503
	* Makefile.am (functab1, functab2, functab3, functab4, id, symtab1,
Packit 575503
	symtab2, symtab3): New tests.
Packit 575503
	* functab1.awk, functab1.ok, functab2.awk, functab2.ok, functab3.awk,
Packit 575503
	functab3.ok, functab4.awk, functab4.ok, id.awk, id.ok, symtab1.awk,
Packit 575503
	symtab1.ok, symtab2.awk, symtab2.ok, symtab3.awk, symtab3.ok:
Packit 575503
	New files.
Packit 575503
Packit 575503
2012-09-23         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* lintwarn.ok: Updated.
Packit 575503
Packit 575503
2012-09-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* testext.ok: Updated. Twice.
Packit 575503
Packit 575503
2012-09-11         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (shlib-tests): Check if DYNAMIC is enabled and
Packit 575503
	only if so run the tests. A bit hacky. Needed at least for
Packit 575503
	z/OS.
Packit 575503
Packit 575503
2012-09-07         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* readdir.awk: Change argument to readdir_do_ftype().
Packit 575503
Packit 575503
2012-08-28         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add jarebug.sh.
Packit 575503
	(readdir): Use standard output filenames readdir.ok and _readdir
Packit 575503
	instead of readdir.out1 and readdir.out2.  The standard names are
Packit 575503
	required for the pass-fail and diffout rules to work correctly.
Packit 575503
	(clean): Remove readdir.ok
Packit 575503
Packit 575503
2012-08-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (charasbytes): Revise test to canonicalize
Packit 575503
	whitespace. (For Mac OS X 10.5, at least.)
Packit 575503
	* charasbytes.ok: Updated.
Packit 575503
Packit 575503
2012-08-23         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (revout, revtwoway): New tests.
Packit 575503
	* revout.awk, revout.ok, revtwoway.awk, revtwoway.ok: New files.
Packit 575503
Packit 575503
2012-08-11         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add inchello.awk and incdupe[4-7].ok.
Packit 575503
	(GAWK_EXT_TESTS): Add incdupe[4-7].
Packit 575503
	(incdupe[4-7]): New tests to ensure that mixing -f with include
Packit 575503
	causes a fatal error.
Packit 575503
	* incdupe[4-7].ok, inchello.awk: New files.
Packit 575503
Packit 575503
2012-08-08         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (fts): New test.
Packit 575503
	* fts.awk: New file.
Packit 575503
Packit 575503
2012-07-30         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (assignconst): Use AWKPATH to get results that will
Packit 575503
	be consistent no matter where the test is run.
Packit 575503
	* assignconst.ok: Updated.
Packit 575503
Packit 575503
2012-07-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readdir): New test.
Packit 575503
	* readdir0.awk, readdir.awk: New files.
Packit 575503
Packit 575503
2012-07-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* fnmatch.awk, fnmatch.ok: Portability updates.
Packit 575503
Packit 575503
2012-07-15         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* testext.ok: Update contents.
Packit 575503
Packit 575503
2012-07-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (fnmatch): New test.
Packit 575503
	* fnmatch.awk, fnmatch.ok: New files.
Packit 575503
Packit 575503
	* Makefile.am (assignconst): New test.
Packit 575503
	* assignconst.awk, assignconst.ok: New files.
Packit 575503
Packit 575503
2012-06-28         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* time.awk: Avoid possibly throwing a spurious error by protecting
Packit 575503
	a race condition that depends on the order of expression evaluation.
Packit 575503
Packit 575503
2012-06-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (rwarray): New test.
Packit 575503
	* rwarray.awk, rwarray.in, rwarray.ok: New files.
Packit 575503
Packit 575503
2012-06-21         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* testext.ok: Update contents.
Packit 575503
Packit 575503
2012-06-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* testext.ok: Update contents.
Packit 575503
Packit 575503
2012-06-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* testext.ok: Update contents.
Packit 575503
Packit 575503
2012-06-18         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (testext): New test.
Packit 575503
	(EXTRA_DIST): Add new file testext.ok.
Packit 575503
	(SHLIB_TESTS): Add testext.
Packit 575503
	(clean): Add testext.awk to the list.
Packit 575503
	* testext.ok: New file.
Packit 575503
Packit 575503
2012-06-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (clean): Add fork.tmp.* to the list.
Packit 575503
Packit 575503
2012-06-10         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add new files time.awk and time.ok.
Packit 575503
	(SHLIB_TESTS): Add time.
Packit 575503
	* time.awk, time.ok: New files.
Packit 575503
Packit 575503
2012-05-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (clean): Add readfile.ok to list of files to removed.
Packit 575503
Packit 575503
2012-05-26         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (readfile): Revert previous patch, and add comment
Packit 575503
	explaining that we need to create readfile.ok on failure so that
Packit 575503
	"make diffout" will work properly.
Packit 575503
	(ordchr.awk, ordchr.ok): Add more tests to catch type conversion
Packit 575503
	problems.
Packit 575503
Packit 575503
2012-05-25         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (readfile): Don't copy the Makefile over readfile.ok
Packit 575503
	if there's a problem.
Packit 575503
Packit 575503
2012-05-24         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (fmtspcl, include2, incdupe, incdup2, incdupe3): Fix
Packit 575503
	paths to work properly when built in another directory.
Packit 575503
Packit 575503
2012-05-19         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add new files hello.awk, inclib.awk,
Packit 575503
	include.awk, include.ok, include2.ok, incdupe.ok, incdupe2.ok and
Packit 575503
	incdupe3.ok.
Packit 575503
	(GAWK_EXT_TESTS): Add include, include2, incdupe, incdupe2 and incdupe3.
Packit 575503
	(include2, incdupe, incdupe2, incdupe3): New tests.
Packit 575503
	* badargs.ok: Fix usage message to include new -i option.
Packit 575503
	* hello.awk, incdupe.ok, incdupe2.ok, incdupe3.ok, inclib.awk,
Packit 575503
	include.awk, include.ok, include2.ok: New files.
Packit 575503
Packit 575503
2012-08-12         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (regexprange): New test.
Packit 575503
	* regexprange.awk, regexprange.ok: New files.
Packit 575503
Packit 575503
2012-08-05         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	New test from Nelson Beebe.
Packit 575503
Packit 575503
	* Makefile.am (ofs1): New test.
Packit 575503
	* ofs1.awk, ofs1.in, ofs1.ok: New files.
Packit 575503
Packit 575503
2012-07-13         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (getline5): New test.
Packit 575503
	* getline5.awk, getline5.ok: New files.
Packit 575503
Packit 575503
2012-06-19         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (charasbytes): New test.
Packit 575503
	* charasbytes.awk, charasbytes.in, charasbytes.ok: New files.
Packit 575503
Packit 575503
2012-05-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* jarebug.sh: New file. Handles Mac OS X also.
Packit 575503
	* Makefile.am (jarebug): Use jarebug.sh to run the test.
Packit 575503
Packit 575503
2012-05-16         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (jarebug): Remove leading `-' from $(CMP) line.
Packit 575503
Packit 575503
2012-05-14         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (jarebug): Move to charset tests. Adjust to check
Packit 575503
	for existence of needed Japanese locale before running the test.
Packit 575503
Packit 575503
2012-05-09         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (jarebug): New test.
Packit 575503
	* jarebug.awk, jarebug.in, jarebug.ok: New files.
Packit 575503
Packit 575503
2012-04-08         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (VALGRIND): Set to empty to protect against random
Packit 575503
	values in the environment.
Packit 575503
Packit 575503
2012-04-08         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add missing files fork.ok, fork2.ok
Packit 575503
	and ordchr2.ok.
Packit 575503
Packit 575503
2012-04-08         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (AWK, PGAWK): Include new $(VALGRIND) variable in
Packit 575503
	command line (now passed in by top-level Makefile).
Packit 575503
Packit 575503
2012-04-07         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (ordchr2, readfile): Fix so "make diffout" will work
Packit 575503
	properly.
Packit 575503
	* orchr2.ok: New file.
Packit 575503
Packit 575503
2012-04-07         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (check): Add new shlib-tests target.
Packit 575503
	(SHLIB_TESTS): Add tests ordchr, ordchr2, fork, fork2, readfile and
Packit 575503
	filefuncs.
Packit 575503
	* ordchr.awk, ordchr.ok, fork.awk, fork.ok, fork2.awk, fork2.ok,
Packit 575503
	filefuncs.awk, filefuncs.ok: New files.
Packit 575503
Packit 575503
2012-04-01         Andrew J. Schorr     <aschorr@telemetry-investments.com>
Packit 575503
Packit 575503
	* Makefile.am (valgrind-scan): Update to match modern valgrind output.
Packit 575503
Packit 575503
2012-04-01         John Haque      <j.eh@mchsi.com>
Packit 575503
Packit 575503
	* Makefile.am (mpfr-test): Add target for manual testing of MPFR
Packit 575503
	and GMP numbers.
Packit 575503
	* mpfrbigint.awk, mpfrexprange.awk, mpfrieee.awk, mpfrnr.awk,
Packit 575503
	mpfrrnd.awk, mpfrsort.awk: New tests.
Packit 575503
	(MPFR_TESTS): Add the new tests.
Packit 575503
	* mpfrnr.in, mpfrbigint.ok, mpfrexprange.ok, mpfrieee.ok, mpfrnr.ok,
Packit 575503
	mpfrrnd.ok, mpfrsort.ok: New files.
Packit 575503
	(AWK): Add AWKFLAGS; useful for testing with 'gawk -M' invocation.
Packit 575503
Packit 575503
2012-02-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* fmtspcl-mpfr.ok, fnarydel-mpfr.ok, fnparydl-mpfr.ok,
Packit 575503
	rand-mpfr.ok: New files.
Packit 575503
	* Makefile.am (EXTRA_DIST): Add them.
Packit 575503
	(CHECK_MPFR): New list of files that have MPFR variant .ok file.
Packit 575503
	* Gentests: Deal with MPFR files by modifying the generated
Packit 575503
	comparison command.
Packit 575503
Packit 575503
2011-12-26         John Haque      <j.eh@mchsi.com>
Packit 575503
Packit 575503
	* badargs.ok: Adjust for new and changed command line options.
Packit 575503
Packit 575503
2012-03-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* 4.0.1: Release tar ball made.
Packit 575503
Packit 575503
2012-03-20         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (printfbad3): New test.
Packit 575503
	* printfbad3.awk, printfbad3.ok: New files.
Packit 575503
Packit 575503
2012-02-22         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (beginfile2, next): Set LC_ALL=C so that error
Packit 575503
	messages will be in English for comparison with .ok files.
Packit 575503
	Thanks to Jeroen Schot <schot@a-eskwadraat.nl>.
Packit 575503
Packit 575503
2011-12-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (rri1): New test.
Packit 575503
	* rri1.awk, rri1.in, rri1.ok: New files.
Packit 575503
Packit 575503
2011-12-06         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am: Rationalize the $(CMP) lines wherever possible.
Packit 575503
Packit 575503
2011-10-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* beginfile2.sh: Use `...` instead of $(...) for broken systems
Packit 575503
	where /bin/sh doesn't support $(...).  Thanks to Nelson Beebe for
Packit 575503
	the report.
Packit 575503
Packit 575503
2011-10-21         John Haque      <j.eh@mchsi.com>
Packit 575503
Packit 575503
	* beginfile2.in, beginfile2.sh, beginfile2.ok: Adjust input file names.
Packit 575503
Packit 575503
2011-10-21         Corinna Vinschen      <vinschen@redhat.com>
Packit 575503
Packit 575503
	* Makefile.am (beginfile2): Adjust for running out of srcdir.
Packit 575503
	* beginfile2.sh: Same.
Packit 575503
Packit 575503
2011-10-02         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (rtlen, rtlen01, rtlenmb): New tests.
Packit 575503
	* rtlen.ok, rtlen.sh, rtlen01.ok, rtlen01.sh: New files.
Packit 575503
	Thanks to Rogier <rogier777@gmail.com> as forwarded by
Packit 575503
	Jeroen Schot <schot@A-Eskwadraat.nl>.
Packit 575503
Packit 575503
2011-08-10         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (beginfile2, fpat3, fwtest3): New tests.
Packit 575503
	* beginfile2.awk, beginfile2.in, beginfile2.ok: New files.
Packit 575503
	* fpat3.awk, fpat3.in, fpat3.ok: New files.
Packit 575503
	* fwtest3.awk, fwtest3.in, fwtest3.ok: New files.
Packit 575503
Packit 575503
2011-08-09         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* pty1.awk, pty1.ok: New files.
Packit 575503
	* Makefile.am (pty1): New test.
Packit 575503
	(profile1, profile2, profile3): Use unique names for the profile
Packit 575503
	files to avoid problems with parallel 'make check'
Packit 575503
Packit 575503
2011-07-29         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (next): Redirect output to output file!
Packit 575503
Packit 575503
2011-07-28         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* sortu.awk, sortu.ok: Modified to make numeric comparison do
Packit 575503
	a stable sort.  Thanks to Peter Fales <Peter.Fales@alcatel-lucent.com>.
Packit 575503
	* backgsub.ok: Update for change in code.
Packit 575503
	* Makefile.am (posix2008sub): Add --posix to invocation.
Packit 575503
Packit 575503
2011-07-26         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (getline4, gsubtst8): New tests.
Packit 575503
	* getline4.awk, getline4.in, getline4.ok: New files.
Packit 575503
	* gsubtst8.awk, gsubtst8.in, gsubtst8.ok: New files.
Packit 575503
Packit 575503
2011-07-15         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (gsubtst7): New test.
Packit 575503
	* gsubtst7.awk, gsubtst7.in, gsubtst7.ok: New files.
Packit 575503
Packit 575503
2011-06-24         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* Makefile.am (EXTRA_DIST): Add ChangeLog.0.
Packit 575503
	* 4.0.0: Remake the tar ball.
Packit 575503
Packit 575503
2011-06-23         Arnold D. Robbins     <arnold@skeeve.com>
Packit 575503
Packit 575503
	* ChangeLog.0: Rotated ChangeLog into this file.
Packit 575503
	* ChangeLog: Created anew for gawk 4.0.0 and on.
Packit 575503
	* 4.0.0: Release tar ball made.