Network support for the Lua language
Go to file
Diego Nehab 58bdb658aa Select re-implemented in a nicer way.
Few changes in internal class and group registration.
Lua modules are compiled and built into library.
Dynamic library tested in Linux and Mac OS X.
2003-06-09 18:23:40 +00:00
etc Select re-implemented in a nicer way. 2003-06-09 18:23:40 +00:00
samples Select re-implemented in a nicer way. 2003-06-09 18:23:40 +00:00
src Select re-implemented in a nicer way. 2003-06-09 18:23:40 +00:00
test Porting to LUA 5.0 final 2003-05-25 01:54:13 +00:00
makefile.dist Select re-implemented in a nicer way. 2003-06-09 18:23:40 +00:00
NEW Porting to LUA 5.0 final 2003-05-25 01:54:13 +00:00
README Released luasocket-1.5-work! 2003-03-28 23:29:45 +00:00
TODO Closer to release... 2003-03-28 21:08:50 +00:00

This release is work in progress. It has been tested on WinXP, Mac OS X,
SunOS and Linux. The most important change is a major rewrite of the C code
that attempts to make the library extensible. Also, all functions were
moved to the 'socket' namespace. A few changes are expected for the final
version, mostly in order to make the API more uniform.

In this version, all Lua code has been built into the binary. For that, you
will need a working versions of luac and bin2c, both available with your
Lua distribution. Check makefile for details.

Have fun,
Diego Nehab.