| Commit message (Expand) | Author | Age | Files | Lines |
* | better control in 'totalmem' over choosing counters | Roberto Ierusalimschy | 2010-04-12 | 1 | -8/+18 |
* | check memory allows strings to live in the main GC list (it should | Roberto Ierusalimschy | 2010-04-12 | 1 | -1/+2 |
* | global table now is only kept in the registry | Roberto Ierusalimschy | 2010-03-29 | 1 | -2/+1 |
* | no more fenvs! | Roberto Ierusalimschy | 2010-03-26 | 1 | -3/+7 |
* | 'mainthread' is not inserted in the 'allgc' list anymore, but swept | Roberto Ierusalimschy | 2010-03-25 | 1 | -4/+3 |
* | userdata with finalizers are kept in a separated list ('udgc'), instead | Roberto Ierusalimschy | 2010-03-24 | 1 | -4/+4 |
* | "no value" added to array luaT_typenames + occurrences of "userdata" | Roberto Ierusalimschy | 2010-01-13 | 1 | -10/+3 |
* | no more pseudoindex LUA_GLOBALSINDEX; global table now accessible | Roberto Ierusalimschy | 2009-12-22 | 1 | -4/+4 |
* | 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' | Roberto Ierusalimschy | 2009-12-17 | 1 | -5/+11 |
* | allocator function receives the tag of object being allocated in 'osize' | Roberto Ierusalimschy | 2009-12-17 | 1 | -4/+10 |
* | new function 'luaC_runtilstate' to advance GC until a "valid" state | Roberto Ierusalimschy | 2009-12-11 | 1 | -1/+4 |
* | several new features in testC to allow better testing of lua_resume | Roberto Ierusalimschy | 2009-12-10 | 1 | -27/+62 |
* | strings in C scripts may be delimited by quotes + new functionality to | Roberto Ierusalimschy | 2009-12-01 | 1 | -16/+76 |
* | continuations may be upvalues too | Roberto Ierusalimschy | 2009-11-27 | 1 | -4/+5 |
* | macro 'checkvalref' redefined as function (to avoid too long macros) | Roberto Ierusalimschy | 2009-11-06 | 1 | -3/+6 |
* | better control over accesses to TValue fields | Roberto Ierusalimschy | 2009-11-05 | 1 | -3/+3 |
* | no more one environment per thread: all threads share a single global | Roberto Ierusalimschy | 2009-10-23 | 1 | -2/+3 |
* | parser keeps list of active local variables in a single dynamic array, | Roberto Ierusalimschy | 2009-10-11 | 1 | -2/+1 |
* | new function lua_copy | Roberto Ierusalimschy | 2009-10-05 | 1 | -1/+5 |
* | a few more instructions to testC (func2udata and getfield) | Roberto Ierusalimschy | 2009-09-30 | 1 | -1/+9 |
* | information about upvalues (where they come from) kept in Proto structure, | Roberto Ierusalimschy | 2009-09-28 | 1 | -5/+4 |
* | 'lua_mainthread' replaced by new preregistered value LUA_RIDX_MAINTHREAD | Roberto Ierusalimschy | 2009-09-17 | 1 | -3/+5 |
* | first implementation of 'lua_yieldk' (yield with continuation) | Roberto Ierusalimschy | 2009-09-14 | 1 | -2/+12 |
* | extra facilities to testC: comments + commands print, callk and yield + | Roberto Ierusalimschy | 2009-09-09 | 1 | -5/+35 |
* | better machinery to test continuations in the C API | Roberto Ierusalimschy | 2009-08-26 | 1 | -1/+24 |
* | new macro 'getproto' | Roberto Ierusalimschy | 2009-07-15 | 1 | -4/+4 |
* | new way to control stack overflow, controling only total size of the stack | Roberto Ierusalimschy | 2009-07-15 | 1 | -2/+1 |
* | new functions 'lua_arith' and 'lua_compare' | Roberto Ierusalimschy | 2009-06-17 | 1 | -6/+10 |
* | new API function 'lua_mainthread' | Roberto Ierusalimschy | 2009-06-15 | 1 | -1/+3 |
* | 'getline' renamed to 'getfuncline' (to avoid problems with POSIX) | Roberto Ierusalimschy | 2009-06-10 | 1 | -2/+2 |
* | no more L->base + ci->base only for Lua functions (C functions may use | Roberto Ierusalimschy | 2009-06-01 | 1 | -3/+3 |
* | several small improvements based on 'ci' being fixed now (including | Roberto Ierusalimschy | 2009-04-17 | 1 | -14/+12 |
* | 'CallInfo' stack implemented as double-linked list instead of an array | Roberto Ierusalimschy | 2009-04-17 | 1 | -11/+7 |
* | new function 'T.makeCfunc' (for later use) | Roberto Ierusalimschy | 2009-04-14 | 1 | -16/+38 |
* | new states have a reasonable panic function + | Roberto Ierusalimschy | 2009-03-03 | 1 | -4/+18 |
* | Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) | Roberto Ierusalimschy | 2009-02-19 | 1 | -3/+3 |
* | using light userdata to represent "remote" states | Roberto Ierusalimschy | 2009-02-18 | 1 | -8/+14 |
* | detail (added 'UNUSED' to unused argument) | Roberto Ierusalimschy | 2008-10-28 | 1 | -1/+2 |
* | better control of call status through CallInfo | Roberto Ierusalimschy | 2008-08-26 | 1 | -2/+2 |
* | small bug: lua_resume returning LUA_YIELD is not an error | Roberto Ierusalimschy | 2008-08-13 | 1 | -2/+2 |
* | simplification in the handling of finalizers: no more 'tmudata' list + | Roberto Ierusalimschy | 2008-06-26 | 1 | -5/+9 |
* | "test trick" seems more useful with pointers instead of integers | Roberto Ierusalimschy | 2008-06-23 | 1 | -3/+3 |
* | removed static variable lua_state (not used) | Roberto Ierusalimschy | 2008-06-13 | 1 | -4/+1 |
* | 'luaL_gsub' moved into 'testC' (all auxlib should be tested through 'testC') | Roberto Ierusalimschy | 2008-06-13 | 1 | -23/+7 |
* | extra options in 'testC' for newmetatable and testudata | Roberto Ierusalimschy | 2008-06-12 | 1 | -1/+8 |
* | SETLIST extra argument now is an "instruction" (OP_EXTRAARG) | Roberto Ierusalimschy | 2008-04-02 | 1 | -1/+4 |
* | userdata with finalizers are kept in a separated list | Roberto Ierusalimschy | 2008-02-19 | 1 | -15/+17 |
* | in 'testC', booleans should be represented by booean values | Roberto Ierusalimschy | 2008-02-11 | 1 | -11/+11 |
* | new instructions 'newtable' and 'checkstack' in 'testC' | Roberto Ierusalimschy | 2008-02-11 | 1 | -1/+8 |
* | use prefix in extern names, even those in test files | Roberto Ierusalimschy | 2007-11-12 | 1 | -11/+11 |