diff options
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index b786eca3..38b8ad96 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -9,6 +9,41 @@ the chapter on arbitrary precision arithmetic. Did some surgery on that chapter to organize it a little better. +2012-08-10 Arnold D. Robbins <arnold@skeeve.com> + + * awkcard.in, gawk.1, gawk.texi: Updated. Mostly for new API stuff + but also some other things. + * gawk.texi (Derived Files): New node. + +2012-08-01 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (install-data-hook): Install a dgawk.1 link to the + man page also. Remove it on uninstall. + +2012-07-29 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * gawk.texi: Document that RT is set by getline. + +2012-07-04 Arnold D. Robbins <arnold@skeeve.com> + + * 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 <aschorr@telemetry-investments.com> + + * gawk.texi: Rename gettimeofday function to getlocaltime, since + the new time extension will provide gettimeofday. + +2012-05-24 Andrew J. Schorr <aschorr@telemetry-investments.com> + + * 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 <aschorr@telemetry-investments.com> + + * gawk.texi, gawk.1: Document new -i option, and describe new default + .awk suffix behavior. + 2012-04-01 Andrew J. Schorr <aschorr@telemetry-investments.com> * gawk.texi: Replace documentation of removed functions update_ERRNO and |