diff options
author | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-21 07:54:09 +0000 |
---|---|---|
committer | Diego Nehab <diego@tecgraf.puc-rio.br> | 2005-01-21 07:54:09 +0000 |
commit | b999686ea893e969e2c02f3c6966b1ddb44f72ce (patch) | |
tree | 4a577e7ba0a5df1e7b3248ec7a1d2ae69d8095e4 | |
parent | a4e35bc5d5a3def051d08be2b7758db2628766ef (diff) | |
download | luasocket-b999686ea893e969e2c02f3c6966b1ddb44f72ce.tar.gz luasocket-b999686ea893e969e2c02f3c6966b1ddb44f72ce.tar.bz2 luasocket-b999686ea893e969e2c02f3c6966b1ddb44f72ce.zip |
Yet more to do.
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ get rid of "base." kludge | |||
4 | make sure sock_gethostname.* only return success if the hp is not | 4 | make sure sock_gethostname.* only return success if the hp is not |
5 | null! | 5 | null! |
6 | change 'l' prefix in C libraries to 'l-something'... | 6 | change 'l' prefix in C libraries to 'l-something'... |
7 | don't forget the declarations in luasocket.h and mime.h!!! | ||
7 | leave code for losers that don't have nanosleep | 8 | leave code for losers that don't have nanosleep |
8 | 9 | ||
9 | "foo.bar.baz" previously had to provide luaopen_foobarbaz() and now | 10 | "foo.bar.baz" previously had to provide luaopen_foobarbaz() and now |