diff --git a/TODO b/TODO index f746248..0ca5830 100644 --- a/TODO +++ b/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 diff --git a/makefile.dist b/makefile.dist index b1ac1fa..4ccddbc 100644 --- a/makefile.dist +++ b/makefile.dist @@ -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)