diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 13 |
1 files changed, 12 insertions, 1 deletions
@@ -1,4 +1,4 @@ -Tue Apr 16 11:08:26 IDT 2013 +Thu May 9 15:31:55 IDT 2013 ============================ There were too many files tracking different thoughts and ideas for @@ -29,6 +29,12 @@ 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. + + Enhance profiling to same comments in a byte-code that does nothing + but that can be used when pretty printing the program. + Minor New Features ------------------ @@ -36,6 +42,11 @@ Minor New Features the options. And add an optional array argument to wait and waitpid in which to return exit status information. + Add a readfile() function in awk from mail. + + Make writes to ENVIRON / deletions affect the real environment + using setenv / unsetenv. + Consider relaxing the strictness of --posix. ? Add an optional base to strtonum, allowing 2-36. |