Mon Aug  2 12:18:15 2004   Arnold D. Robbins    <arnold@skeeve.com>

	* Release 3.1.4: Release tar file made.

Wed Jul 28 17:03:16 2004  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (TROFF): Add -U flag to invocation. Makes it
	possible to format ref card from a build directory that isn't
	the source directory.
	(distclean): Removed target. Let automake handle it.

Tue Jun 15 12:21:09 2004  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 2004-06-14.14.
	* gawk.texi (Dynamic Extensions): Text revised to follow
	current implementation: new APIs, info on `n->param_cnt'
	fixed.

	Also in all index entries where comma does not separate
	primary, secondary or tertiary terms, replaced the comma
	with @comma{} and removed the corresponding comments.

Mon May 31 09:11:01 2004  Arnold D. Robbins  <arnold@skeeve.com>

	* ad.block, awkcard.in, cardfonts, colors, no.colors: Change
	old email address to current one.

Mon May  3 09:54:46 2004  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version from Automake 1.8.4.

Mon Mar 22 10:53:13 2004  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated.

Tue Jan  6 17:38:40 2004  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated.
	* gawk.texi: All @strong{Note:} changed to `@quotation NOTE'.

Mon Jul  7 11:01:43 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.1.3: Release tar file made.

Mon Jun  9 16:06:30 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: Set automatic-xref-title and change all cross
	references to be of the single-argument type.  Made all
	@node lines have just the node name.

	Should have done both of these years ago.

Sun May 11 16:08:58 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (html, gawk.html, gawkinet.html): New targets.

Mon Mar 31 17:15:23 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (install-data-hook, uninstall-hook): Added code to
	hard link gawk.1 to pgawk.1 upon install and remove pgawk.1 upon
	uninstall.  Avoids MANPATH search problems, etc. etc.
	(man_MANS): Removed pgawk.1 from the list.
	* pgawk.1: Removed.

Wed Mar 19 14:10:31 2003  Arnold D. Robbins  <arnold@skeeve.com>

	This time for sure.
		-- Bullwinkle

	* Release 3.1.2: Release tar file made.

Tue Mar 11 11:22:36 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.am (man_MANS): Add pgawk.1.
	* pgawk.1: New file, does `.so gawk.1' so that `man pgawk' will work.
	Thanks to Nelson Beebe for pointing the need for this.

Sun Feb  9 09:45:06 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi, gawkinet.texi: Per Karl Berry, change dircategory
	to follow current standards. In gawkinet.texi, remove
	bracketing ifinfo.

Thu Feb  6 12:06:22 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 2003-02-03.16 from Texinfo 4.5.

Tue Feb  4 15:21:46 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* awkcard.in: Redid the page-breaking.

Tue Feb  4 14:28:06 2003  Arnold D. Robbins  <arnold@skeeve.com>

	All relevant files: Copyright year updated to 2003.

Sun Jan 26 11:13:01 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 2003-01-24.17 from prep.
	* gawk.texi: Documented asorti(), new elements in match() 3rd arg,
	misc cleanups.  Updated to FDL 1.2.
	* awkcard.in, gawk.1: Ditto for asorti(), match().
	* gawkinet.texi: Updated to FDL 1.2.

Thu Jan 16 18:34:54 2003  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 2003-01-12.11 from prep.

Sun Nov 24 17:55:23 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 2002-11-05.11 from Texinfo 4.3.

Sun Nov 17 21:34:35 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 2002-10-13.14 from automake 1.7.1.

Fri Nov  1 11:25:00 2002  Arnold D. Robbins  <arnold@skeeve.com>

	From Kaveh Ghazi:

	* gawk.texi (grcat.c): Include stdlib.h.
	(main): Fix format specifier warnings.
	* gawk.texi (pwcat.c): Include config.h/stdlib.h.
	(main): Fix format specifier warnings.

Tue Jun 11 23:08:04 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: Fix grcat code ifdef for HAVE_GETGRENT.

2002-05-09  Paul Eggert  <eggert@twinsun.com>

	[ ADR: Some minor post-patch editing was required. ]

	* gawk.texi (igawk): Do not put temporary files in /tmp, as that
	has some security problems.  This fixes a problem originally
	reported by Jarno Huuskonen via solar@openwall.com.

	Fix the following problems with igawk while we're at it.

	* Report missing operands of options; this fixes e.g. an
	  infinite loop with "igawk -W".

	* Check for --source and -Wsource only, not -.source (which matches
	  errors).  Similarly for other multichar options.

	* Do not use 'echo', as that mishandles backslashes.

