| Commit message (Expand) | Author | Age | Files | Lines |
* | stupid bug in T.stacklevel (not in use by the tests) | Roberto Ierusalimschy | 2014-12-18 | 1 | -2/+2 |
* | new parameter for testC instruction 'pcall' (error handler) | Roberto Ierusalimschy | 2014-12-10 | 1 | -4/+4 |
* | casts ('(int)' -> 'cast_int') | Roberto Ierusalimschy | 2014-11-29 | 1 | -9/+9 |
* | clearer notation for "compare" instruction | Roberto Ierusalimschy | 2014-11-25 | 1 | -3/+6 |
* | allows calling luaL_checkstack with no message (in runC) | Roberto Ierusalimschy | 2014-11-14 | 1 | -2/+5 |
* | independent code for 'printstack' + test for panic function can | Roberto Ierusalimschy | 2014-11-11 | 1 | -17/+21 |
* | new function 'T.checkpanic' (to check panic errors) | Roberto Ierusalimschy | 2014-11-10 | 1 | -1/+52 |
* | luaL_loadbuffer replaced by luaL_loadstring (to test luaL_loadstring) | Roberto Ierusalimschy | 2014-11-10 | 1 | -4/+11 |
* | when checking thread consistency, check its entire stack (always | Roberto Ierusalimschy | 2014-11-07 | 1 | -4/+4 |
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 1 | -4/+6 |
* | comments (a few extra quotes around identifiers) | Roberto Ierusalimschy | 2014-10-30 | 1 | -2/+2 |
* | 'T.limits' reports some more useful limits | Roberto Ierusalimschy | 2014-10-27 | 1 | -2/+5 |
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 1 | -2/+2 |
* | 'lua_Kcontext' -> 'lua_KContext' | Roberto Ierusalimschy | 2014-10-07 | 1 | -3/+3 |
* | when thread yields, real "func" is in field 'extra', not in 'func' | Roberto Ierusalimschy | 2014-10-06 | 1 | -4/+8 |
* | deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) | Roberto Ierusalimschy | 2014-10-01 | 1 | -9/+9 |
* | size for array part of a table ('sizearray') changed from 'int' to | Roberto Ierusalimschy | 2014-09-04 | 1 | -3/+3 |
* | 'T.gccolor' classify dead objects too | Roberto Ierusalimschy | 2014-09-01 | 1 | -4/+7 |
* | 'lua_Ctx' -> 'lua_Kcontext' | Roberto Ierusalimschy | 2014-08-01 | 1 | -3/+3 |
* | no need for type 'pCallInfo' | Roberto Ierusalimschy | 2014-07-23 | 1 | -2/+2 |
* | 'iswhite' and related macros now can work directly on any object | Roberto Ierusalimschy | 2014-07-19 | 1 | -3/+3 |
* | type 'Udata' refers directly to structure inside the union (union | Roberto Ierusalimschy | 2014-07-18 | 1 | -2/+2 |
* | type 'TString' refers directly to the structure inside the union | Roberto Ierusalimschy | 2014-07-18 | 1 | -8/+5 |
* | added check for conversion 'obj2gco' (and corrections for small | Roberto Ierusalimschy | 2014-07-18 | 1 | -10/+11 |
* | no need for field 'gch' anymore | Roberto Ierusalimschy | 2014-07-17 | 1 | -18/+18 |
* | new type 'lua_Ctx' for continuation-function contexts (to allow type | Roberto Ierusalimschy | 2014-07-17 | 1 | -3/+3 |
* | 'requiref' checks 'package.loaded' before loading a module | Roberto Ierusalimschy | 2014-07-16 | 1 | -2/+7 |
* | unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) | Roberto Ierusalimschy | 2014-06-26 | 1 | -4/+1 |
* | detail (avoid too large macro) | Roberto Ierusalimschy | 2014-06-19 | 1 | -3/+5 |
* | macro 'checkobjref' accepts NULL (as all its uses checked for NULL | Roberto Ierusalimschy | 2014-06-17 | 1 | -21/+15 |
* | new type lua_KFunction + no more 'lua_getctx' | Roberto Ierusalimschy | 2014-06-10 | 1 | -12/+8 |
* | new API function 'lua_rotate' | Roberto Ierusalimschy | 2014-05-13 | 1 | -1/+5 |
* | 'T.totalmem' accepts 0 for unlimited memory | Roberto Ierusalimschy | 2014-05-08 | 1 | -3/+5 |
* | instructions in 'runC' sorted alphabetically + new instructions | Roberto Ierusalimschy | 2014-04-14 | 1 | -192/+198 |
* | userdata can have any Lua value as uservalue | Roberto Ierusalimschy | 2014-02-19 | 1 | -1/+4 |
* | no need to keep threads in a different GC list, now that there is the | Roberto Ierusalimschy | 2014-02-18 | 1 | -15/+5 |
* | field 'op' renamed to 'open' | Roberto Ierusalimschy | 2014-02-15 | 1 | -2/+2 |
* | no more local collection | Roberto Ierusalimschy | 2014-02-13 | 1 | -49/+18 |
* | keep a single list of objects to be finalized (with local and non-local | Roberto Ierusalimschy | 2014-02-11 | 1 | -15/+10 |
* | first implementation of '<<', '>>', and '~' (bitwise not) | Roberto Ierusalimschy | 2013-12-30 | 1 | -2/+11 |
* | first implementation of bitwise operators '&' (band), '|' (bor), | Roberto Ierusalimschy | 2013-12-18 | 1 | -2/+2 |
* | new order for binary operations (grouping them by type of result) | Roberto Ierusalimschy | 2013-12-16 | 1 | -2/+2 |
* | new names and better order for GC states (sweep first lists that | Roberto Ierusalimschy | 2013-09-11 | 1 | -6/+6 |
* | threads are kept in a separated GC list, linked after the main thread | Roberto Ierusalimschy | 2013-09-11 | 1 | -7/+12 |
* | objects in list 'tobefnz' have a GC life-cycle like all others | Roberto Ierusalimschy | 2013-09-11 | 1 | -5/+5 |
* | more invariants added to memory check | Roberto Ierusalimschy | 2013-09-11 | 1 | -3/+4 |
* | back to open hashing for the string table (but with a different | Roberto Ierusalimschy | 2013-09-05 | 1 | -8/+12 |
* | better (and correct!) control of 'maybedead' | Roberto Ierusalimschy | 2013-09-04 | 1 | -20/+19 |
* | local collection now calls finalizers | Roberto Ierusalimschy | 2013-09-03 | 1 | -33/+30 |
* | new GC state to sweep 'localgc' list + small changes in sweep control | Roberto Ierusalimschy | 2013-08-30 | 1 | -2/+3 |