2012-07-04 Arnold D. Robbins * gawk.texi, gawk.1, awkcard.in: Document that and(), or(), and xor() can all take any number of arguments, with a minimum of two. 2012-06-10 Andrew J. Schorr * gawk.texi: Rename gettimeofday function to getlocaltime, since the new time extension will provide gettimeofday. 2012-05-24 Andrew J. Schorr * gawk.texi, gawk.1: Replace references to dlload with dl_load. But much more work needs to be done on the docs. 2012-05-19 Andrew J. Schorr * gawk.texi, gawk.1: Document new -i option, and describe new default .awk suffix behavior. 2012-04-01 Andrew J. Schorr * gawk.texi: Replace documentation of removed functions update_ERRNO and update_ERRNO_saved with descriptions new functions update_ERRNO_int, update_ERRNO_string and unset_ERRNO. And fix a couple of examples to use update_ERRNO_int instead of update_ERRNO. 2012-03-26 Arnold D. Robbins * gawk.texi: Minor style edits. 2012-03-21 Andrew J. Schorr * gawk.texi, gawk.1: Document new @load keyword. 2012-03-20 Andrew J. Schorr * gawk.texi, gawk.1: Add AWKLIBPATH. 2012-04-27 Arnold D. Robbins * gawk.texi: Add that -b affects output. 2012-04-27 Arnold D. Robbins * texinfo.tex: Update to latest from automake 1.12. 2012-04-09 Arnold D. Robbins * texinfo.tex: Update to latest from automake 1.11.4. 2012-04-11 John Haque * gawk.texi: Change RNDMODE to ROUNDMODE. * gawk.1, awkcard.in: Ditto. 2012-04-11 Arnold D. Robbins * gawk.texi: Change --arbitrary-precision to --bignum. * gawk.1: Ditto. * awkcard.in: Add --bignum, RNDMODE, PREC. 2012-04-08 Arnold D. Robbins * gawk.texi: Editing on new chapter on arbitrary precision numbers. 2012-03-31 John Haque * gawk.texi, gawk.1: Add text on support for arbitrary precision numbers. 2012-02-06 Arnold D. Robbins * gawk.texi, gawk.1: And some minor edits thereunto. 2012-02-03 John Haque * gawk.texi, gawk.1: Add text on read timeout. 2011-12-28 Arnold D. Robbins * awkcard.in, gawk.1: Minor edits after merge of executables. 2011-12-21 John Haque * gawk.texi: Updated sections on profiling and debugging after merging the exes. Document new options --debug and --load, and add a sub-section on loading extension library. * gawk.1: Same. * awkcard.in: Same. 2012-03-28 Arnold D. Robbins * 4.0.1: Release tar ball made. 2012-02-10 Arnold D. Robbins * gawk.texi, awkcard.in: Bump patch level. * texinfo.tex: Updated from Texinfo CVS. 2011-12-06 Arnold D. Robbins * gawk.texi: Various typo fixes from mailing list. 2011-11-10 Arnold D. Robbins * gawk.1: Fix some .BR to be .B. 2011-11-08 Arnold D. Robbins * gawk.texi: Further improvement in the discussion of sorted array traversal. Some sections reordered and text edited to suit. 2011-11-06 Arnold D. Robbins * gawk.texi: Try to improve discussion of sorted array traversal. 2011-09-24 Arnold D. Robbins * gawk.1: Fix some spelling errors. Thanks to Jeroen Schot . * gawk.texi: Some minor fixes. 2011-08-31 John Haque * gawk.texi: Updated gawk dynamic extension doc. 2011-07-28 Arnold D. Robbins * gawk.texi (Gory Details): Restore text on historical behavior etc. and add explanation on gawk 4.0.x. 2011-07-17 Arnold D. Robbins * gawk.texi: Add reference in node Expressions to node Precedence, based on suggestion from Dan Jacobson dated 4 Jun 2001. 2011-07-17 Paul Eggert * gawk.texi: Warn up-front (indirectly) that plain gawk is not compatible with SVR4 awk and with POSIX awk. Describe how gawk differs from the GNU standard in its interpretation of POSIXLY_CORRECT. (From mail dated 15 May 2001). 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.