aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.xgawk
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.xgawk')
-rw-r--r--TODO.xgawk11
1 files changed, 6 insertions, 5 deletions
diff --git a/TODO.xgawk b/TODO.xgawk
index d11fad6d..e0913514 100644
--- a/TODO.xgawk
+++ b/TODO.xgawk
@@ -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.
+