From 9da4046463fe15b67699ccaee0c8e508f115d566 Mon Sep 17 00:00:00 2001 From: Diego Nehab Date: Wed, 19 Jan 2005 08:33:35 +0000 Subject: [PATCH] More todo... --- TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/TODO b/TODO index 02498e7..73ccd98 100644 --- a/TODO +++ b/TODO @@ -1,7 +1,9 @@ +_VERSION, _DEBUG, etc. get rid of "base." kludge make sure sock_gethostname.* only return success if the hp is not null! change 'l' prefix in C libraries to 'l-something'... +leave code for losers that don't have nanosleep "foo.bar.baz" previously had to provide luaopen_foobarbaz() and now should use luaopen_foo_bar_baz(). Change compat-5.1 and LuaSocket?