Mon May 13 01:25:40 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* gawkinet.texi: Change `ifinfo' to `ifnottex' around
	the Top node. Thanks to Eli Zaretskii.

Wed May  1 16:41:32 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.1.1: Release tar file made.

Tue Apr 16 13:26:13 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: FINALLY. All O'Reilly production and
	  indexing changes integrated.  Index reviewed and
	  cleaned up.
	* gawkinet.texi: Ditto.
	* awkcard.in: Redid page breaking.
	* Makefile.am (clean): Add `awkcard.tr' to list of files
	that are removed.
	(distclean): Depend on clean to REALLY GET `awkcard.tr'.
	Sheesh.

Mon Apr 15 14:43:51 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version from Texinfo 4.2.
	* gawk.texi: Modified to use new @copying command.
	* gawkinet.texi: Ditto.

Wed Mar 20 17:07:50 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version from Texinfo 4.1.

2002-02-10  Paul Eggert  <eggert@twinsun.com>

	* gawk.texi (Word Sorting): Don't use sort +1, as POSIX 1003.1-2001
	no longer allows it.  Use sort -k instead.

2002-01-27  Bruno Haible  <bruno@clisp.org>

	* gawk.texi: Document the dcngettext function.
	* awkcard.in: Likewise.
	* gawk.1: Likewise.

Mon Jan 28 18:41:02 2002  Arnold D. Robbins  <arnold@skeeve.com>

	* gawkinet.texi, Makefile.am: Removed User Friendly cartoon.
	  Sigh.

Wed Dec 19 16:00:39 2001  Eli Zaretskii  <eliz@is.elta.co.il>

	* gawk.texi (Profiling): Describe the signals used for profile
	dumping in the DJGPP version.

Mon Sep  3 18:30:13 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi (Top): Put in @ifnottex so that makeinfo
	  --html is now happy.

Sun Jun  3 13:04:44 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.1.0: Release tar file made.  And there was
	  rejoicing.

Mon May 14 19:57:31 2001  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi, gawkinet.texi: Versions for distribution
	  put in place.
	* gawk.1, awkcard.in: Minor edits for consistency of
	  usage, formatting.

Wed Nov 22 14:57:59 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi, gawk.1, awkcard.in: Removed all documentation
	  of abort.

Sun Aug 13 11:23:50 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi, gawk.1, awkcard.in: documented sort function
	  and optional third argument to match.

Sun Aug 13 00:40:41 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: hardwired publisher info.
	* publisher.texi: Removed.  Not needed any more.
	* gawkinet.texi: Added title page stuff.

Thu Jul  5 21:05:57 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: moved to use of @command, @option everywhere
	  appropriate.  Removed all @page and @group in anticipation
	  of re-page breaking.  Updated stuff for install-info.
	  Added FDL.

Tue Nov 10 11:42:26 1998  Arnold D. Robbins  <arnold@gnu.org>

	* publisher.texi: new file with publisher related info.
	* Makefile.in: updated dvi and postscript targets to make
	  them lots smarter about not reformatting if need be.

Mon Aug  7 15:23:00 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.0.6: Release tar file made.

Sun Jun 25 15:08:19 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* Release 3.0.5: Release tar file made.

Wed May 17 19:04:54 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi, gawk.1, awkcard.in: Documented %u.  Ooops.

Tue May  2 11:44:13 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* texinfo.tex: Updated to version 1999-10-01.07.
	* gawk.texi: Redid page breaking for new texinfo.tex.

Thu Apr  6 12:32:49 2000  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: Change info dir file entry to `(gawk)' from
	  `(gawk.info)'.
	* Makefile.in [$(infodir)/gawk.info]: Fix grep test is
	  accordance with above.

Sun Feb 13 15:36:32 2000  Paul Eggert  <eggert@twinsun.com>

	* gawk.texi: Mention that arithmetic is done in double
	  precision floating point, and point to Goldberg's paper for
	  people who want to know more.  Fix some other minor floating
	  point discussion issues.

Wed Nov  3 17:04:35 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.1: Lots of troff ``lint'' from Paul Eggert.  Not all
	  of his changes, just the ones I thought worth doing.

Mon Oct 11 16:53:54 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in (gawk.dvi): Put $(srcdir) first in TEXINPUTS,
	  and also just use texi2dvi, don't run texindex and tex
	  manually.  Doing so is no longer necessary.

