summaryrefslogtreecommitdiff
path: root/lbaselib.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* small bug: a reader function should not modify the Lua stackRoberto Ierusalimschy2012-04-271-1/+2
* unused variable removedRoberto Ierusalimschy2011-11-301-3/+2
* avoid 'return' "to avoid warnings"Roberto Ierusalimschy2011-11-301-8/+4
* 'lua_load' has an extra argument 'mode'Roberto Ierusalimschy2011-11-291-31/+4
* options for 'collectgarbage' renamed: "inc" -> "incremental";Roberto Ierusalimschy2011-11-231-2/+2
* new function 'luaL_loadfilex'Roberto Ierusalimschy2011-11-141-7/+14
* make treatment of 'pcall' and 'xpcall' more similarRoberto Ierusalimschy2011-11-091-14/+11
* refactoring of common parts of 'pcall' and 'xpcall' + avoidsRoberto Ierusalimschy2011-11-091-16/+21
* lint (unused struct field)Roberto Ierusalimschy2011-09-301-2/+1
* tonumber: base 10 is not special, no base isRoberto Ierusalimschy2011-07-271-8/+10
* removed and deprecated functions really removed from the code baseRoberto Ierusalimschy2011-07-051-17/+4
* 'deprecated' x 'removed' (they are not the same thing)Roberto Ierusalimschy2011-07-021-6/+6
* avoid conversion from 'const char*' to 'void *' (warning about 'const')Roberto Ierusalimschy2011-06-161-6/+15
* new macro 'luai_writeline' to print newlines (and flush 'stdout')Roberto Ierusalimschy2011-05-261-4/+4
* small problems with 'luaone.c'Roberto Ierusalimschy2011-02-281-2/+2
* detail (cleaning trailing spaces)Roberto Ierusalimschy2011-01-261-2/+2
* new function 'rawlen'Roberto Ierusalimschy2011-01-071-1/+11
* own implementation of 'tunumber', so that it works correctly withRoberto Ierusalimschy2010-12-271-18/+24
* removed 'newproxy'Roberto Ierusalimschy2010-12-171-37/+1
* 'loadin' -> 'load'Roberto Ierusalimschy2010-12-131-44/+29
* 'loadstring' deprecated; use 'load' insteadRoberto Ierusalimschy2010-12-081-12/+11
* commentRoberto Ierusalimschy2010-12-071-2/+2
* using 'strspn' to skip spaces in 'tonumber'Roberto Ierusalimschy2010-12-061-5/+9
* correct handling of negative numbers in non-10 bases by 'tonumber'Roberto Ierusalimschy2010-10-281-2/+5
* 'loadin' should not check whether upvalue is called '_ENV',Roberto Ierusalimschy2010-09-071-5/+3
* name "_ENV" configurable through 'luaconf.h'Roberto Ierusalimschy2010-09-071-2/+2
* new parameter 'majorinc' to control frequency of major collectionsRoberto Ierusalimschy2010-09-031-4/+4
* 'loadin' should accept any value for the environment (not only tables) +Roberto Ierusalimschy2010-08-231-3/+6
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-021-2/+2
* 'ipair' is backRoberto Ierusalimschy2010-06-131-12/+2
* 'coroutine' library separated from 'baselib'Roberto Ierusalimschy2010-06-101-146/+3
* 'gcinfo' was deprecated in version 5.0.Roberto Ierusalimschy2010-04-191-8/+1
* with light C functions, 'pairs' does not need to keep 'next' as anRoberto Ierusalimschy2010-04-191-18/+8
* option to return GC to normal (incremental, non generational) modeRoberto Ierusalimschy2010-04-021-3/+4
* no more fenvs!Roberto Ierusalimschy2010-03-261-39/+1
* draft version of a generational mode for garbage collection. (Not wellRoberto Ierusalimschy2010-03-221-3/+3
* 'ipairs' is deprecatedRoberto Ierusalimschy2010-03-191-1/+13
* better definitions for lua_[gs]etglobal + less uses of ENVIRONINDEXRoberto Ierusalimschy2010-03-131-5/+6
* first version of _ENV; no more global variablesRoberto Ierusalimschy2010-03-121-2/+2
* 'unpack' moved to table library (and therefore "renamed" toRoberto Ierusalimschy2009-12-281-18/+1
* no more pseudoindex LUA_GLOBALSINDEX; global table now accessibleRoberto Ierusalimschy2009-12-221-7/+7
* 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len'Roberto Ierusalimschy2009-12-171-3/+3
* detail ('lua_tolstring' instead of lua_objlen)Roberto Ierusalimschy2009-12-151-3/+4
* avoid using deprecated macros lua_[gs]etglobalRoberto Ierusalimschy2009-12-111-5/+5
* detail (lua_resume should empty coroutine stack even if they do notRoberto Ierusalimschy2009-12-101-1/+2
* coroutines may have C bodiesRoberto Ierusalimschy2009-11-271-3/+2
* comment typosRoberto Ierusalimschy2009-11-261-2/+2
* new scheme for debug info about tail calls: no more 'fake' stack entries,Roberto Ierusalimschy2009-11-251-3/+1
* new mark LUAMOD_API for all luaopen_* functionsRoberto Ierusalimschy2009-11-241-2/+2
* commentsRoberto Ierusalimschy2009-11-191-4/+4