diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:23:18 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:23:18 -0400 |
commit | dbb8f309183eb908cca5178460f61f93afdab0a0 (patch) | |
tree | 25346f63d92f7d51c78e4735fe30557d445c6cf9 | |
parent | 9f25c096019b378cc0734fce4291ab53a35b391e (diff) | |
download | egawk-dbb8f309183eb908cca5178460f61f93afdab0a0.tar.gz egawk-dbb8f309183eb908cca5178460f61f93afdab0a0.tar.bz2 egawk-dbb8f309183eb908cca5178460f61f93afdab0a0.zip |
Update TODO.xgawk to mention libltdl.
-rw-r--r-- | TODO.xgawk | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |