summaryrefslogtreecommitdiff
path: root/lbaselib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* new mark LUAMOD_API for all luaopen_* functionsRoberto Ierusalimschy2009-11-241-2/+2
* commentsRoberto Ierusalimschy2009-11-191-4/+4
* functions 'getfenv' and 'setfenv' are deprecatedRoberto Ierusalimschy2009-11-161-3/+14
* new function 'loadin'Roberto Ierusalimschy2009-11-131-23/+61
* new option 'isrunning' for 'lua_gc' (and 'collectgarbage')Roberto Ierusalimschy2009-11-091-7/+8
* no more one environment per thread: all threads share a single globalRoberto Ierusalimschy2009-10-231-10/+3
* 'ipairs' goes until length of array instead of stopping at the first nilRoberto Ierusalimschy2009-10-231-2/+2
* new function lua_copyRoberto Ierusalimschy2009-10-051-3/+2
* 'collectgarbage"count"' returns a second argument with the count%1024.Roberto Ierusalimschy2009-08-041-2/+3
* calls with LUA_MULTRET may leave no free slots in the stackRoberto Ierusalimschy2009-07-151-1/+3
* errors in 'resume' should be all protectedRoberto Ierusalimschy2009-07-081-5/+9
* first implementation of yieldable 'pcall'Roberto Ierusalimschy2009-04-081-3/+16
* 'context' added to suspendable callsRoberto Ierusalimschy2009-03-231-2/+2
* missing argument to 'assert' raises "assertion failed" errorRoberto Ierusalimschy2009-03-161-2/+1
* new optional argument to 'load', to control allowed modes (binary orRoberto Ierusalimschy2009-03-131-15/+41
* yielding across lua_call (first version)Roberto Ierusalimschy2009-03-101-3/+8
* 'writestring' changed into a configurable macroRoberto Ierusalimschy2009-02-071-17/+4
* avoid using 'fputs' in 'print' to avoid problems with embedded zerosRoberto Ierusalimschy2009-02-061-6/+12
* do not use compatibility macros in LuaRoberto Ierusalimschy2008-07-111-2/+2
* useless #include removed (pointed by lint)Roberto Ierusalimschy2008-07-031-2/+1
* 'coroutine.running' should work for the main thread tooRoberto Ierusalimschy2008-02-251-4/+4
* proxies must be created with a __gc field in their metatables to workRoberto Ierusalimschy2008-02-191-2/+4
* bug: unpack with maximum indices may crash due to arithmetic overflowRoberto Ierusalimschy2008-02-141-4/+6
* bug: auxresume should reserve stack space for boolean resultRoberto Ierusalimschy2008-02-111-2/+2
* luaL_tostring -> luaL_tolstring (more generic)Roberto Ierusalimschy2008-01-031-2/+2
* detailsRoberto Ierusalimschy2007-11-281-10/+11
* detailRoberto Ierusalimschy2007-10-251-2/+2
* new metamethods for '__pairs' and '__ipairs'Roberto Ierusalimschy2007-10-171-11/+19
* clearing some old compatibility codeRoberto Ierusalimschy2007-06-211-2/+2
* BUG: setfenv accepts invalid argumentRoberto Ierusalimschy2007-02-091-5/+5
* new function luaL_tostringRoberto Ierusalimschy2007-02-071-20/+2
* xpcall now may get arguments to function to be calledRoberto Ierusalimschy2006-10-241-5/+8
* detailRoberto Ierusalimschy2006-10-201-3/+3
* new constant LUA_OKRoberto Ierusalimschy2006-10-101-8/+8
* 'coroutine.running' should return nil (instead of nothing) for main threadRoberto Ierusalimschy2006-09-111-4/+3
* new macro LUA_RELEASERoberto Ierusalimschy2006-06-021-2/+2
* new version numberRoberto Ierusalimschy2006-05-311-2/+2
* detailRoberto Ierusalimschy2006-01-181-2/+2
* small optimizations (lua_newtable -> lua_createtable)Roberto Ierusalimschy2005-12-291-2/+2
* collectgarbage"count" returns kilobytes (where K = 1024)Roberto Ierusalimschy2005-12-271-2/+2
* new macro luaL_opt to avoid evaluating defaults when no neededRoberto Ierusalimschy2005-10-211-6/+4
* more precision for gc countRoberto Ierusalimschy2005-10-201-4/+18
* registry._LOADED created "on demand" and baselib created as module _GRoberto Ierusalimschy2005-10-031-9/+6
* 'select' accepts negative indicesRoberto Ierusalimschy2005-09-161-3/+4
* detailRoberto Ierusalimschy2005-08-261-3/+3
* luaL_openlib -> luaL_register, luaL_putchar -> luaL_addcharRoberto Ierusalimschy2005-08-151-3/+3
* no more path for loadfile + function lists sortedRoberto Ierusalimschy2005-07-121-28/+20
* more "polite" way to change a thread's environmentRoberto Ierusalimschy2005-07-071-3/+6
* luaL_findstring -> luaL_checkoptionRoberto Ierusalimschy2005-05-251-3/+2
* detailsRoberto Ierusalimschy2005-05-201-9/+1