gawk-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gawk-diffs] [SCM] gawk branch, master, updated. 00068b77275315c8c16e32c


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. 00068b77275315c8c16e32c39af376dfcf5a2374
Date: Sun, 03 Apr 2011 19:19:36 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".

The branch, master has been updated
       via  00068b77275315c8c16e32c39af376dfcf5a2374 (commit)
      from  d806340faadd79524b3adccef6cbced20cd88396 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=00068b77275315c8c16e32c39af376dfcf5a2374

commit 00068b77275315c8c16e32c39af376dfcf5a2374
Author: Arnold D. Robbins <address@hidden>
Date:   Sun Apr 3 22:19:01 2011 +0300

    Minor edits to auxilary files.

diff --git a/ChangeLog b/ChangeLog
index c627676..a307a16 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Apr  3 22:18:26 2011  Arnold D. Robbins  <address@hidden>
+
+       * README, FUTURE: Minor edits.
+
 Fri Apr  1 11:53:54 2011  Pat Rankin  <address@hidden>
 
        * array.c (sort_up_index_number): Fix the NODE arguments passed to
diff --git a/FUTURES b/FUTURES
index f8fc032..bae8769 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 182c384..9e2ac91 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, address@hidden
        Eli Zaretskii, address@hidden
 

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog |    4 ++++
 FUTURES   |    8 ++++++--
 README    |    9 +++++----
 3 files changed, 15 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

[Prev in Thread] Current Thread [Next in Thread]