aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-19 08:33:35 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-19 08:33:35 +0000
commit9da4046463fe15b67699ccaee0c8e508f115d566 (patch)
treec5d4958eddf8741cb56a85aa17e916da7b0baec5
parent6b7aeb0cb9256b4024bf6b34ae25be3da85ecc94 (diff)
downloadluasocket-9da4046463fe15b67699ccaee0c8e508f115d566.tar.gz
luasocket-9da4046463fe15b67699ccaee0c8e508f115d566.tar.bz2
luasocket-9da4046463fe15b67699ccaee0c8e508f115d566.zip
More todo...
Diffstat (limited to '')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 02498e7..73ccd98 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,9 @@
1_VERSION, _DEBUG, etc.
1get rid of "base." kludge 2get rid of "base." kludge
2make sure sock_gethostname.* only return success if the hp is not 3make sure sock_gethostname.* only return success if the hp is not
3null! 4null!
4change 'l' prefix in C libraries to 'l-something'... 5change 'l' prefix in C libraries to 'l-something'...
6leave 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
7should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket? 9should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket?