diff options
author | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:23:11 -0400 |
---|---|---|
committer | Andrew J. Schorr <aschorr@telemetry-investments.com> | 2012-03-25 18:23:11 -0400 |
commit | 74b8a90b739cdfdaf2539f2a4e936cca3f1b2346 (patch) | |
tree | ef5b310b3e9443f01bbfe379ded83fe2f36e435b | |
parent | 68318433e8e0627c722797cab90f23f30bb42c45 (diff) | |
download | egawk-74b8a90b739cdfdaf2539f2a4e936cca3f1b2346.tar.gz egawk-74b8a90b739cdfdaf2539f2a4e936cca3f1b2346.tar.bz2 egawk-74b8a90b739cdfdaf2539f2a4e936cca3f1b2346.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. |