aboutsummaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 3 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4179b14d..7f1d82ea 100644
--- a/TODO
+++ b/TODO
@@ -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.