aboutsummaryrefslogtreecommitdiffstats
path: root/TODO.xgawk
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-08-10 11:53:37 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-08-10 11:53:37 +0300
commit35716c6aaa573dc15012fe1cba8d18b242367fd0 (patch)
tree69c517f50adb62bca388bd57b202d56b90f0bfaa /TODO.xgawk
parent94008850575fe9450b52aa83b77f9b08e5e55f6e (diff)
downloadegawk-35716c6aaa573dc15012fe1cba8d18b242367fd0.tar.gz
egawk-35716c6aaa573dc15012fe1cba8d18b242367fd0.tar.bz2
egawk-35716c6aaa573dc15012fe1cba8d18b242367fd0.zip
Doc updates. Mostly about the API.
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.
+