aboutsummaryrefslogtreecommitdiff
path: root/lauxlib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* removed support for '#fist-line comment' on binary files (as binaryRoberto Ierusalimschy2010-02-111-14/+2
* new function 'luaL_cpcall'Roberto Ierusalimschy2010-01-211-1/+12
* no more pseudoindex LUA_GLOBALSINDEX; global table now accessibleRoberto Ierusalimschy2009-12-221-4/+5
* 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'Roberto Ierusalimschy2009-12-171-4/+15
* new scheme for debug info about tail calls: no more 'fake' stack entries,Roberto Ierusalimschy2009-11-251-3/+5
* new function lua_copyRoberto Ierusalimschy2009-10-051-3/+3
* function list in luaL_register may be NULL for an empty listRoberto Ierusalimschy2009-09-281-2/+3
* references must start after predefined values in the registryRoberto Ierusalimschy2009-09-181-8/+8
* 'luaL_tolstring' uses 'lua_tolstring' instead of 'lua_tostring' andRoberto Ierusalimschy2009-07-151-5/+2
* new way to control stack overflow, controling only total size of the stackRoberto Ierusalimschy2009-07-151-7/+18
* better error messages for luaL_checkversionRoberto Ierusalimschy2009-06-191-4/+5
* 'checkversion' implemented in the auxiliary libraryRoberto Ierusalimschy2009-06-181-2/+11
* added comment explaining why the 'feof' test when loading a fileRoberto Ierusalimschy2009-04-021-1/+4
* Lua will abort anyway, so 'panic' does not need to.Roberto Ierusalimschy2009-03-311-2/+2
* error functions search global space for a name for a function whenRoberto Ierusalimschy2009-02-271-3/+55
* code section 'Traceback' moved to the beginning of the fileRoberto Ierusalimschy2009-02-271-52/+61
* new macro 'lua_checkversion' to check whether core and application areRoberto Ierusalimschy2009-02-181-1/+2
* buffer creation ensures buffer space plus MINSTACK in the stackRoberto Ierusalimschy2009-02-171-1/+2
* 'luaL_typeerror' spelled rightRoberto Ierusalimschy2009-02-131-4/+4
* identation error (pointed by lint)Roberto Ierusalimschy2008-07-031-2/+2
* when error is 'bad self' original message probably makes no sense, soRoberto Ierusalimschy2008-06-131-3/+2
* 'luaL_testudata' does not leave garbage on the stack in case of failureRoberto Ierusalimschy2008-06-121-6/+6
* detailRoberto Ierusalimschy2008-01-171-4/+3
* luaL_tostring -> luaL_tolstring (more generic)Roberto Ierusalimschy2008-01-031-6/+11
* avoid warnings about exit; returnRoberto Ierusalimschy2007-09-141-3/+2
* stand-alone error-message detailsRoberto Ierusalimschy2007-09-051-2/+2
* no need for ctype.hRoberto Ierusalimschy2007-08-101-2/+1
* detailRoberto Ierusalimschy2007-06-221-4/+3
* traceback function moved to auxlibRoberto Ierusalimschy2007-06-221-1/+53
* "spacial" reorganization to keep related functions in groupsRoberto Ierusalimschy2007-06-211-144/+163
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-211-85/+5
* luaL_testudata (a luaL_checkudata that does not raise errors) isRoberto Ierusalimschy2007-05-151-4/+10
* several detailsRoberto Ierusalimschy2007-04-191-15/+9
* new function luaL_tostringRoberto Ierusalimschy2007-02-071-1/+26
* detailRoberto Ierusalimschy2006-10-161-4/+4
* avoid using index 0 for free list of references (because it is notRoberto Ierusalimschy2006-09-251-2/+8
* detailRoberto Ierusalimschy2006-09-221-1/+2
* 'lua_strlen' is for compatibility onlyRoberto Ierusalimschy2006-09-181-3/+3
* detailsRoberto Ierusalimschy2006-06-221-2/+2
* BUG: luaL_checkudata may show wrong error messageRoberto Ierusalimschy2006-03-211-6/+12
* compat code should keep compatibilityRoberto Ierusalimschy2006-01-161-9/+19
* small optimizations (lua_newtable -> lua_createtable)Roberto Ierusalimschy2005-12-291-5/+13
* new macro luaL_opt to avoid evaluating defaults when no neededRoberto Ierusalimschy2005-10-211-6/+4
* access to metamethods and metafields should be rawRoberto Ierusalimschy2005-10-201-2/+3
* avoid some warningsRoberto Ierusalimschy2005-10-191-3/+3
* registry._LOADED created "on demand"Roberto Ierusalimschy2005-10-031-2/+2
* detailRoberto Ierusalimschy2005-09-061-2/+2
* detailRoberto Ierusalimschy2005-08-261-3/+3
* no more 'luaL_get/setfield' (replaced by more direct luaL_findtable)Roberto Ierusalimschy2005-08-261-42/+16
* no more '-w' option + new way to check module existenceRoberto Ierusalimschy2005-08-251-14/+15