Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wrap visibility pragmas in #ifndef _WIN32 | E. Westbrook | 2019-03-10 | 1 | -0/+4 |
| | |||||
* | auxiliar: pragma visibility | E. Westbrook | 2019-03-10 | 1 | -7/+9 |
| | |||||
* | New compat.h module implements luaL_setfuncs. | Diego Nehab | 2015-08-21 | 1 | -5/+6 |
| | | | | Makes initialization code simpler everywhere. | ||||
* | merged lua_typerrror.{c,h} into auxiliar.{c,h} | Diego Nehab | 2012-04-16 | 1 | -0/+1 |
| | |||||
* | Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵ | Liam Devine | 2012-04-11 | 1 | -1/+1 |
| | | | | sorting out to take maybe a version number and also the local paths need removing. | ||||
* | Decent makefiles! | Diego Nehab | 2009-05-27 | 1 | -2/+0 |
| | |||||
* | Before compiling on Windows. | Diego Nehab | 2005-10-07 | 1 | -13/+13 |
| | |||||
* | Almost ready to release. | Diego Nehab | 2005-09-29 | 1 | -2/+2 |
| | |||||
* | Manual is almost done. HTTP is missing. | Diego Nehab | 2004-06-15 | 1 | -15/+10 |
| | | | | | | | Implemented new distribution scheme. Select is now purely C. HTTP reimplemented seems faster dunno why. LTN12 functions that coroutines fail gracefully. | ||||
* | New filter scheme. | Diego Nehab | 2004-03-16 | 1 | -1/+0 |
| | | | | | ltn12 and mime updated. smtp/ftp broken. | ||||
* | Worked on the manual. | Diego Nehab | 2004-02-04 | 1 | -1/+2 |
| | | | | | Implemented stuffing (needs test) Added cddb and qp examples. | ||||
* | Fixed functions that return messages in ?socket.c. | Diego Nehab | 2004-01-21 | 1 | -1/+0 |
| | | | | | | Moved complexity of connect and accept there. Created a new options.c module to take care of options. Auxiliar.c is now cleaner. | ||||
* | Finished implementation of LuaSocket 2.0 alpha on Linux. | Diego Nehab | 2003-06-26 | 1 | -11/+37 |
| | | | | Some testing still needed. | ||||
* | Select re-implemented in a nicer way. | Diego Nehab | 2003-06-09 | 1 | -0/+2 |
| | | | | | | 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. | ||||
* | Porting to LUA 5.0 final | Diego Nehab | 2003-05-25 | 1 | -0/+26 |