aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-14 05:00:55 +0000
committerDiego Nehab <diego@tecgraf.puc-rio.br>2005-01-14 05:00:55 +0000
commit02ffe9ce259648775f4bb0d2b4dbff262b503e4c (patch)
treec86eef3aa7891f78537b91b1d8c355dd334380f3
parent5a7a23a7ef96abf19394991006f3ca2835c0152c (diff)
downloadluasocket-02ffe9ce259648775f4bb0d2b4dbff262b503e4c.tar.gz
luasocket-02ffe9ce259648775f4bb0d2b4dbff262b503e4c.tar.bz2
luasocket-02ffe9ce259648775f4bb0d2b4dbff262b503e4c.zip
Always more to do...
-rw-r--r--TODO2
-rw-r--r--makefile.dist1
2 files changed, 2 insertions, 1 deletions
diff --git a/TODO b/TODO
index f746248..0ca5830 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
1make sure sock_gethostname.* only return success if the hp is not
2null!
1change 'l' prefix in C libraries to 'l-something'... 3change 'l' prefix in C libraries to 'l-something'...
2 4
3"foo.bar.baz" previously had to provide luaopen_foobarbaz() and now 5"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:
107 mkdir -p $(DIST)/lua 107 mkdir -p $(DIST)/lua
108 mkdir -p $(DIST)/manual 108 mkdir -p $(DIST)/manual
109 cp -vfr $(COMPAT) $(DIST) 109 cp -vfr $(COMPAT) $(DIST)
110 cp -vf TODO $(DIST)
111 cp -vf $(CORE) $(DIST) 110 cp -vf $(CORE) $(DIST)
112 cp -vf README $(DIST) 111 cp -vf README $(DIST)
113 cp -vf NEW $(DIST) 112 cp -vf NEW $(DIST)