diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-19 08:33:35 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-19 08:33:35 +0000 |
commit | 9da4046463fe15b67699ccaee0c8e508f115d566 (patch) | |
tree | c5d4958eddf8741cb56a85aa17e916da7b0baec5 | |
parent | 6b7aeb0cb9256b4024bf6b34ae25be3da85ecc94 (diff) | |
download | luasocket-9da4046463fe15b67699ccaee0c8e508f115d566.tar.gz luasocket-9da4046463fe15b67699ccaee0c8e508f115d566.tar.bz2 luasocket-9da4046463fe15b67699ccaee0c8e508f115d566.zip |
More todo...
Diffstat (limited to '')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,7 +1,9 @@ | |||
1 | _VERSION, _DEBUG, etc. | ||
1 | get rid of "base." kludge | 2 | get rid of "base." kludge |
2 | make sure sock_gethostname.* only return success if the hp is not | 3 | make sure sock_gethostname.* only return success if the hp is not |
3 | null! | 4 | null! |
4 | change 'l' prefix in C libraries to 'l-something'... | 5 | change 'l' prefix in C libraries to 'l-something'... |
6 | leave code for losers that don't have nanosleep | ||
5 | 7 | ||
6 | "foo.bar.baz" previously had to provide luaopen_foobarbaz() and now | 8 | "foo.bar.baz" previously had to provide luaopen_foobarbaz() and now |
7 | should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket? | 9 | should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket? |