diff options
author | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-10 11:53:37 +0300 |
---|---|---|
committer | Arnold D. Robbins <arnold@skeeve.com> | 2012-08-10 11:53:37 +0300 |
commit | 35716c6aaa573dc15012fe1cba8d18b242367fd0 (patch) | |
tree | 69c517f50adb62bca388bd57b202d56b90f0bfaa /TODO.xgawk | |
parent | 94008850575fe9450b52aa83b77f9b08e5e55f6e (diff) | |
download | egawk-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.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. + |