Always more to do...

master
Diego Nehab 2005-01-14 05:00:55 +00:00
parent 5a7a23a7ef
commit 02ffe9ce25
2 changed files with 2 additions and 1 deletions

2
TODO
View File

@ -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

View File

@ -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)