diff options
-rw-r--r-- | README | 6 | ||||
-rw-r--r-- | doc/ChangeLog | 5 | ||||
-rw-r--r-- | doc/gawk.1 | 6 | ||||
-rw-r--r-- | doc/gawk.texi | 15 |
4 files changed, 23 insertions, 9 deletions
@@ -7,7 +7,7 @@ README: -This is GNU Awk 3.1.81. It is upwardly compatible with Brian Kernighan's +This is GNU Awk 3.1.84. It is upwardly compatible with Brian Kernighan's version of Unix awk. It is almost completely compliant with the 2008 POSIX 1003.1 standard for awk. (See the note below about POSIX.) @@ -74,8 +74,8 @@ Arnold Robbins BUG REPORTS AND FIXES, non-Unix systems: MS-Windows with MinGW and DJGPP: - Scott Deifik, scottd.mail@sbcglobal.net - Eli Zaretskii, eliz@gnu.org + Scott Deifik (DJGPP), scottd.mail@sbcglobal.net + Eli Zaretskii (MinGW), eliz@gnu.org OS/2: Andreas Buening diff --git a/doc/ChangeLog b/doc/ChangeLog index 1ad3cbf6..f1a6c2eb 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,8 @@ +Wed May 25 22:03:53 2011 Arnold D. Robbins <arnold@skeeve.com> + + * gawk.1, gawk.texi: Straighten out owners of the different + Windows ports. + Thu May 19 17:52:46 2011 Arnold D. Robbins <arnold@skeeve.com> * gawk.texi: Igawk, have pathto check for "-". @@ -14,7 +14,7 @@ . if \w'\(rq' .ds rq "\(rq . \} .\} -.TH GAWK 1 "May 19 2011" "Free Software Foundation" "Utility Commands" +.TH GAWK 1 "May 25 2011" "Free Software Foundation" "Utility Commands" .SH NAME gawk \- pattern scanning and processing language .SH SYNOPSIS @@ -3643,7 +3643,8 @@ compatible with the new version of \*(UX Arnold Robbins is the current maintainer. .PP The initial DOS port was done by Conrad Kwok and Scott Garfinkle. -Scott Deifik maintains the port to MS-Windows using MinGW. +Scott Deifik maintains the port to MS-Windows using DJGPP. +Eli Zaretskii maintains the port to MS-Windows using MinGW. Pat Rankin did the port to VMS, and Michal Jaegermann did the port to the Atari ST. The port to OS/2 was done by Kai Uwe Rommel, with contributions and @@ -3653,6 +3654,7 @@ The late Fred Fish supplied support for the Amiga, and Martin Brown provided the BeOS port. Stephen Davies provided the original Tandem port, and Matthew Woehlke provided changes for Tandem's POSIX-compliant systems. +Dave Pitts provided the port to z/OS. .PP See the .I README diff --git a/doc/gawk.texi b/doc/gawk.texi index bae1fd52..a283762c 100644 --- a/doc/gawk.texi +++ b/doc/gawk.texi @@ -27081,7 +27081,13 @@ provided the port to Amiga systems and its documentation. @item @cindex Deifik, Scott Scott Deifik -currently maintains the MS-DOS port. +currently maintains the MS-DOS / Windows port using DJGPP. + +@item +@cindex Zaretskii, Eli +Eli Zaretskii +currently maintains the MS-DOS / Windows port using MinGW. + @item @cindex Grigera, Juan @@ -28307,10 +28313,11 @@ The people maintaining the non-Unix ports of @command{gawk} are as follows: @multitable {MS-Windows with MINGW and DJGPP} {123456789012345678901234567890123456789001234567890} -@cindex Zaretskii, Eli @cindex Deifik, Scott -@item MS-Windows with MINGW and DJGPP @tab Eli Zaretskii, @EMAIL{eliz@@gnu.org,eliz at gnu dot org}. -@item @tab Scott Deifik, @EMAIL{scottd.mail@@sbcglobal.net,scottd dot mail at sbcglobal dot net}. +@item MS-Windows with DJGPP @tab Scott Deifik, @EMAIL{scottd.mail@@sbcglobal.net,scottd dot mail at sbcglobal dot net}. + +@cindex Zaretskii, Eli +@item MS-Windows with MINGW @tab Eli Zaretskii, @EMAIL{eliz@@gnu.org,eliz at gnu dot org}. @cindex Buening, Andreas @item OS/2 @tab Andreas Buening, @EMAIL{andreas.buening@@nexgo.de,andreas dot buening at nexgo dot de}. |