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. gawk-4.1.0-1475-g7c4eb5


From: Arnold Robbins
Subject: [gawk-diffs] [SCM] gawk branch, master, updated. gawk-4.1.0-1475-g7c4eb55
Date: Fri, 19 Jun 2015 09:48:13 +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  7c4eb55aea8028503a27cf0132de12257262f71a (commit)
      from  f7cd8a03c09a00c4cb520f881bbe838cf76e718f (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=7c4eb55aea8028503a27cf0132de12257262f71a

commit 7c4eb55aea8028503a27cf0132de12257262f71a
Author: Arnold D. Robbins <address@hidden>
Date:   Fri Jun 19 12:47:57 2015 +0300

    Update TODO after adding typed regexes and typeof.

diff --git a/ChangeLog b/ChangeLog
index 220a8c4..586ea3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
 2015-06-19         Arnold D. Robbins     <address@hidden>
 
        * builtin.c (do_isarray): Minor edit to lint warning.
+       * TODO: Updated.
 
 2015-06-14         Arnold D. Robbins     <address@hidden>
 
diff --git a/TODO b/TODO
index 65aa0f1..fd0c712 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-Wed Dec 24 20:41:38 IST 2014
+Fri Jun 19 12:44:56 IDT 2015
 ============================
 
 There were too many files tracking different thoughts and ideas for
@@ -15,10 +15,6 @@ TODO
 Minor Cleanups and Code Improvements
 ------------------------------------
 
-       Review the bash source script for working with shared libraries in
-       order to nuke the use of libtool. [ Partially started in the
-       nolibtool branch. ]
-
        API:
                ??? #if !defined(GAWK) && !defined(GAWK_OMIT_CONVENIENCE_MACROS)
 
@@ -62,16 +58,6 @@ Major New Features
 
                Indirect through array elements, not just scalar variables
 
-       Some way to make regexp constants first class citizens:
-               - Assign to variables
-               - Pass to functions
-       Tawk has this and it would also make indirect calling of builtins
-       work more reasonably.  Probably would use a special syntax like
-       @/.../ for such objects.
-
-       Consider a typeof() function that returns a string (scalar, array,
-       regexp).
-
        Add ability to do decimal arithmetic.
 
        Rework management of array index storage. (Partially DONE.)
@@ -133,6 +119,9 @@ Things To Think About That May Never Happen
        Enhance FIELDWIDTHS with some way to indicate "the rest of the record".
        E.g., a length of 0 or -1 or something.  Maybe "n"?
 
+       Review the bash source script for working with shared libraries in
+       order to nuke the use of libtool. [ Partially started in the
+       dead-branches/nolibtool branch. ]
 
 Things That We Decided We Will Never Do
 =======================================
@@ -163,7 +152,7 @@ Things That We Decided We Will Never Do
        in a debugger is generally enough. Also, I would have to try to
        track down the latest version of this.
 
-       "Make   awk '/foo/' files...    run at egrep speeds (how?)"
+       "Make   awk '/foo/' files...    run at egrep speeds" (How?)
        This has been on the list since the early days (gawk 1.x or early
        2.x).  But I am not sure how to really do this, nor have I done
        timings, nor does there seem to be any real demand for this.

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

Summary of changes:
 ChangeLog |    1 +
 TODO      |   21 +++++----------------
 2 files changed, 6 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
gawk



reply via email to

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