summaryrefslogtreecommitdiff
path: root/lauxlib.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* declarations should be present only when implementations areRoberto Ierusalimschy2011-06-161-1/+4
* 'luaL_findtable' -> 'luaL_getsubtable'Roberto Ierusalimschy2011-04-081-2/+2
* returns for file-related functions and process-related functionsRoberto Ierusalimschy2011-03-031-1/+4
* 'luaL_findtable' returns boolean about whether it created a newRoberto Ierusalimschy2011-01-101-2/+2
* comment about compatibility-only functionsRoberto Ierusalimschy2010-11-161-3/+5
* no more compatibility with (veryyyy) old ref systemRoberto Ierusalimschy2010-11-161-18/+5
* new function 'luaL_setmetatable'Roberto Ierusalimschy2010-11-101-1/+2
* 'luaL_typeerror' deprecatedRoberto Ierusalimschy2010-11-101-2/+1
* new type lua_Unsigned and corresponding projection/injection functionsRoberto Ierusalimschy2010-10-251-1/+4
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-021-5/+17
* old (and complex) luaL_findtable now used only in compatibility codeRoberto Ierusalimschy2010-06-301-3/+2
* factoring out common code in 'module' and 'luaL_openlib'Roberto Ierusalimschy2010-05-311-1/+3
* missing parentheses in declarationRoberto Ierusalimschy2010-05-041-2/+2
* missing parentheses around 'luaL_pushresultsize' declarationRoberto Ierusalimschy2010-04-191-2/+2
* no more 'ccall' nor 'cpcall' functions. (With light C functions theyRoberto Ierusalimschy2010-04-141-4/+1
* new implementation for Generic Buffer manipulation (using userdata asRoberto Ierusalimschy2010-04-091-10/+13
* avoid using function environments in C libraries (as it probably willRoberto Ierusalimschy2010-03-171-8/+11
* new function 'luaL_cpcall'Roberto Ierusalimschy2010-01-211-1/+3
* removed old prototype for 'luaI_openlib' (which does not exist anymore)Roberto Ierusalimschy2010-01-111-3/+1
* compatibility code removed or moved to luaconf.hRoberto Ierusalimschy2010-01-061-7/+1
* 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'Roberto Ierusalimschy2009-12-171-1/+2
* 'checkversion' implemented in the auxiliary libraryRoberto Ierusalimschy2009-06-181-1/+3
* 'luaL_typeerror' spelled rightRoberto Ierusalimschy2009-02-131-2/+6
* luaL_tostring -> luaL_tolstring (more generic)Roberto Ierusalimschy2008-01-031-2/+2
* detailRoberto Ierusalimschy2007-06-221-3/+3
* traceback function moved to auxlibRoberto Ierusalimschy2007-06-221-1/+3
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-211-13/+1
* luaL_testudata (a luaL_checkudata that does not raise errors) isRoberto Ierusalimschy2007-05-151-1/+2
* new function luaL_tostringRoberto Ierusalimschy2007-02-071-1/+2
* 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