diff options
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 124 |
1 files changed, 124 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 91d01a33..ca495c91 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,127 @@ +Tue Jul 21 22:28:56 2009 Arnold D. Robbins <arnold@skeeve.com> + + * Release 3.1.7: Release tar file made. + +Tue Jul 21 22:20:25 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi, awkcard.in: Update mawk site information now + that Thomas Dickey is maintaining it. + +Mon Jul 13 07:53:32 2009 Arnold D. Robbins <arnold@skeeve.com> + + * Makefile.am (SEDME2): New macro, used in making awkcard.ps, + removes last empty page. Finally! + +Fri Jul 10 10:35:29 2009 Arnold D. Robbins <arnold@skeeve.com> + + * awkcard.in: Rearrange items for better formatting and + organization. + * gawk.texi (Exit Status): New node to document exit values. + (Exit Statement): Give portability advice about exit value. + +Wed Jul 8 08:55:50 2009 Arnold D. Robbins <arnold@skeeve.com> + + * awkcard.in: Really fix table option for --verbose. Other + fixes and improvements, including document %'d flag. + +Tue Jul 7 09:13:02 2009 Arnold D. Robbins <arnold@skeeve.com> + + * awkcard.in: Fix table option for --verbose. + +Mon Jun 8 00:40:26 2009 Tommi Vainikainen <thv@iki.fi> + + * gawk.1: Bug fix to restore space between paragraphs at + entry for "--". + +Thu May 21 21:09:59 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1, awkcard.in: Document new -O / --optimize option. + * gawk.texi (Options): Likewise. + +Fri May 15 14:34:37 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (User-defined): Document that you can't use + the name of a built-in variable as a function parameter. + +Sat May 2 23:36:10 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Other Versions): Add Quiktrim awk. + (How to Contribute): Change things to point to awk.info. + +Mon Apr 6 22:29:47 2009 Arnold D. Robbins <arnold@skeeve.com> + + * awkcard.in: Bell Labs awk also supports fflush() + and fflush(""). Thanks to Steffen Schuler + <schuler.steffen@googlemail.com>. + +Mon Mar 30 21:26:04 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Simple Server): Fix bug since 3.1.0 where error + message from typo was in the middle of the HandleGet function. + Thanks to Tim Menzies for catching this. + +Mon Feb 9 22:11:16 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Translate Program): Bug fix in stranslate + function from Steffen Schuler <schuler.steffen@googlemail.com>. + +Tue Feb 3 22:06:10 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Regexp Field Splitting): Documented dark corner + of ^ in FS. + +Sat Jan 17 20:37:12 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Plain Getline): Bug fix in code. Thanks to + Steffen Schuler <schuler.steffen@googlemail.com>. + +Mon Jan 5 22:47:42 2009 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1, awkcard.in: Document that getline returns 1 + on sucess. Thanks to Paolo <oopla@users.sf.net> for + the report. + +Fri Dec 26 14:45:39 2008 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi, gawkinet.texi: Update to FDL 1.3. + +Mon Dec 1 21:20:39 2008 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (File Checking): Correct the text at the end; getline + isn't fatal, period, not related to POSIX. Thanks to + Seb <sbb@tuxfamily.org> for pointing this out. + (Round-Function): Change initial return when equal to return ival, + which lops off any digits, e.g. if given 121.0. Thanks to + Timothy J. Stefanski <TJStefanski@magellanhealth.com>. + +Fri Aug 1 17:34:55 2008 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Signature Program): Added new subsection. + +Thu Jul 31 21:38:08 2008 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Variable Typing): Document that array elements created + by `match' also get strnum attribute. + +Mon Jun 2 22:47:08 2008 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi (Control Letters): Add a note about %c only + taking values from 0 to 255. + (DOS Quoting): New node. + +Thu Jan 31 16:17:27 2008 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi, gawkinet.texi: Updated the Back-Cover text per + latest from the FSF. + +Fri Jan 25 12:13:39 2008 Dave Pitts <dpitts@cozx.com> + + * gawk.texi (pwcat.c, grcat.c): Added ZOS_USS changes. + +Mon Jan 14 05:30:16 2008 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.texi: Add maintainer contact info for z/OS. + Mon Oct 22 08:49:05 2007 Arnold D. Robbins <arnold@skeeve.com> * Release 3.1.6: Release tar file made. |