aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2012-03-25 18:23:18 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2012-03-25 18:23:18 -0400
commitdbb8f309183eb908cca5178460f61f93afdab0a0 (patch)
tree25346f63d92f7d51c78e4735fe30557d445c6cf9
parent9f25c096019b378cc0734fce4291ab53a35b391e (diff)
downloadegawk-dbb8f309183eb908cca5178460f61f93afdab0a0.tar.gz
egawk-dbb8f309183eb908cca5178460f61f93afdab0a0.tar.bz2
egawk-dbb8f309183eb908cca5178460f61f93afdab0a0.zip
Update TODO.xgawk to mention libltdl.
-rw-r--r--TODO.xgawk3
1 files changed, 3 insertions, 0 deletions
diff --git a/TODO.xgawk b/TODO.xgawk
index 4c8ff989..9795dcd2 100644
--- a/TODO.xgawk
+++ b/TODO.xgawk
@@ -90,6 +90,9 @@ be hosted?
Possible changes requiring (further) discussion:
+- Change from dlopen to using the libltdl library (i.e. lt_dlopen).
+ This may support more platforms.
+
- Implement namespaces. Arnold suggested the following in an email:
- Extend the definition of an 'identifier' to include "." as a valid character
although an identifier can't start with it.