aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--TODO9
1 files changed, 8 insertions, 1 deletions
diff --git a/TODO b/TODO
index c76bf8c9..62c61a13 100644
--- a/TODO
+++ b/TODO
@@ -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.