aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-08-12 22:42:06 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-08-12 22:42:06 +0300
commit76cc4d241f328876b18e48639d631823c3d304d6 (patch)
tree12c052ac52182d653a00bc0390327d876936c6d9
parent88f8278587c7f254d4c5bb2e8f996f3947da32e9 (diff)
downloadegawk-76cc4d241f328876b18e48639d631823c3d304d6.tar.gz
egawk-76cc4d241f328876b18e48639d631823c3d304d6.tar.bz2
egawk-76cc4d241f328876b18e48639d631823c3d304d6.zip
Minor additions to TODO.xgawk.
-rw-r--r--TODO.xgawk4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO.xgawk b/TODO.xgawk
index d26baa13..1a27725b 100644
--- a/TODO.xgawk
+++ b/TODO.xgawk
@@ -1,5 +1,9 @@
To-do list for xgawk enhancements:
+- In gawkapi.c - review switch statements and use of default.
+
+- In extensions/configure.ac - add compiler warnings if GCC.
+
Low priority:
- Enhance extension/fork.c waitpid to allow the caller to specify the options.