aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS3
-rw-r--r--TODO50
-rw-r--r--doc/ChangeLog5
-rw-r--r--doc/Makefile.am3
-rw-r--r--doc/gawk.texi6
-rw-r--r--doc/gawkinet.texi4
6 files changed, 29 insertions, 42 deletions
diff --git a/NEWS b/NEWS
index 70afe103..a0558cea 100644
--- a/NEWS
+++ b/NEWS
@@ -84,10 +84,11 @@ Changes from 3.1.8 to 4.0.0
- Amiga
- BeOS
- Cray
- - Tandem (non-POSIX)
+ - NeXT
- MS-DOS with Microsoft Compiler
- MS-Windows with Microsoft Compiler
- SunOS 3.x, Sun 386 (Road Runner)
+ - Tandem (non-POSIX)
- Probably others that I've forgotten
Changes from 3.1.7 to 3.1.8
diff --git a/TODO b/TODO
index fee873b5..c0a1e0f2 100644
--- a/TODO
+++ b/TODO
@@ -1,41 +1,9 @@
-FIX regular field splitting to use FPAT algorithm.
-
-#Revise plug-in code to check for special symbol per GNU coding standards.
-#Paolo's code for checking for single char values in str2wstr().
-#Fix os_close_on_exec to do read/modify/write of the fd flags.
-
-#Consider forcing [a-z] int abc...wxyz in regexes, no matter what the locale.
-#Done by adding a warning.
-
-Add in gawk/mp
-
-#Document env vars.
-
-Design and implement I/O plugin API.
-
-Implement C function call API per man pages
-
-xgawk features (@load, -l, others)
-
-#Make a git repository!
-#Xfer it to savannah
-#Tag last CVS revisions
-#Remove treatment of CVS directories from makefiles (awklib, check others)
-#Review POSIX standard
-#Fix issues related to POSIX
-# - use of STRCOLL for comparison
-#Add tests for pgawk
-Add tests for patches in emails
-#Add doc fix in email
-#Update debugger chapter with new features
Add debugger commands to reference card
-#Remove obsolete directories
-#Remove all obsolete README files
-#Update bootstrap.sh and README.CVS types of files
Review all FIXME and TODO comments
-#Document arrays of arrays in awkcard and gawk.1.
-#Check on strftime %e with porters.
+FIX regular field splitting to use FPAT algorithm.
+
+------
Code Review:
array.c
@@ -67,3 +35,15 @@ replace.c
msg.c
hard-locale.h
custom.h
+
+------
+
+Add in gawk/mp
+
+Design and implement I/O plugin API.
+
+Implement C function call API per man pages
+
+xgawk features (@load, -l, others)
+
+Add tests for patches in emails
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 31e22afd..dffa2976 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,8 @@
+Tue Dec 21 10:06:05 2010 Arnold D. Robbins <arnold@skeeve.com>
+
+ * Makefile.am (pdf): Renamed from `all-pdf'. Much more logical
+ and easier to remember.
+
Sat Dec 18 20:14:58 2010 Eli Zaretskii <eliz@gnu.org>
* gawk.texi (DOS Quoting): Fix a typo.
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 80741ab6..c03c26bb 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -77,9 +77,10 @@ uninstall-hook:
postscript: gawk.ps gawkinet.ps gawk.1.ps igawk.1.ps $(AWKCARD)
-all-pdf: postscript
+pdf: postscript gawk.pdf gawkinet.pdf awkcard.ps gawk.1.ps igawk.1.ps
ps2pdf awkcard.ps awkcard.pdf
ps2pdf gawk.1.ps gawk.1.pdf
+ ps2pdf igawk.1.ps igawk.1.pdf
gawk.ps: gawk.dvi
dvips -o gawk.ps gawk.dvi
diff --git a/doc/gawk.texi b/doc/gawk.texi
index e88ba99f..c3d0a8d3 100644
--- a/doc/gawk.texi
+++ b/doc/gawk.texi
@@ -30,9 +30,9 @@ DONE:
@c applies to and all the info about who's publishing this edition
@c These apply across the board.
-@set UPDATE-MONTH April, 2010
-@set VERSION 3.1
-@set PATCHLEVEL 8
+@set UPDATE-MONTH December, 2010
+@set VERSION 4.0
+@set PATCHLEVEL 0
@set FSF
diff --git a/doc/gawkinet.texi b/doc/gawkinet.texi
index 08748165..c8d12018 100644
--- a/doc/gawkinet.texi
+++ b/doc/gawkinet.texi
@@ -61,8 +61,8 @@
@c pages, I think this is the right decision. ADR.
@set TITLE TCP/IP Internetworking With @command{gawk}
-@set EDITION 1.2
-@set UPDATE-MONTH August, 2010
+@set EDITION 1.3
+@set UPDATE-MONTH December, 2010
@c gawk versions:
@set VERSION 4.0
@set PATCHLEVEL 0