aboutsummaryrefslogtreecommitdiff
path: root/src/auxiliar.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* wrap visibility pragmas in #ifndef _WIN32E. Westbrook2019-03-101-0/+4
|
* auxiliar: pragma visibilityE. Westbrook2019-03-101-7/+9
|
* New compat.h module implements luaL_setfuncs.Diego Nehab2015-08-211-5/+6
| | | | Makes initialization code simpler everywhere.
* merged lua_typerrror.{c,h} into auxiliar.{c,h}Diego Nehab2012-04-161-0/+1
|
* Compiles with Lua 5.1.4 and Lua 5.2.0-beta, although the makefile needs ↵Liam Devine2012-04-111-1/+1
| | | | sorting out to take maybe a version number and also the local paths need removing.
* Decent makefiles!Diego Nehab2009-05-271-2/+0
|
* Before compiling on Windows.Diego Nehab2005-10-071-13/+13
|
* Almost ready to release.Diego Nehab2005-09-291-2/+2
|
* Manual is almost done. HTTP is missing.Diego Nehab2004-06-151-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 Nehab2004-03-161-1/+0
| | | | | ltn12 and mime updated. smtp/ftp broken.
* Worked on the manual.Diego Nehab2004-02-041-1/+2
| | | | | Implemented stuffing (needs test) Added cddb and qp examples.
* Fixed functions that return messages in ?socket.c.Diego Nehab2004-01-211-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 Nehab2003-06-261-11/+37
| | | | Some testing still needed.
* Select re-implemented in a nicer way.Diego Nehab2003-06-091-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 finalDiego Nehab2003-05-251-0/+26