Mon Aug  9 13:06:01 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* gawk.texi: New node `Array Efficiency' on the best use
	  of subscripting to avoid memory bloat.

Thu Jul 29 23:15:34 1999  Arnold D. Robbins  <arnold@skeeve.com>

	* Makefile.in ($(infodir)/gawk.info): Removed loop around
	  $(INSTALL_DATA), since there's only one Info file to install,
	  install it directly.

Wed Jun 30 16:14:36 1999  Arnold D. Robbins  <arnold@gnu.org>
  
	* Release 3.0.4: Release tar file made.  This time for sure.

Wed Oct  7 21:59:33 1998  Arnold D. Robbins  <arnold@gnu.org>

	* texinfo.tex: Updated to version 2.227, from Texinfo 3.12.

Sun Oct 19 12:26:08 1997  Arnold D. Robbins  <arnold@gnu.org>

	* ALL: change references to arnold@gnu.ai.mit.edu to arnold@gnu.org.

Tue Sep 23 10:31:17 1997  Arnold D. Robbins  <arnold@gnu.org>

	* texinfo.tex: Updated to version 2.218, from Texinfo 3.11.

Fri Jul  4 08:19:00 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in ($(infodir)/gawk.info): Don't make dependent upon
	  gawk.info, in case installed one is newer. Instead, check that
	  an installed gawk.info exists and is identical to current one.
	  If so, just exit; otherwise do the install.

Wed Jul  2 14:55:12 1997  Arnold D. Robbins  <arnold@gnu.org>

	* Makefile.in ($(infodir)/gawk.info): typo fix.

Thu May 15 12:49:08 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.3: Release tar file made.

Fri Apr 18 07:55:47 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* BETA Release 3.0.34: Release tar file made.

Sun Apr 13 15:39:20 1997  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(infodir)/gawk.info): exit 0 in case install-info
	  fails.

Thu Jan  2 23:17:53 1997  Fred Fish  <fnf@ninemoons.com>

	* Makefile.in (awkcard.tr): Use ':' chars to separate parts of
	  sed command, since $(srcdir) may expand to something with '/'
	  characters in it, which confuses sed terribly.
	* gawk.texi (Amiga Installation): Note change of configuration
	  from "m68k-cbm-amigados" to "m68k-amigaos".  Point ftp users
	  towards current ADE distribution and not obsolete Aminet
	  "gcc" distribution.  Change "FreshFish" to "Geek Gadgets".

Wed Dec 25 11:25:22 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.2: Release tar file made.

Wed Dec 25 11:17:32 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(mandir)/igawk$(manext),$(mandir)/gawk$(manext)):
	  remove chmod command; let $(INSTALL_DATA) use -m.

Tue Dec 17 22:38:28 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (gawk.info,gawk.dvi,postscript): run makeinfo, TeX,
	  and/or troff against files in $(srcdir). Thanks to Ulrich Drepper.
	  ($(infodir)/gawk.info): use --info-dir to install-info, not
	  --infodir.

Tue Dec 10 23:09:26 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Release 3.0.1: Release tar file made.

Mon Dec  9 12:48:54 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* no.colors: new file from Michal for old troffs.
	* Makefile.in [AWKCARD]: changes to parameterize old/new troff.

Sun Dec  1 15:04:56 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* texinfo.tex: Updated to version 2.193, from Karl Berry.

Tue Nov 26 22:57:15 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(infodir)/gawk.info): Change option in call
	  to `install-info' to `--info-dir' from `--infodir'.

Mon Nov  4 13:30:39 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in: updates for reference card.
	  (ad.block, awkcard.in, cardfonts, colors, macros, setter.outline):
	  new files for reference card.

Wed Oct 16 12:43:02 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* texinfo.tex: Updated to version 2.185, from texinfo-3.9 dist.

Sun Aug 11 23:12:08 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(infodir)/gawk.info): correct use of
	  $(INSTALL_DATA) and remove chmod command.

Thu Jul 11 22:06:50 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in ($(mandir)/gawk.$(ext), $(mandir)/igawk.$(ext)):
	  made dependant on files in $(srcdir).

Fri Mar 15 06:45:35 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (clean): add `*~' to list of files to be removed.

Thu Jan 25 23:40:15 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (dvi): run texindex and tex an extra time.
	  This gets the cross references right. Sigh.

Wed Jan 24 11:51:54 1996  Arnold D. Robbins  <arnold@skeeve.atl.ga.us>

	* Makefile.in (maintainer-clean):
	  Depend on distclean, not the other way around.
	  Output warning message as per GNU standards.
