aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.xgawk
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.xgawk')
-rw-r--r--TODO.xgawk5
1 files changed, 2 insertions, 3 deletions
diff --git a/TODO.xgawk b/TODO.xgawk
index e0913514..d26baa13 100644
--- a/TODO.xgawk
+++ b/TODO.xgawk
@@ -1,8 +1,5 @@
To-do list for xgawk enhancements:
-- Attempting to load the same file with -f and -i (or @include) should
- be a fatal error.
-
Low priority:
- Enhance extension/fork.c waitpid to allow the caller to specify the options.
@@ -141,3 +138,5 @@ Done:
* Still to go: Rework iop_alloc, interaction with open hooks, and
skipping command line directories.
+- Attempting to load the same file with -f and -i (or @include) should
+ be a fatal error.