Wed Mar 19 14:10:31 2003 Arnold D. Robbins This time for sure. -- Bullwinkle * Release 3.1.2: Release tar file made. Wed Mar 19 14:00:00 2003 Arnold D. Robbins * Makefile.am (synerr1): New test. * synerr1.awk, synerr1.ok: New files. Tue Mar 4 10:32:23 2003 Arnold D. Robbins * Makefile.am (clean): Remove `core*' for modern Linux which drops core in `core.PID' files. 2003-02-17 Jim Meyering * Makefile.am (check): Don't depend on the pass-fail rule that reports any failures. Otherwise, `make -j' that rule's commands could run before all tests had completed, resulting in spurious failures or potentially, even unreported failures. Instead, just `$(MAKE) pass-fail'. Sun Feb 9 11:48:32 2003 Arnold D. Robbins * Makefile.am: Moved `space' into UNIX_TESTS. Breaks in MS environments. Tue Feb 4 14:28:06 2003 Arnold D. Robbins All relevant files: Copyright year updated to 2003. Tue Feb 4 12:22:41 2003 Arnold D. Robbins * Makefile.am (fnmisc): New test case. * fnmisc.awk, fnmisc.ok: New files. Sun Feb 2 15:33:33 2003 Stepan Kasal * getline3.awk, getline3.ok: Renamed from getline2.awk, getline2.ok * Makefile.am (getline, getline2): getline renamed to getline2, new test under the name getline. * getline.awk, getline.ok, getline2.awk, getline2.ok: rename getline.* getline2.*; new files getline.* . * getline.awk, getline.ok: add tests for ``cmd | getline '' * Makefile.am (printf0): New test. * printf0.awk, printf0.ok: New files. * fnarray.ok: The error message has changed. Thu Jan 30 15:32:56 2003 Stepan Kasal * Makefile.am (splitarr, getline2, inputred, prec): New tests. * splitarr.awk, splitarr.ok: New files. * getline2.awk, getline2.ok: New files. * inputred.awk, inputred.ok: New files. * prec.awk, prec.ok: New files. * noeffect.awk: add second no-effect command; two error messages should be generated. Add some empty statements, to check that --lint doesn't abort on them. Tue Jan 28 18:34:22 2003 Arnold D. Robbins * arrymem1.awk: Enhanced test. * arrayme1.ok: Updated for new output Mon Jan 27 14:07:16 2003 Stepan Kasal * nfldstr.awk: Add tests for automatic number conversion. Mon Jan 27 12:25:41 2003 Arnold D. Robbins * Makefile.am (asort, asorti, match1): New tests. * match1.awk, match1.in: New files. * asort.awk, asort.in: New files. * asorti.awk, asorti.in: New files. Mon Jan 27 12:10:16 2003 Stepan Kasal * strtod.awk, strtod.in, strtod.ok: Added test for 0e0 and similar. Sun Jan 26 16:49:41 2003 Arnold D. Robbins * Makefile.am (zeroe0): New test. * zeroe0.awk, zeroe0.in: New files. Thu Jan 2 11:09:12 2003 Arnold D. Robbins * parseme.ok, noparms.ok: Revised for bison 1.875. Tue Dec 31 16:54:44 2002 Arnold D. Robbins * Makefile.am: (poundbang): Fix code. (efence): New target to remove _* files run with Electric Fence but that are otherwise OK. Thu Dec 26 16:44:37 2002 Arnold D. Robbins * Makefile.am (poundbang): Add code to handle systems with limits on paths for #! files. Mon Dec 9 14:20:44 2002 Stepan Kasal * Makefile.am (space): New test: ``gawk -f " " file'' should try to include file ` '. Sun Nov 17 21:47:11 2002 Arnold D. Robbins * Makefile.am (manyfiles): Reference $(srcdir)/$@.ok so can build and test in a different directory. Sun Nov 3 14:47:59 2002 Arnold D. Robbins Move tests with inline input and/or programs into separate files so can let Gentests do more work. Per Nelson Beebe, just print the name of each test. * Makefile.am (fstabplus, longwrds, fieldwdth, ignrcase, posix, rs, fsbs): removed targets so will be generated by Gentests. (negexp, resplit, childin, back89, nfldstr, nondec): ditto. * Gentests: print name of test, make cmp not echo by prefixing with @. * fstabplus.in: new file. * fieldwdth.awk, fieldwdth.in: new files. * ignrcase.awk, ignrcase.in: new files. * longwrds.awk: send output to sort instead of letting makefile do it. * longwrds.in: renamed from manpage. * posix.in: new file. * manyfiles.ok: new file. * rs.awk: new file. * fsbs.awk: new file. * negexp.awk: new file. * resplit.awk, resplit.in: new files. * childin.awk, childin.in: new files. * back89.awk: new file. * nfldstr.awk, nfldstr.in: new files. Sun Nov 3 14:37:39 2002 Arnold D. Robbins * Makefile.am (uninit2): new test case, requires lint. * uninit2.awk, uninit2.ok: new files. Fri Nov 1 11:34:45 2002 Arnold D. Robbins * Makefile.am (nondec): Always run this test. Tue Oct 29 10:40:47 2002 Arnold D. Robbins * Makefile.am (EXTRA_DIST): Added Gentests to list of files to distribute. Mon Oct 28 15:36:42 2002 Arnold D. Robbins * Makefile.am (icasers, icasefs, rstest1, rstest2): new test cases. (argarray): Remove argarray.in if not in srcdir. * icasers.awk, icasers.in, icasers.ok: new files. * icasefs.awk, icasefs.ok: new files. * rstest1.awk, rstest1.ok: new files. * rstest2.awk, rstest2.ok: new files. Mon Oct 28 12:25:25 2002 Stepan Kasal * Makefile.am (uninitialized): New test. * uninitialized.awk, uninitialized.ok: New files. Mon Oct 28 11:24:16 2002 Stepan Kasal * Gentests: new script * Maketests: new file, generated automatically by Gentests * Makefile.am: new rules and variables to make use of Gentests; Most targets removed, Gentests will take care Sun Oct 13 16:58:07 2002 Stepan Kasal * Makefile.am (nfneg): new test case. * nfneg.awk, nfneg.ok: new files. Mon Oct 7 09:38:07 2002 Arnold D. Robbins * Makefile.am (noloop1, noloop2): new test cases. * noloop.awk, noloop1.in, noloop1.ok, noloop2.in, noloop2.ok: new files. Tue Oct 1 18:28:40 2002 Arnold D. Robbins * Makefile.am (poundbang): Rewrote rule to avoid problems with hardcoding of /tmp pathname. (poundbang.awk): Changed the way it works. (poundbang.ok): Removed. Thu Sep 5 13:31:28 2002 Arnold D. Robbins * Makefile.am (rebuf): new test case. * rebuf.awk, rebuf.in, rebuf.ok: new files. Wed Aug 21 15:31:57 2002 Andreas Buening * Makefile.am (AWKPROG): Add $(EXEEXT) macro. (PATH_SEPERATOR): Removed. (poundbag): Added $(EXEEXT) and use of ${TMPDIR-/tmp}. Wed Aug 7 13:47:09 2002 Arnold D. Robbins * Makefile.am (nulrsend): new test case. * nulrsend.awk, nulrsend.in, nulrsend.ok: new files. Sun Aug 4 00:25:23 2002 Arnold D. Robbins * Makefile.am (gsubtst3, gsubtst4): new test cases. * gsubtst3.awk, gsubtst3.ok, gsubtst4.awk, gsubtst4.ok: new files. Thu May 9 22:31:36 2002 Arnold D. Robbins * Makefile.am (gsubtst2): new test case. * gsubtest.awk, gsubtest.ok: Added new test. * gsubtst2.awk, gsubtst2.ok: new files. Sun May 5 12:38:55 2002 Arnold D. Robbins * Makefile.am: Minor mods to use LC_ALL=C so that checks will use the English messages, not any translations. (manyfiles): Fixed (hopefully) to leave a file around if the test fails, so that we don't get a spurious "ALL TESTS PASSED" message. Wed May 1 16:41:32 2002 Arnold D. Robbins * Release 3.1.1: Release tar file made. Tue Apr 16 17:07:25 2002 Arnold D. Robbins * Makefile.am (pass-fail): New target that prints an `all passed' or `x tests failed' message, for use in grep-ing build logs. (check): Add pass-fail as last dependency. Thanks to Nelson Beebe for the thought, beebe@math.utah.edu. Sun Mar 10 17:00:51 2002 Scott Deifik * Makefile.am (strftime): Add TZ=GMT0 into environment, to regularize things, esp. for some DJGPP systems. Mon Feb 18 14:55:19 2002 Arnold D. Robbins * Makefile.am (longsub): new test case. * longsub.awk, longsub.in, longsub.ok: new files. Wed Jan 23 15:03:36 2002 Andreas Buening * Makefile.am (PATH_SEPARATOR): Added. (awkpath): Make use of PATH_SEPARATOR. Wed Jan 23 14:50:38 2002 Arnold D. Robbins * Makefile.am (concat1): new test case. * concat1.awk, concat1.in, concat1.ok: new files. Mon Jan 7 22:21:25 2002 Arnold D. Robbins * Makefile.am (forsimp): new test case. * forsimp.awk, forsimp.ok: new files. Wed Dec 26 22:01:52 2001 Arnold D. Robbins * Makefile.am (inftest): Add sed to fix case issues between different libc versions. Ugh. Wed Dec 19 16:01:58 2001 Peter J. Farley III * Makefile.am (manyfiles): Also delete \15 in tr. Tue Dec 18 20:56:07 2001 Andreas Buening * Makefile.am (nors): Add \15 to list of chars to delete so test will run on OS/2 also. Thu Oct 4 18:34:49 2001 Arnold D. Robbins * Makefile.am (membug1): new test case. * membug1.awk, membug1.in, membug1.ok: new files. Thu Aug 23 14:04:10 2001 Arnold D. Robbins * Makefile.am (minusstr): new test case. * minusstr.awk, minusstr.ok: new files. Sat Aug 4 23:42:37 2001 Arnold D. Robbins * Makefile.am (arrymem1): new test case. (compare2): new test case. (regtest): Make test work, use regtest.sh, not .awk. * arrymem1.awk, arrymem1.ok: new files. * compare2.awk, compare2.ok: new files. Mon Jul 23 17:32:03 2001 Arnold D. Robbins * Makefile.am (onlynl): new test case. * onlynl.awk, onlynl.in, onlynl.ok: new files. Wed Jun 13 18:12:43 2001 Arnold D. Robbins * Makefile.am (ofmtfidl): new test case. * ofmtfidl.awk, ofmtfidl.in, ofmtfidl.ok: new files. Sun Jun 3 13:04:44 2001 Arnold D. Robbins * Release 3.1.0: Release tar file made. And there was rejoicing. Sun May 6 13:30:20 2001 Arnold Robbins * inftest.awk: Changed test to use < so that it will work for MSC and DJGPP combination, per Scott Deifik. Tue Mar 20 11:09:51 2001 Arnold Robbins * Makefile.am (funsemnl): new test case. * funsemnl.awk, funsemnl.ok: new files. Wed Mar 7 11:31:41 2001 Arnold Robbins * Makefile.am (leadnl): new test case. * leadnl.awk, leadnl.in, leadnl.ok: new files. Tue Feb 6 18:08:15 2001 Arnold Robbins * Makefile.am (rebt8b1, rebt8b2): new test case. * rebt8b1.awk, rebt8b1.ok: new files. * rebt8b2.awk, rebt8b2.ok: new files. Sun Dec 3 15:36:41 2000 Arnold Robbins * Makefile.am (gnuops2): New test case. * gnuops2.awk, gnuops2.ok: New files, based on bug report from Servatius.Brandt@fujitsu-siemens.com. Mon Nov 27 15:52:46 2000 Arnold Robbins * regx8bit.awk, regx8bit.ok: Updated to what should work on all systems. Wed Nov 22 13:27:59 2000 Arnold Robbins * Makefile.am (poundbang): Added some smarts for /tmp mounted noexec. Hopefully it'll even work. Tue Nov 14 17:45:02 2000 Arnold Robbins * Makefile.am: Added - to all cmp calls for consistency. Sun Nov 12 17:50:18 2000 Arnold Robbins * Makefile.am (addcomma): new test case. * addcomma.awk, addcomma.in, addcomma.ok: new files. Tue Nov 7 16:03:06 2000 Arnold Robbins * Makefile.am (regx8bit, psx96sub): new test cases. * regx8bit.awk, regx8bit.ok, psx96sub.awk, psx96sub.ok: new files. Sun Oct 22 12:09:43 2000 Arnold Robbins * Makefile.am (shadow): new test case. * shadow.awk, shadow.ok: new files. Tue Oct 17 10:51:09 2000 Arnold Robbins * Makefile.am (arynasty): new test case. * arynasty.awk, arynasty.ok: new files. Mon Oct 2 10:17:13 2000 Arnold Robbins * Makefile.am (clsflnam): Add redirect of stderr. * clsflnam.awk, clsflnam.ok: modified to reflect changed semantics of close() for a non-open file. See ../ChangeLog. Sun Sep 24 16:46:29 2000 Arnold Robbins * Makefile.am (nasty2): new test case. * nasty2.awk, nasty2.ok: new files. Wed Sep 13 11:09:49 2000 Arnold Robbins * Makefile.am (check): Added calls to new targets that print messages. (clos1way, basic-msg-start, basic-msg-end, unix-msg-start, unix-msg-end, extend-msg-start, extend-msg-end): new targets. * clos1way.awk, clos1way.ok: new files. Tue Sep 12 16:29:54 2000 Arnold Robbins * Makefile.am (leaddig): new test case. * leaddig.awk, leaddig.ok: new files. Wed Sep 6 14:09:15 2000 Arnold Robbins * Makefile.am (strtod): new test case. * strtod.awk, strtod.in, strtod.ok: new files. Mon Sep 4 09:33:28 2000 Arnold D. Robbins * Makefile.in (octsub): new test case. * octsub.awk, octsub.ok: new files. Sun Aug 13 12:37:16 2000 Arnold Robbins * Makefile.am (sort1, diffout): new test cases. * sort1.awk, sort1.ok: new files. 2000-02-15 Arnold Robbins * MOVED TO AUTOMAKE AND GETTEXT. Just about every file touched. Work done by Arno Peters. Wed May 19 15:41:41 1999 Arnold D. Robbins * Makefile.in (datanonl,regeq,redfilnm): new test cases. * datanonl.awk, datanonl.in, datanonl.ok: new files. * regeq.awk, regeq.in, regeq.ok: new files. * redfilnm.awk, redfilnm.in, redfilnm.ok: new files. Mon May 10 17:11:30 1999 Arnold D. Robbins * Makefile.in (rsnul1nl): new test case. * rsnul1nl.awk, rsnul1nl.in, rsnul1nl.ok: new files. Sun Apr 25 13:02:35 1999 Arnold D. Robbins * Makefile.in (inetechu,inetecht,inetdayu,inetdayt,inet): new tests, courtesy of Juergen Khars. (paramtyp): new test for bug from Juergen. * paramtyp.awk, paramtyp.in: new files. Sun Oct 25 23:11:46 1998 Arnold D. Robbins * Makefile.in (ofmtbig,procinfs): new test cases. * procinfs.awk, procinfs.ok: new files. * ofmtbig.awk, ofmtbig.in, ofmtbig.ok: new files. Tue Oct 20 22:07:10 1998 Arnold D. Robbins * Makefile.in (lint): new test case. * lint.awk, lint.ok: new files. * badargs.ok: updated output corresponding to change made to main.c (see main ChangeLog). Tue May 26 20:39:07 1998 Arnold D. Robbins * pipeio2.awk: change "\'" to "'" to avoid new warning. Mon Mar 23 21:53:36 1998 Arnold D. Robbins * Makefile.in (fnasgnm): new test case. * fnasgnm.awk, fnasgnm.in, fnasgnm.ok: new files. Fri Mar 20 11:01:38 1998 Arnold D. Robbins * Makefile.in (fnaryscl): new test case. * fnaryscl.awk, fnaryscl.ok: new files. Mon Mar 16 15:23:22 1998 Arnold D. Robbins * Makefile.in (splitdef): new test case. * splitdef.awk, splitdef.ok: new files. Fri Sep 26 01:10:14 1997 Arnold D. Robbins * Makefile.in (parseme): new test case. * parseme.awk, parseme.ok: new files. Sun Sep 14 23:25:10 1997 Arnold D. Robbins * Makefile.in (ofmts): new test case. * ofmts.awk, ofmts.in, ofmts.ok: new files. Sun Aug 17 07:17:35 1997 Arnold D. Robbins * Makefile.in (fsfwfs): new test case. * fsfwfs.awk, fsfwfs.in, fsfwfs.ok: new files. Sun Jul 27 23:08:53 1997 Arnold D. Robbins * Makefile.in (hsprint): new test case. * hsprint.awk, hsprint.ok, printfloat.awk: new files. Thu Jul 17 20:07:31 1997 Arnold D. Robbins * Makefile.in (ofmt): new test case. * ofmt.awk, ofmt.in, ofmt.ok: new files. Sun Jun 22 16:17:35 1997 Arnold D. Robbins * Makefile.in (nlinstr): new test case. * nlinstr.awk, nlinstr.in, nlinstr.ok: new files. Wed Jun 4 13:18:21 1997 Arnold D. Robbins * pid.sh: send errors to /dev/null to toss warning about using PROCINFO["pid"] etc. This test explicitly tests the special files. It'll need changing in 3.2. Thu Apr 24 23:24:59 1997 Arnold D. Robbins * Makefile.in (messages): remove special case if /dev/fd exists. Finally. Mon Aug 7 15:23:00 2000 Arnold D. Robbins * Release 3.0.6: Release tar file made. Thu Aug 3 17:51:56 2000 Arnold D. Robbins * Makefile.in (nlstrina): new test case. * nlstrina.awk, nlstrina.ok: new files. Tue Jul 11 14:22:55 2000 Arnold D. Robbins * Makefile.in (fnparydl): new test case. * fnparydl.awk, fnparydl.ok: new files. Fri Jun 30 22:00:03 2000 Arnold D. Robbins * Makefile.in (arysubnm): new test case. * arysubnm.awk, arysubnm.ok: new files. Sun Jun 25 15:08:19 2000 Arnold D. Robbins * Release 3.0.5: Release tar file made. Wed Jun 14 13:17:59 2000 Arnold D. Robbins * Makefile.in (getlnbuf): new test case. * getlnbuf.awk, gtlnbufv.awk, getlnbuf.in, getlnbuf.ok: new files. Mon Jun 5 15:51:39 2000 Arnold D. Robbins * pipeio2.awk: Change use of tr to sed, fixes problems on SCO OS5. * pipeio2.ok: Updated to reflect use of sed. Tue May 2 13:28:04 2000 Arnold D. Robbins * Makefile.in (strftime): moved test code into a separate file for the PC guys. * strftime.awk: new file. Mon Apr 10 15:58:13 2000 Arnold D. Robbins * Makefile.in (longwrds): Add setting LC_ALL=C to sort call to preserve traditional output. (Theme from the Twilight Zone plays eerily in the background...) Sun Apr 2 17:51:40 2000 Arnold D. Robbins * Makefile.in (igncdym): new test case. * igncdym.awk, igncdym.in, igncdym.ok: new files. Wed Mar 8 13:43:44 2000 Arnold D. Robbins * Makefile.in (arynocls): new test case. * arynocls.awk, arynocls.in, arynocls.ok: new files. Sun Feb 6 11:45:15 2000 Arnold D. Robbins * Makefile.in (opasnidx): new test case. * opasnidx.awk, opasnidx.ok: new files. Tue Feb 1 18:40:45 2000 Arnold D. Robbins * Makefile.in (opasnslf): new test case. * opasnslf.awk, opasnslf.ok: new files. Thu Jan 27 18:09:18 2000 Arnold D. Robbins * Makefile.in (subslash): new test case. * subslash.awk, subslash.ok: new files. Fri Nov 26 11:03:07 1999 Arnold D. Robbins * Makefile.in (numindex): new test case. * numindex.awk, numindex.in, numindex.ok: new files. Sun Oct 24 08:46:16 1999 Arnold D. Robbins * Makefile.in (strftime): Add tweak for $NF that should hopefully avoid cygwin problems with lack of timezone. Thu Jul 29 19:25:02 1999 Arnold D. Robbins * Makefile.in (fsmnam, fnamedat): new test cases. * fsmnam.awk, fsmnam.ok: new files. * fnamedat.awk, fnamedat.in, fnamedat.ok: new files. Wed Jun 30 16:14:36 1999 Arnold D. Robbins * Release 3.0.4: Release tar file made. This time for sure. Tue May 25 16:37:50 1999 Arnold D. Robbins * Makefile.in (printf1): new test case. * printf1.awk, printf1.ok: new files. Wed May 19 15:32:09 1999 Arnold D. Robbins * reg/*: moved exp and log tests to new `Obsolete' directory; they would only succeed under SunOS 4.x. Mon May 3 11:53:33 1999 Arnold D. Robbins * Makefile.in (gawk.extensions): removed `nondec' until the associated features get documented in 3.1. Tue Nov 3 16:46:39 1998 Arnold D. Robbins * Makefile.in (getnr2tm, getnr2tb): new test cases. * getnr2tm.awk, getnr2tm.in, getnr2tm.ok: new files. * getnr2tb.awk, getnr2tb.in, getnr2tb.ok: new files. Sun Nov 1 13:20:08 1998 Arnold D. Robbins * Makefile.in (zeroflag): new test case. * zeroflag.awk, zeroflag.ok: new files Wed Oct 28 18:44:19 1998 Arnold D. Robbins * Makefile.in (nasty): new test case. * nasty.awk, nasty.ok: new files Sun Nov 16 20:08:59 1997 Arnold D. Robbins * gsubtest.awk, gsubtest.ok: fix for count of matches in gsub from Geert.Debyser@esat.kuleuven.ac.be. Sun Nov 16 19:54:50 1997 Arnold D. Robbins * Makefile.in (strftime): fix a typo (LANC -> LANG). Thu May 15 12:49:08 1997 Arnold D. Robbins * Release 3.0.3: Release tar file made. Tue May 13 12:53:46 1997 Arnold D. Robbins * Makefile.in (messages): more testing for OK failure on Linux. Sun May 11 14:57:11 1997 Arnold D. Robbins * Makefile.in (nondec): new test case. * nondec.awk, nondec.ok: new files. Sun May 11 07:07:05 1997 Arnold D. Robbins * Makefile.in (prdupval): new test case. * prdupval.awk, prdupval.in, prdupval.ok: new files. Wed May 7 21:54:34 1997 Arnold D. Robbins * Makefile.in (delarprm): new test case. * delarprm.awk, delarprm.ok: new files. Wed May 7 17:54:00 1997 Arnold D. Robbins * Makefile.in (pid): several fixes from ghazi@caip.rutgers.edu. Tue May 6 20:28:30 1997 Arnold D. Robbins * Makefile.in (strftime): Use the right locale stuff. (clobber): don't need an input file. Thu Apr 24 22:24:42 1997 Arnold D. Robbins * Makefile.in (pid): new test case, from jco@convex.com. (specfile): removed test case, pid does it better. * pid.awk, pid.ok, pid.sh: new files. * specfile.awk: removed. Wed Apr 23 23:37:10 1997 Arnold D. Robbins * Makefile.in (pipeio2): new test case. * pipeio2.awk, pipeio2.ok, pipeio2.in: new files. Sun Apr 20 12:22:52 1997 Arnold D. Robbins * Makefile.in (clobber): new test case. * clobber.awk, clobber.ok: new files. Fri Apr 18 07:55:47 1997 Arnold D. Robbins * BETA Release 3.0.34: Release tar file made. Tue Apr 15 05:57:29 1997 Arnold D. Robbins * Makefile.in (strftlng): More wizardry for bizarre Unix systems. (nlfldsep): use program and input file, not shell script (basic, unix-tests, gawk.extensions): moved specfile, pipeio1 and strftlng into unix-tests per Pat Rankin. * nlfldsep.awk, nlfldsep.in: new files. * nlfldsep.sh: removed. Wed Apr 9 23:32:47 1997 Arnold D. Robbins * Makefile.in (funstack): new test case. * funstack.awk, funstack.in, funstack.ok: new files. * substr.awk: added many more tests. * substr.ok: updated Wed Mar 19 20:10:21 1997 Arnold D. Robbins * Makefile.in (pipeio1): new test case. * pipeio1.awk, pipeio1.ok: new files. Tue Mar 18 06:38:36 1997 Arnold D. Robbins * Makefile.in (noparm): new test case. * noparm.awk, noparm.ok: new files. Fri Feb 21 06:30:18 1997 Arnold D. Robbins * Makefile.in (reint): new test case. * reint.awk, reint.in, reint.ok: new files. Wed Feb 5 18:17:51 1997 Arnold D. Robbins * Makefile.in (fnarydel): new test case. * fnarydel.awk, fnarydel.ok: new files. Sun Jan 19 17:06:18 1997 Arnold D. Robbins * Makefile.in (nors): new test case. * nors.ok: new file. Sun Jan 19 17:06:18 1997 Arnold D. Robbins * Makefile.in (specfile, strftlng, nfldstr): new test cases. * specfile.awk, strftlng.awk, strftlng.ok, nfldstr.ok: new files. Fri Dec 27 11:27:13 1996 Arnold D. Robbins * Makefile.in (intest): new test case. * intest.awk, intest.ok: new files. Wed Dec 25 11:25:22 1996 Arnold D. Robbins * Release 3.0.2: Release tar file made. Tue Dec 10 23:09:26 1996 Arnold D. Robbins * Release 3.0.1: Release tar file made. Thu Nov 7 09:12:20 1996 Arnold D. Robbins * Makefile.in (splitvar): new test case. * splitvar.awk, splitvar.in, splitvar.ok: new files. Sun Nov 3 10:55:50 1996 Arnold D. Robbins * Makefile.in (nlfldsep): new test case. * nlfldsep.sh, nlfldsep.ok: new files. Fri Oct 25 10:29:56 1996 Arnold D. Robbins * rand.awk: call srand with fixed seed. * rand.ok: new file. * Makefile.in (rand): changed to compare output with rand.ok. Sat Oct 19 21:52:04 1996 Arnold D. Robbins * Makefile.in (tradanch): new test case. * tradanch.awk, tradanch.in, tradanch.ok: new files. Thu Oct 17 21:22:05 1996 Arnold D. Robbins * tweakfld.awk: move `rm' out into Makefile.in. * eofsplit.awk: fixed buggy code so won't loop forever. * Makefile.in (all): add unix-tests. (unix-tests): new target, has pound-bang, fflush, getlnhd. (basic): removed fflush, getlnhd. (tweakfld): added rm from tweakfld.awk. Sun Oct 6 22:00:35 1996 Arnold D. Robbins * Makefile.in (back89): new test case. * back89.in, back89.ok: new files. Sun Oct 6 20:45:54 1996 Arnold D. Robbins * Makefile.in (splitwht): new test case. * splitwht.awk, splitwht.ok: new files. Sun Sep 29 23:14:20 1996 Arnold D. Robbins * Makefile.in (gsubtest): new test case. * gsubtest.awk, gsubtest.ok: new files. Fri Sep 20 11:58:40 1996 Arnold D. Robbins * Makefile.in (prtoeval): new test case. * prtoeval.awk, prtoeval.ok: new files. Tue Sep 10 06:26:44 1996 Arnold D. Robbins * Makefile.in (gsubasgn): new test case. * gsubasgn.awk, gsubasgn.ok: new files. Wed Aug 28 22:06:33 1996 Arnold D. Robbins * badargs.ok: updated output corresponding to change made to main.c (see main ChangeLog). Thu Aug 1 07:20:28 1996 Arnold D. Robbins * Makefile.in (clean): remove out[123] files from `messages' test. Thanks to Pat Rankin (rankin@eql.caltech.edu). Sat Jul 27 23:56:57 1996 Arnold D. Robbins * Makefile.in (prt1eval): new test case. * prt1eval.awk, prt1eval.ok: new files. Mon Jul 22 22:06:10 1996 Arnold D. Robbins * Makefile.in (eofsplit): new test case. * eofsplit.awk, eofsplit.ok: new files. Sun Jul 14 07:07:45 1996 Arnold D. Robbins * Makefile.in (fldchgnf): new test case. * fldchgnf.awk, fldchgnf.ok: new files. Tue May 21 23:23:22 1996 Arnold D. Robbins * Makefile.in (substr): new test case. * substr.awk, substr.ok: new files. Tue May 14 15:05:23 1996 Arnold D. Robbins * Makefile.in (dynlj): new test case. * dynlj.awk, dynlj.ok: new files. Sun May 12 20:45:34 1996 Arnold D. Robbins * Makefile.in (fnarray): new test case. * fnarray.awk, fnarray.ok: new files. Fri Mar 15 06:46:48 1996 Arnold D. Robbins * Makefile.in (clean): added `*~' to list of files to be removed. * tweakfld.awk (END): added to do clean up action. Thu Mar 14 16:41:32 1996 Arnold D. Robbins * Makefile.in (mmap8k): new test case. * mmap8k.in, mmap8k.ok: new files. Sun Mar 10 22:58:35 1996 Arnold D. Robbins * Makefile.in (clsflnam): new test case. * clsflnam.in, clsflnam.awk, clsflnam.ok: new files. * tweakfld.awk: changed to have a fixed date. Thu Mar 7 09:56:09 1996 Arnold D. Robbins * Makefile.in (tweakfld): new test case. * tweakfld.in, tweakfld.awk, tweakfld.ok: new files. Sun Mar 3 06:51:26 1996 Arnold D. Robbins * Makefile.in (getlnhd, backgsub) : new test cases. * getlnhd.awk, getlnhd.ok: new files. * backgsub.in, backgsub.awk, backgsub.ok: new files. Mon Feb 26 22:30:02 1996 Arnold D. Robbins * Makefile.in (sprintfc): new test case. * sprintfc.in, sprintfc.awk, sprintfc.ok: new files. * gensub.awk: updated for case of no match of regex. Wed Jan 24 10:06:16 1996 Arnold D. Robbins * Makefile.in (distclean, maintainer-clean): new targets. (reindops): added test from Rick Adams (rick@uunet.uu.net). (arrayparm, paramdup, defref, strftime, prmarscl, sclforin, sclifin): Fix from Larry Schwimmer (schwim@cyclone.stanford.edu) so that tests that are supposed to fail use `... || exit 0' to cause a clean `make clean'. Wed Jan 10 22:58:55 1996 Arnold D. Robbins * ChangeLog created.