Network support for the Lua language
Go to file
Sam Roberts 4b671f4551 Merge branch 'git-sam' into diego-sam-mwild-integration
Conflicts in options.c were just due to independent small functions
being close to each other.

unix.c in mwild was broken, it wasn't using LUASOCKET_API.

serial.c needed luaL_reg renamed, and to use LUASOCKET_API.

makefile didn't respect standard DESTDIR and prefix makefile
variables, and didn't allow LUAV variable to select lua version to build
against.

I've tested the top-level install-both target builds and installs
against both lua5.1 and lua5.2, but not done further testing.

Conflicts:
	README
	config
	gem/ltn012.tex
	makefile
	src/makefile
	src/options.c
	src/options.h
	src/tcp.c
	src/usocket.c
2012-04-11 14:18:20 -07:00
doc Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
etc Preliminary IPv6 support for v2.1 2012-04-11 13:25:11 -07:00
gem Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
samples Preliminary IPv6 support for v2.1 2012-04-11 13:25:11 -07:00
src Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
test Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
.gitignore ignore build output 2012-04-11 13:45:58 -07:00
FIX Saving before big changes to support IPv6. 2011-05-25 20:57:22 +00:00
LICENSE Almost ready to release. 2007-06-15 06:28:56 +00:00
logo.ps Adjusted a few inconsistencies with the manual. 2003-08-16 00:06:04 +00:00
ltn012.wiki Typos. 2004-08-04 23:23:11 +00:00
ltn013.wiki Typos. 2004-08-05 20:18:24 +00:00
luasocket.sln Decent makefiles! 2009-05-27 09:31:38 +00:00
makefile Merge branch 'git-sam' into diego-sam-mwild-integration 2012-04-11 14:18:20 -07:00
makefile.dist Decent makefiles! 2009-05-27 09:31:38 +00:00
mime.vcproj Decent makefiles! 2009-05-27 09:31:38 +00:00
NEW Saving before big changes to support IPv6. 2011-05-25 20:57:22 +00:00
README Add Wurldtech note to README. 2012-04-11 13:54:01 -07:00
socket.vcproj Decent makefiles! 2009-05-27 09:31:38 +00:00
TODO New release. 2007-10-13 23:55:20 +00:00
WISH Couple bug fixes. 2007-03-12 04:08:40 +00:00

This is the LuaSocket 2.1.1. It has been tested on --[[WinXP--]], Mac OS X,
and --[[Linux--]].  Please use the Lua mailing list to report any bugs 
(or "features") you encounter. 

Have fun,
Diego Nehab.