diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-26 19:58:20 +0200 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-11-26 19:58:20 +0200 |
commit | d991932774cf1a8e82affcbf88c08122eafc8588 (patch) | |
tree | 34f81e839120f9515de78230f2a3af1c367f408a | |
parent | 7af1da783175273a26609911c3a95975ed0f5c13 (diff) | |
download | egawk-d991932774cf1a8e82affcbf88c08122eafc8588.tar.gz egawk-d991932774cf1a8e82affcbf88c08122eafc8588.tar.bz2 egawk-d991932774cf1a8e82affcbf88c08122eafc8588.zip |
Record more TODOs.
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |