diff options
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -22,7 +22,9 @@ Minor Cleanups and Code Improvements DONE: awk_true and awk_false DONE: Update doc to use gcc -o filefuncs.so -shared filefuncs.o instead of ld ... - Have check for name not rely on isalpha, isalnum since the locale could botch that up. + DONE: Have check for name not rely on isalpha, isalnum since + the locale could botch that up. Also make it not + fatal. ??? #if !defined(GAWK) && !defined(GAWK_OMIT_CONVENIENCE_MACROS) DONE: Make fflush() and fflush("") both flush all files, as in BWK awk. |