diff options
Diffstat (limited to 'TODO.xgawk')
-rw-r--r-- | TODO.xgawk | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -3,11 +3,6 @@ To-do list for xgawk enhancements: - Attempting to load the same file with -f and -i (or @include) should be a fatal error. -- Review open hook implementation. - * Mostly done. - * Still to go: Rework iop_alloc, interaction with open hooks, and - skipping command line directories. - Low priority: - Enhance extension/fork.c waitpid to allow the caller to specify the options. @@ -140,3 +135,9 @@ Done: - MPFR. This is probably not useful now that MPFR support has been integrated into gawk. Are there any users who need this extension? + +- Review open hook implementation. + * Mostly done. + * Still to go: Rework iop_alloc, interaction with open hooks, and + skipping command line directories. + |