aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:59:03 +0300
committerArnold D. Robbins <arnold@skeeve.com>2010-07-16 12:59:03 +0300
commitb9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2 (patch)
treee6f86edd2f661aff2cd81eb4d4a54fa86fd4fe60 /doc
parent3ca7f0b16d0a5c105380b284a81c6a1b2c210908 (diff)
downloadegawk-b9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2.tar.gz
egawk-b9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2.tar.bz2
egawk-b9e4a1fd4c8c8753ab8a9887bab55f03efe1e3e2.zip
Move to gawk-3.0.6.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/awkcard.in2
-rw-r--r--doc/gawk.17
-rw-r--r--doc/gawk.info61
-rw-r--r--doc/gawk.texi25
5 files changed, 42 insertions, 57 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index dc8aff84..2d8e5208 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+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.
diff --git a/doc/awkcard.in b/doc/awkcard.in
index d1ceb0d3..ac1e8e56 100644
--- a/doc/awkcard.in
+++ b/doc/awkcard.in
@@ -1504,7 +1504,7 @@ has been specified.\*(CB
.ES
.nf
\*(CDHost: \*(FCgnudist.gnu.org\*(FR
-File: \*(FC/gnu/gawk/gawk-3.0.5.tar.gz\fP
+File: \*(FC/gnu/gawk/gawk-3.0.6.tar.gz\fP
.in +.2i
.fi
GNU \*(AK (\*(GK). There may be a later version.
diff --git a/doc/gawk.1 b/doc/gawk.1
index 0b32ef78..6f07cfab 100644
--- a/doc/gawk.1
+++ b/doc/gawk.1
@@ -2574,7 +2574,7 @@ and the effort to do so really is not worth it.
.SH VERSION INFORMATION
This man page documents
.IR gawk ,
-version 3.0.5.
+version 3.0.6.
.SH AUTHORS
The original version of \*(UX
.I awk
@@ -2605,10 +2605,7 @@ help from Darrel Hankerson. Fred Fish supplied support for the Amiga.
If you find a bug in
.IR gawk ,
please send electronic mail to
-.BR bug-gnu-utils@gnu.org ,
-.I with
-a carbon copy to
-.BR arnold@gnu.org .
+.BR bug-gawk@gnu.org .
Please include your operating system and its revision, the version of
.IR gawk ,
what C compiler you used to compile it, and a test program
diff --git a/doc/gawk.info b/doc/gawk.info
index 0ac376a0..037522e9 100644
--- a/doc/gawk.info
+++ b/doc/gawk.info
@@ -8,8 +8,8 @@ END-INFO-DIR-ENTRY
This file documents `awk', a program that you can use to select
particular records in a file and perform operations upon them.
- This is Edition 1.0.5 of `Effective AWK Programming', for the
-3.0.5 version of the GNU implementation of AWK.
+ This is Edition 1.0.6 of `Effective AWK Programming', for the
+3.0.6 version of the GNU implementation of AWK.
Copyright (C) 1989, 1991, 1992, 1993, 1996-2000 Free Software
Foundation, Inc.
@@ -37,8 +37,8 @@ General Introduction
This file documents `awk', a program that you can use to select
particular records in a file and perform operations upon them.
- This is Edition 1.0.5 of `Effective AWK Programming',
-for the 3.0.5 version of the GNU implementation
+ This is Edition 1.0.6 of `Effective AWK Programming',
+for the 3.0.6 version of the GNU implementation
of AWK.
* Menu:
@@ -8290,7 +8290,7 @@ the use of `gawk' and `gensub' for when you have to do substitutions.
(1) This consequence was certainly unintended.
- (2) As of June, 2000, with final approval and publication as part of
+ (2) As of July, 2000, with final approval and publication as part of
the Austin Group Standards hopefully sometime in 2001.

@@ -9470,7 +9470,7 @@ previous releases of `gawk' that are either not available in the
current version, or that are still supported but deprecated (meaning
that they will _not_ be in the next release).
- For version 3.0.5 of `gawk', there are no command line options or
+ For version 3.0.6 of `gawk', there are no command line options or
other deprecated features from the previous version of `gawk'. This
node is thus essentially a place holder, in case some option becomes
obsolete in a future version of `gawk'.
@@ -10262,7 +10262,7 @@ months, and AM/PM times into 24-hour clocks, to generate the
---------- Footnotes ----------
- (1) June, 2000: Actually, I was mistaken when I wrote this. The
+ (1) July, 2000: Actually, I was mistaken when I wrote this. The
version presented here doesn't always work correctly, and the next
major version of `gawk' will provide `mktime' as a built-in function.
@@ -15452,21 +15452,21 @@ Extracting the Distribution
`gawk' is distributed as a `tar' file compressed with the GNU Zip
program, `gzip'.
- Once you have the distribution (for example, `gawk-3.0.5.tar.gz'),
+ Once you have the distribution (for example, `gawk-3.0.6.tar.gz'),
first use `gzip' to expand the file, and then use `tar' to extract it.
You can use the following pipeline to produce the `gawk' distribution:
# Under System V, add 'o' to the tar flags
- gzip -d -c gawk-3.0.5.tar.gz | tar -xvpf -
+ gzip -d -c gawk-3.0.6.tar.gz | tar -xvpf -
-This will create a directory named `gawk-3.0.5' in the current
+This will create a directory named `gawk-3.0.6' in the current
directory.
The distribution file name is of the form `gawk-V.R.N.tar.gz'. The
V represents the major version of `gawk', the R represents the current
release of version V, and the N represents a "patch level", meaning
that minor bugs have been fixed in the release. The current patch
-level is 5, but when retrieving distributions, you should get the
+level is 6, but when retrieving distributions, you should get the
version with the highest version, release, and patch level. (Note that
release levels greater than or equal to 90 denote "beta," or
non-production software; you may not wish to retrieve such a version
@@ -15639,7 +15639,7 @@ Compiling `gawk' for Unix
-------------------------
After you have extracted the `gawk' distribution, `cd' to
-`gawk-3.0.5'. Like most GNU software, `gawk' is configured
+`gawk-3.0.6'. Like most GNU software, `gawk' is configured
automatically for your Unix system by running the `configure' program.
This program is a Bourne shell script that was generated automatically
using GNU `autoconf'. (The `autoconf' software is described fully
@@ -16125,19 +16125,12 @@ idea of what kind of Unix system you're using, and the exact results
`gawk' gave you. Also say what you expected to occur; this will help
us decide whether the problem was really in the documentation.
- Once you have a precise problem, there are two email addresses you
-can send mail to.
-
-Internet:
- `bug-gnu-utils@gnu.org'
-
-UUCP:
- `uunet!gnu.org!bug-gnu-utils'
+ Once you have a precise problem, send email to <bug-gawk@gnu.org>.
Please include the version number of `gawk' you are using. You can
-get this information with the command `gawk --version'. You should
-send a carbon copy of your mail to Arnold Robbins, who can be reached
-at `arnold@gnu.org'.
+get this information with the command `gawk --version'. Using this
+address will automatically send a carbon copy of your mail to Arnold
+Robbins. If necessary, he can be reached directly at <arnold@gnu.org>.
*Important!* Do _not_ try to report bugs in `gawk' by posting to the
Usenet/Internet newsgroup `comp.lang.awk'. While the `gawk' developers
@@ -18417,16 +18410,16 @@ Node: Atari Compiling624634
Node: Atari Using626543
Node: Amiga Installation629389
Node: Bugs630500
-Node: Other Versions633554
-Node: Notes635228
-Node: Compatibility Mode635835
-Node: Additions636678
-Node: Adding Code637376
-Node: New Ports642890
-Node: Future Extensions647050
-Node: Improvements648996
-Node: Glossary650864
-Node: Copying667935
-Node: Index687127
+Node: Other Versions633504
+Node: Notes635178
+Node: Compatibility Mode635785
+Node: Additions636628
+Node: Adding Code637326
+Node: New Ports642840
+Node: Future Extensions647000
+Node: Improvements648946
+Node: Glossary650814
+Node: Copying667885
+Node: Index687077

End Tag Table
diff --git a/doc/gawk.texi b/doc/gawk.texi
index 6cc1a87a..2657b146 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -21,10 +21,10 @@
@c applies to, and when the document was updated.
@set TITLE Effective AWK Programming
@set SUBTITLE A User's Guide for GNU Awk
-@set PATCHLEVEL 5
+@set PATCHLEVEL 6
@set EDITION 1.0.@value{PATCHLEVEL}
@set VERSION 3.0
-@set UPDATE-MONTH June, 2000
+@set UPDATE-MONTH July, 2000
@iftex
@set DOCUMENT book
@end iftex
@@ -19493,22 +19493,13 @@ some idea of what kind of Unix system you're using, and the exact results
@code{gawk} gave you. Also say what you expected to occur; this will help
us decide whether the problem was really in the documentation.
-Once you have a precise problem, there are two email addresses you
-can send mail to.
+Once you have a precise problem, send email to @email{bug-gawk@@gnu.org}.
-@table @asis
-@item Internet:
-@samp{bug-gnu-utils@@gnu.org}
-
-@item UUCP:
-@samp{uunet!gnu.org!bug-gnu-utils}
-@end table
-
-Please include the
-version number of @code{gawk} you are using. You can get this information
-with the command @samp{gawk --version}.
-You should send a carbon copy of your mail to Arnold Robbins, who can
-be reached at @samp{arnold@@gnu.org}.
+Please include the version number of @code{gawk} you are using.
+You can get this information with the command @samp{gawk --version}.
+Using this address will automatically send a carbon copy of your
+mail to Arnold Robbins. If necessary, he can be reached directly at
+@email{arnold@@gnu.org}.
@cindex @code{comp.lang.awk}
@strong{Important!} Do @emph{not} try to report bugs in @code{gawk} by