aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-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?