diff options
-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. |