aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--FUTURES8
-rw-r--r--README9
3 files changed, 15 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index c6276761..a307a160 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Apr 3 22:18:26 2011 Arnold D. Robbins <arnold@skeeve.com>
+
+ * README, FUTURE: Minor edits.
+
Fri Apr 1 11:53:54 2011 Pat Rankin <rankin@patechdata.com>
* array.c (sort_up_index_number): Fix the NODE arguments passed to
diff --git a/FUTURES b/FUTURES
index f8fc032c..bae8769a 100644
--- a/FUTURES
+++ b/FUTURES
@@ -68,19 +68,23 @@ For 4.0
DONE: Move to git.
Additional manual features:
- Remove all page breaks
+ DONE: Remove all page breaks
Review internal notes about reorganization
DONE: Full front to back read through - before editing
Full front to back read through - after editing
For 4.1
=======
- Implement designed API for loadable modules
+ Third arg for asort and asorti to specify sort direction
+
+ Merge gawk/pgawk/dgawk into one executable
Merge xmlgawk -l feature
Merge xmlgawk XML extensions
+ Implement designed API for loadable modules
+
Redo the loadable modules interface from the awk level.
Rework management of array index storage. (Partially DONE.)
diff --git a/README b/README
index 182c3843..9e2ac919 100644
--- a/README
+++ b/README
@@ -7,8 +7,8 @@
README:
-This is GNU Awk 3.1.81. It is upwardly compatible with the Bell Labs
-research version of awk. It is almost completely compliant with the
+This is GNU Awk 3.1.81. 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.)
This is a major new release. See NEWS and ChangeLog for details.
@@ -55,7 +55,8 @@ The `doc' directory contains a recent version of texinfo.tex, which will
be necessary for printing the manual. Use `make dvi' to get a DVI file
from the manual. In the `doc' directory, use `make postscript' to get
PostScript versions of the manual, the man page, and the reference card.
-Use `make pdf' to get PDF versions of the manuals.
+Use `make pdf' to get PDF versions of the manuals, the man page and
+the reference card.
BUG REPORTS AND FIXES (Un*x systems):
@@ -72,7 +73,7 @@ Arnold Robbins
BUG REPORTS AND FIXES, non-Unix systems:
-MS-Windows with MinGW:
+MS-Windows with MinGW and DJGPP:
Scott Deifik, scottd.mail@sbcglobal.net
Eli Zaretskii, eliz@gnu.org