diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-02 22:45:19 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2013-05-02 22:45:19 +0300 |
commit | 362a751010463c8c0b897d80e1b83abf3f62374b (patch) | |
tree | 5a7150241cd45ff6e29e9460b5f6ac09844daa1c | |
parent | dbf433225c77df0301fd3d24e199b12f88f1f60a (diff) | |
download | egawk-362a751010463c8c0b897d80e1b83abf3f62374b.tar.gz egawk-362a751010463c8c0b897d80e1b83abf3f62374b.tar.bz2 egawk-362a751010463c8c0b897d80e1b83abf3f62374b.zip |
Update TODO.
-rw-r--r-- | TODO | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Tue Apr 16 11:08:26 IDT 2013 +Thu May 2 22:37:09 IDT 2013 ============================ There were too many files tracking different thoughts and ideas for @@ -29,6 +29,9 @@ Minor Cleanups and Code Improvements Review the bash source script for working with shared libraries in order to nuke the use of libtool. + In test/Makefile.am and generation scripts, quote $(srcdir) etc. + for windows or other systems with spaces in path names. Fun. + Minor New Features ------------------ @@ -36,6 +39,10 @@ Minor New Features the options. And add an optional array argument to wait and waitpid in which to return exit status information. + Make index("foo", /foo/) fatal ala BWK awk. + + Add a readfile() function in awk from mail. + Consider relaxing the strictness of --posix. ? Add an optional base to strtonum, allowing 2-36. |