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 7ea135af..3ea20297 100644
--- a/TODO.xgawk
+++ b/TODO.xgawk
@@ -40,9 +40,6 @@ To-do list for xgawk enhancements:
(somehow). More discussion / explanation of the vision behind this
would be welcome.
-- Can the IOBUF internals be removed from gawkapi.h? I think this may be
- possible if we revise the open hook implementation.
-
Separate projects for major standalone extensions. We need to set up
hosting for these projects:
@@ -160,3 +157,5 @@ Done:
- must update the API do_lint value when changed by set_LINT
- what is the proper return value for load_ext? It does not matter
unless called by the "extension" function that nobody uses.
+
+- Hide private parts of IOBUF from extensions.