summaryrefslogtreecommitdiff
path: root/lauxlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Branch 5.2 - new releases for 5.2 go from here, main trunk goesRoberto Ierusalimschy2013-04-121-0/+212
* official branch for Lua 5.1Roberto Ierusalimschy2007-12-271-174/+0
* lua_dostring/lua_dofile should return any values returned by the chunkRoberto Ierusalimschy2006-04-121-3/+5
* small optimizations (lua_newtable -> lua_createtable)Roberto Ierusalimschy2005-12-291-2/+2
* new macro luaL_opt to avoid evaluating defaults when no neededRoberto Ierusalimschy2005-10-211-1/+2
* avoid exporting undefined functionsRoberto Ierusalimschy2005-09-061-5/+5
* detailRoberto Ierusalimschy2005-08-261-5/+7
* no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)Roberto Ierusalimschy2005-08-261-5/+4
* simpler implementation for userdata typesRoberto Ierusalimschy2005-08-181-2/+3
* luaL_openlib -> luaL_register and new function luaL_loadstringRoberto Ierusalimschy2005-08-151-3/+20
* searchpath is "private affair" of loadlibRoberto Ierusalimschy2005-07-131-4/+1
* lua_objsize -> lua_objlen (more compatible with use of `lenĀ“ in otherRoberto Ierusalimschy2005-05-311-2/+2
* warnings in VS .NetRoberto Ierusalimschy2005-05-311-2/+2
* luaL_findstring -> luaL_checkoptionRoberto Ierusalimschy2005-05-251-2/+3
* better use defined/undefined as flag values for macrosRoberto Ierusalimschy2005-05-201-2/+2
* better control for compatibility codeRoberto Ierusalimschy2005-03-291-1/+7
* all function declarations surround name with parenthesesRoberto Ierusalimschy2005-01-101-43/+46
* use of parentheses around macro parameters in call lists, to avoidRoberto Ierusalimschy2004-10-181-8/+8
* better API for luaL_getfield/setfieldRoberto Ierusalimschy2004-09-291-3/+3
* new auxiliary functions to implement new package systemRoberto Ierusalimschy2004-09-211-1/+7
* new macro `luaL_typename'Roberto Ierusalimschy2004-07-091-1/+2
* detailRoberto Ierusalimschy2004-06-301-3/+1
* new interface for search-path functionRoberto Ierusalimschy2004-06-291-4/+4
* new scheme to search pathsRoberto Ierusalimschy2004-06-211-1/+6
* what is provided by lauxlib.c should be defined at lauxlib.hRoberto Ierusalimschy2004-06-021-1/+18
* `luaL_dofile' and `luaL_dostring' are deprecatedRoberto Ierusalimschy2004-05-311-12/+1
* more stuff goes to configuration fileRoberto Ierusalimschy2004-05-031-10/+1
* detailRoberto Ierusalimschy2004-03-131-3/+3
* new functions `lua_tointeger' and lua_pushinteger'Roberto Ierusalimschy2003-10-071-18/+9
* Lua kernel does not use malloc/free functions.Roberto Ierusalimschy2003-10-021-1/+3
* warnings from several compilers (mainly typecasts when lua_Number is float)Roberto Ierusalimschy2003-04-031-3/+3
* new auxiliary functions for `type' manipulationRoberto Ierusalimschy2003-03-181-4/+7
* auxiliary function to check userdata with typesRoberto Ierusalimschy2003-02-111-1/+2
* getn/setn in C moved to lauxlibRoberto Ierusalimschy2003-01-271-1/+4
* compatibility macros must be available by defaultRoberto Ierusalimschy2003-01-171-3/+3
* better names for auxiliar functionsRoberto Ierusalimschy2002-11-141-22/+31
* `setmetatable' cannot change protected objectsRoberto Ierusalimschy2002-09-161-1/+2
* avoid the use of "obvious" names in header files to avoid conflictsRoberto Ierusalimschy2002-08-301-13/+11
* external messages add their own extra informationRoberto Ierusalimschy2002-08-081-1/+2
* `newproxy' uses its own weaktableRoberto Ierusalimschy2002-07-011-3/+1
* new `luaL_weakregistry' functionRoberto Ierusalimschy2002-06-251-1/+3
* new protocol for error handlingRoberto Ierusalimschy2002-06-181-3/+3
* lua_load* defined in auxlib (and so renamed to luaL_load*)Roberto Ierusalimschy2002-06-031-1/+11
* new names for string formating functionsRoberto Ierusalimschy2002-05-161-2/+1
* errors `return' int, to avoid warningsRoberto Ierusalimschy2002-05-061-5/+5
* new way to handle errorsRoberto Ierusalimschy2002-05-011-3/+1
* better support for new librariesRoberto Ierusalimschy2002-04-021-3/+4
* standard libraries in packagesRoberto Ierusalimschy2002-03-201-3/+4
* new function luaL_errstrRoberto Ierusalimschy2002-02-051-0/+4
* some compatibility macrosRoberto Ierusalimschy2002-01-031-0/+9