mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
Always more to do...
This commit is contained in:
parent
5a7a23a7ef
commit
02ffe9ce25
2
TODO
2
TODO
@ -1,3 +1,5 @@
|
||||
make sure sock_gethostname.* only return success if the hp is not
|
||||
null!
|
||||
change 'l' prefix in C libraries to 'l-something'...
|
||||
|
||||
"foo.bar.baz" previously had to provide luaopen_foobarbaz() and now
|
||||
|
@ -107,7 +107,6 @@ dist:
|
||||
mkdir -p $(DIST)/lua
|
||||
mkdir -p $(DIST)/manual
|
||||
cp -vfr $(COMPAT) $(DIST)
|
||||
cp -vf TODO $(DIST)
|
||||
cp -vf $(CORE) $(DIST)
|
||||
cp -vf README $(DIST)
|
||||
cp -vf NEW $(DIST)
|
||||
|
Loading…
Reference in New Issue
Block a user