diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-12 22:42:06 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-12 22:42:06 +0300 |
commit | 76cc4d241f328876b18e48639d631823c3d304d6 (patch) | |
tree | 12c052ac52182d653a00bc0390327d876936c6d9 | |
parent | 88f8278587c7f254d4c5bb2e8f996f3947da32e9 (diff) | |
download | egawk-76cc4d241f328876b18e48639d631823c3d304d6.tar.gz egawk-76cc4d241f328876b18e48639d631823c3d304d6.tar.bz2 egawk-76cc4d241f328876b18e48639d631823c3d304d6.zip |
Minor additions to TODO.xgawk.
-rw-r--r-- | TODO.xgawk | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |