2012-07-16 Arnold D. Robbins * fnmatch.awk, fnmatch.ok: Portability updates. 2012-07-15 Arnold D. Robbins * testext.ok: Update contents. 2012-07-12 Arnold D. Robbins * Makefile.am (fnmatch): New test. * fnmatch.awk, fnmatch.ok: New files. * Makefile.am (assignconst): New test. * assignconst.awk, assignconst.ok: New files. 2012-06-28 Andrew J. Schorr * time.awk: Avoid possibly throwing a spurious error by protecting a race condition that depends on the order of expression evaluation. 2012-06-25 Arnold D. Robbins * Makefile.am (rwarray): New test. * rwarray.awk, rwarray.in, rwarray.ok: New files. 2012-06-21 Arnold D. Robbins * testext.ok: Update contents. 2012-06-20 Arnold D. Robbins * testext.ok: Update contents. 2012-06-19 Arnold D. Robbins * testext.ok: Update contents. 2012-06-18 Arnold D. Robbins * Makefile.am (testext): New test. (EXTRA_DIST): Add new file testext.ok. (SHLIB_TESTS): Add testext. (clean): Add testext.awk to the list. * testext.ok: New file. 2012-06-12 Arnold D. Robbins * Makefile.am (clean): Add fork.tmp.* to the list. 2012-06-10 Andrew J. Schorr * Makefile.am (EXTRA_DIST): Add new files time.awk and time.ok. (SHLIB_TESTS): Add time. * time.awk, time.ok: New files. 2012-05-29 Arnold D. Robbins * Makefile.am (clean): Add readfile.ok to list of files to removed. 2012-05-26 Andrew J. Schorr * Makefile.am (readfile): Revert previous patch, and add comment explaining that we need to create readfile.ok on failure so that "make diffout" will work properly. (ordchr.awk, ordchr.ok): Add more tests to catch type conversion problems. 2012-05-25 Arnold D. Robbins * Makefile.am (readfile): Don't copy the Makefile over readfile.ok if there's a problem. 2012-05-24 Andrew J. Schorr * Makefile.am (fmtspcl, include2, incdupe, incdup2, incdupe3): Fix paths to work properly when built in another directory. 2012-05-19 Andrew J. Schorr * Makefile.am (EXTRA_DIST): Add new files hello.awk, inclib.awk, include.awk, include.ok, include2.ok, incdupe.ok, incdupe2.ok and incdupe3.ok. (GAWK_EXT_TESTS): Add include, include2, incdupe, incdupe2 and incdupe3. (include2, incdupe, incdupe2, incdupe3): New tests. * badargs.ok: Fix usage message to include new -i option. * hello.awk, incdupe.ok, incdupe2.ok, incdupe3.ok, inclib.awk, include.awk, include.ok, include2.ok: New files. 2012-05-09 Arnold D. Robbins * Makefile.am (jarebug): New test. * jarebug.awk, jarebug.in, jarebug.ok: New files. 2012-04-08 Andrew J. Schorr * Makefile.am (VALGRIND): Set to empty to protect against random values in the environment. 2012-04-08 Andrew J. Schorr * Makefile.am (EXTRA_DIST): Add missing files fork.ok, fork2.ok and ordchr2.ok. 2012-04-08 Andrew J. Schorr * Makefile.am (AWK, PGAWK): Include new $(VALGRIND) variable in command line (now passed in by top-level Makefile). 2012-04-07 Andrew J. Schorr * Makefile.am (ordchr2, readfile): Fix so "make diffout" will work properly. * orchr2.ok: New file. 2012-04-07 Andrew J. Schorr * Makefile.am (check): Add new shlib-tests target. (SHLIB_TESTS): Add tests ordchr, ordchr2, fork, fork2, readfile and filefuncs. * ordchr.awk, ordchr.ok, fork.awk, fork.ok, fork2.awk, fork2.ok, filefuncs.awk, filefuncs.ok: New files. 2012-04-01 Andrew J. Schorr * Makefile.am (valgrind-scan): Update to match modern valgrind output. 2012-04-01 John Haque * Makefile.am (mpfr-test): Add target for manual testing of MPFR and GMP numbers. * mpfrbigint.awk, mpfrexprange.awk, mpfrieee.awk, mpfrnr.awk, mpfrrnd.awk, mpfrsort.awk: New tests. (MPFR_TESTS): Add the new tests. * mpfrnr.in, mpfrbigint.ok, mpfrexprange.ok, mpfrieee.ok, mpfrnr.ok, mpfrrnd.ok, mpfrsort.ok: New files. (AWK): Add AWKFLAGS; useful for testing with 'gawk -M' invocation. 2012-02-28 Arnold D. Robbins * fmtspcl-mpfr.ok, fnarydel-mpfr.ok, fnparydl-mpfr.ok, rand-mpfr.ok: New files. * Makefile.am (EXTRA_DIST): Add them. (CHECK_MPFR): New list of files that have MPFR variant .ok file. * Gentests: Deal with MPFR files by modifying the generated comparison command. 2011-12-26 John Haque * badargs.ok: Adjust for new and changed command line options. 2012-03-28 Arnold D. Robbins * 4.0.1: Release tar ball made. 2012-03-20 Arnold D. Robbins * Makefile.am (printfbad3): New test. * printfbad3.awk, printfbad3.ok: New files. 2012-02-22 Arnold D. Robbins * Makefile.am (beginfile2, next): Set LC_ALL=C so that error messages will be in English for comparison with .ok files. Thanks to Jeroen Schot . 2011-12-26 Arnold D. Robbins * Makefile.am (rri1): New test. * rri1.awk, rri1.in, rri1.ok: New files. 2011-12-06 Arnold D. Robbins * Makefile.am: Rationalize the $(CMP) lines wherever possible. 2011-10-24 Arnold D. Robbins * beginfile2.sh: Use `...` instead of $(...) for broken systems where /bin/sh doesn't support $(...). Thanks to Nelson Beebe for the report. 2011-10-21 John Haque * beginfile2.in, beginfile2.sh, beginfile2.ok: Adjust input file names. 2011-10-21 Corinna Vinschen * Makefile.am (beginfile2): Adjust for running out of srcdir. * beginfile2.sh: Same. 2011-10-02 Arnold D. Robbins * Makefile.am (rtlen, rtlen01, rtlenmb): New tests. * rtlen.ok, rtlen.sh, rtlen01.ok, rtlen01.sh: New files. Thanks to Rogier as forwarded by Jeroen Schot . 2011-08-10 Arnold D. Robbins * Makefile.am (beginfile2, fpat3, fwtest3): New tests. * beginfile2.awk, beginfile2.in, beginfile2.ok: New files. * fpat3.awk, fpat3.in, fpat3.ok: New files. * fwtest3.awk, fwtest3.in, fwtest3.ok: New files. 2011-08-09 Arnold D. Robbins * pty1.awk, pty1.ok: New files. * Makefile.am (pty1): New test. (profile1, profile2, profile3): Use unique names for the profile files to avoid problems with parallel 'make check' 2011-07-29 Arnold D. Robbins * Makefile.am (next): Redirect output to output file! 2011-07-28 Arnold D. Robbins * sortu.awk, sortu.ok: Modified to make numeric comparison do a stable sort. Thanks to Peter Fales . * backgsub.ok: Update for change in code. * Makefile.am (posix2008sub): Add --posix to invocation. 2011-07-26 Arnold D. Robbins * Makefile.am (getline4, gsubtst8): New tests. * getline4.awk, getline4.in, getline4.ok: New files. * gsubtst8.awk, gsubtst8.in, gsubtst8.ok: New files. 2011-07-15 Arnold D. Robbins * Makefile.am (gsubtst7): New test. * gsubtst7.awk, gsubtst7.in, gsubtst7.ok: New files. 2011-06-24 Arnold D. Robbins * Makefile.am (EXTRA_DIST): Add ChangeLog.0. * 4.0.0: Remake the tar ball. 2011-06-23 Arnold D. Robbins * ChangeLog.0: Rotated ChangeLog into this file. * ChangeLog: Created anew for gawk 4.0.0 and on. * 4.0.0: Release tar ball made.