diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-05 06:06:59 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-05 06:06:59 +0000 |
commit | fd3cb870d31749f1c8254c964c19e76956e58916 (patch) | |
tree | ead8856614204b26bd8c93c8796b8c1dc6f5f4fe | |
parent | ff4bdd25927c8660b6909458f4fd4d0b71b52228 (diff) | |
download | luasocket-fd3cb870d31749f1c8254c964c19e76956e58916.tar.gz luasocket-fd3cb870d31749f1c8254c964c19e76956e58916.tar.bz2 luasocket-fd3cb870d31749f1c8254c964c19e76956e58916.zip |
More to do.
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,3 +1,5 @@ | |||
1 | change 'l' prefix in C libraries to 'l-something'... | ||
2 | |||
1 | "foo.bar.baz" previously had to provide luaopen_foobarbaz() and now | 3 | "foo.bar.baz" previously had to provide luaopen_foobarbaz() and now |
2 | should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket? | 4 | should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket? |
3 | 5 | ||