aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew J. Schorr <aschorr@telemetry-investments.com>2012-03-25 18:23:11 -0400
committerAndrew J. Schorr <aschorr@telemetry-investments.com>2012-03-25 18:23:11 -0400
commit74b8a90b739cdfdaf2539f2a4e936cca3f1b2346 (patch)
treeef5b310b3e9443f01bbfe379ded83fe2f36e435b
parent68318433e8e0627c722797cab90f23f30bb42c45 (diff)
downloadegawk-74b8a90b739cdfdaf2539f2a4e936cca3f1b2346.tar.gz
egawk-74b8a90b739cdfdaf2539f2a4e936cca3f1b2346.tar.bz2
egawk-74b8a90b739cdfdaf2539f2a4e936cca3f1b2346.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.