diff options
Diffstat (limited to 'TODO')
-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 | ||