mirror of
https://github.com/lunarmodules/luasocket.git
synced 2024-12-26 04:28:20 +01:00
Network support for the Lua language
a8b19e5367
The luasocket tests require LUASOCKET_DEBUG to be defined at build time, but for OS X if COMPAT was undefined, the command line looked like ... -I -DLUASOCKET_DEBUG ... so that the the macro definition was silently being treated as the argument to -I. Result is the macro was never set, and tests would never run. Fixed by moving -I to the (optional) definition of the location of compat headers. |
||
---|---|---|
doc | ||
etc | ||
gem | ||
samples | ||
src | ||
test | ||
.gitignore | ||
config | ||
FIX | ||
LICENSE | ||
logo.ps | ||
ltn012.wiki | ||
ltn013.wiki | ||
luasocket.sln | ||
makefile | ||
makefile.dist | ||
mime.vcproj | ||
NEW | ||
README | ||
socket.vcproj | ||
TODO | ||
WISH |
This is the LuaSocket 2.0.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.