summaryrefslogtreecommitdiff
path: root/lbaselib.c
Commit message (Expand)AuthorAgeFilesLines
* Bug: GC is not reentrantRoberto Ierusalimschy2021-12-131-2/+17
* Avoid overflows when incrementing parameters in CRoberto Ierusalimschy2021-09-221-1/+2
* Allow yields inside '__pairs'Roberto Ierusalimschy2021-03-291-1/+6
* Broadening the use of branch hintsRoberto Ierusalimschy2021-02-241-6/+6
* Janitorial workRoberto Ierusalimschy2021-01-251-1/+2
* Added macro 'luaL_pushfail'Roberto Ierusalimschy2019-08-161-3/+3
* Added control messages to warningsRoberto Ierusalimschy2019-08-151-2/+2
* Function 'warn' is varargRoberto Ierusalimschy2019-06-041-2/+13
* 'print' does not call 'tostring' to format its argumentsRoberto Ierusalimschy2019-04-101-11/+5
* Changes in the warning systemRoberto Ierusalimschy2019-03-141-1/+1
* Added a warning system to LuaRoberto Ierusalimschy2018-12-281-0/+8
* DetailsRoberto Ierusalimschy2018-12-111-1/+1
* Better error messages for some polymorphic functionsRoberto Ierusalimschy2018-12-101-4/+3
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* new experimental syntax using reserved word 'undef'Roberto Ierusalimschy2018-03-071-19/+1
* removed compatibility code with older versionsRoberto Ierusalimschy2018-02-271-26/+12
* metamethods for 'removekey'/'keyin'Roberto Ierusalimschy2018-02-271-5/+3
* first (parcial) implementation of 'keyin'/'removekey'Roberto Ierusalimschy2018-02-251-1/+21
* 'collectgarbage' returns old mode when changing modeRoberto Ierusalimschy2018-02-051-5/+9
* detail ('signal' -> 'sign' in comments)Roberto Ierusalimschy2017-11-161-2/+2
* new constant 'LUA_GNAME' for the name of the global table "_G"Roberto Ierusalimschy2017-06-271-3/+3
* revamping the incremental collectorRoberto Ierusalimschy2017-05-261-6/+33
* generational collection: new attempt (still incomplete)Roberto Ierusalimschy2017-02-231-3/+3
* bug (with compat on): 'ipairs' can work with any type that providesRoberto Ierusalimschy2016-09-051-2/+2
* details ('error' does not coerce numbers to strings + comments)Roberto Ierusalimschy2016-04-111-6/+5
* with 'fast tracks', there is no need to do raw accesses in 'ipairs'Roberto Ierusalimschy2015-10-291-19/+6
* with string cache, it is not that important for 'type' to avoidRoberto Ierusalimschy2015-06-261-13/+5
* details (avoid 'lint' warnings)Roberto Ierusalimschy2015-03-281-2/+2
* 'ipairs' needs an argumentRoberto Ierusalimschy2014-12-101-1/+2
* 'assert' checks that it has (at least) one parameter + 'assert' ensuresRoberto Ierusalimschy2014-12-081-4/+5
* removed unneeded test (result of b_str2int is already checkedRoberto Ierusalimschy2014-11-101-3/+1
* added include for 'lprefix.h', for stuff that must be added beforeRoberto Ierusalimschy2014-11-021-4/+5
* definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror'Roberto Ierusalimschy2014-10-291-4/+4
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-251-2/+2
* 'lua_stringtonum' -> 'lua_stringtonumber'Roberto Ierusalimschy2014-10-171-2/+2
* macros 'LUA_QL'/'LUA_QL' deprecatedRoberto Ierusalimschy2014-10-171-3/+2
* 'lua_strtonum' -> 'lua_stringtonum'Roberto Ierusalimschy2014-10-151-2/+2
* 'lua_Kcontext' -> 'lua_KContext'Roberto Ierusalimschy2014-10-071-3/+3
* deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)Roberto Ierusalimschy2014-10-011-9/+9
* 'ipairs' always stops at first nil elementRoberto Ierusalimschy2014-09-301-14/+5
* 'luaL_getmetafield' returns type of metafield (instead of a boolean)Roberto Ierusalimschy2014-09-221-5/+5
* new functions 'lua_geti/lua_seti' (non raw)Roberto Ierusalimschy2014-08-211-3/+2
* 'lua_Ctx' -> 'lua_Kcontext'Roberto Ierusalimschy2014-08-011-3/+3
* added cast to avoid warningRoberto Ierusalimschy2014-08-011-2/+2
* 'ipairs' respects metamethodsRoberto Ierusalimschy2014-07-241-5/+41
* new type 'lua_Ctx' for continuation-function contexts (to allow typeRoberto Ierusalimschy2014-07-171-3/+3
* function 'type' keeps type names as upvalues to avoid creating stringsRoberto Ierusalimschy2014-07-161-8/+21
* detail (typos in comments)Roberto Ierusalimschy2014-06-301-2/+2
* new type lua_KFunction + no more 'lua_getctx'Roberto Ierusalimschy2014-06-101-25/+15
* 'assert' does not assume that the error object is a stringRoberto Ierusalimschy2014-06-021-4/+9