aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-11-26 19:58:20 +0200
committerArnold D. Robbins <arnold@skeeve.com>2012-11-26 19:58:20 +0200
commitd991932774cf1a8e82affcbf88c08122eafc8588 (patch)
tree34f81e839120f9515de78230f2a3af1c367f408a
parent7af1da783175273a26609911c3a95975ed0f5c13 (diff)
downloadegawk-d991932774cf1a8e82affcbf88c08122eafc8588.tar.gz
egawk-d991932774cf1a8e82affcbf88c08122eafc8588.tar.bz2
egawk-d991932774cf1a8e82affcbf88c08122eafc8588.zip
Record more TODOs.
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index f62f02f9..4098f841 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,18 @@ TODO
Minor Cleanups and Code Improvements
------------------------------------
+ Fix all *assoc_lookup() = xxx calls.
+
+ Make GAWKDEBUG pass the test suite.
+
+ API:
+ awk_true and awk_false ???
+ Update doc to use gcc -o filefuncs.so -shared filefuncs.o
+ instead of ld ...
+ ??? #if !defined(GAWK) && !defined(GAWK_OMIT_CONVENIENCE_MACROS)
+
+ Make fflush() and fflush("") both flush all files, as in BWK awk.
+
?? Add debugger commands to reference card
FIX regular field splitting to use FPAT algorithm.