| Commit message (Expand) | Author | Files | Lines |
2011-02-04 | first implementation of 'goto' | Roberto Ierusalimschy | 4 | -23/+227 |
2011-02-02 | new reserved word 'goto' | Roberto Ierusalimschy | 2 | -4/+4 |
2011-02-01 | avoid extra increment to 'savedpc' when jumping | Roberto Ierusalimschy | 1 | -15/+20 |
2011-02-01 | new scheme to close upvalues in 'break'; jump instructions may | Roberto Ierusalimschy | 5 | -21/+41 |
2011-02-01 | better control for GC running or stopped | Roberto Ierusalimschy | 1 | -2/+2 |
2011-01-31 | bug: problem with optimizations of short-circuit logic | Roberto Ierusalimschy | 1 | -2/+45 |
2011-01-31 | bug in some short-circuit optimizations | Roberto Ierusalimschy | 1 | -21/+7 |
2011-01-26 | detail (cleaning trailing spaces) | Roberto Ierusalimschy | 10 | -24/+24 |
2011-01-12 | 'sep' argument to 'string.rep' + 'string.rep' preallocates entire | Roberto Ierusalimschy | 1 | -9/+23 |
2011-01-10 | 'luaL_findtable' returns boolean about whether it created a new | Roberto Ierusalimschy | 2 | -5/+6 |
2011-01-10 | using 'luaL_findtable' to manage hook table | Roberto Ierusalimschy | 1 | -17/+6 |
2011-01-07 | optional argument 'sep' to 'searchpath' | Roberto Ierusalimschy | 1 | -5/+9 |
2011-01-07 | prototype for 'luaO_ceillog2' was different from definition | Roberto Ierusalimschy | 1 | -2/+2 |
2011-01-07 | new function 'rawlen' | Roberto Ierusalimschy | 1 | -1/+11 |
2010-12-29 | full collection does not restart collector + avoid changing GC | Roberto Ierusalimschy | 3 | -20/+25 |
2010-12-27 | own implementation of 'tunumber', so that it works correctly with | Roberto Ierusalimschy | 1 | -18/+24 |
2010-12-23 | more efficient hash for numbers in IEEE754 machines | Roberto Ierusalimschy | 1 | -9/+10 |
2010-12-20 | change in the relationship between totalbytes and GCdebt - luaM_realloc_ | Roberto Ierusalimschy | 5 | -26/+35 |
2010-12-20 | better control for GC running or stopped | Roberto Ierusalimschy | 6 | -31/+31 |
2010-12-20 | error when indexing strings with invalid keys | Roberto Ierusalimschy | 1 | -7/+19 |
2010-12-20 | 'debug.setmetatable' returns object (like 'setmetatable') | Roberto Ierusalimschy | 1 | -3/+3 |
2010-12-17 | removed 'newproxy' | Roberto Ierusalimschy | 1 | -37/+1 |
2010-12-17 | allows number of bits used by the library to be changed from outside | Roberto Ierusalimschy | 1 | -11/+14 |
2010-12-17 | table library respects '#' metamethods | Roberto Ierusalimschy | 1 | -4/+4 |
2010-12-17 | GC does not mark dead registers inside activation record | Roberto Ierusalimschy | 1 | -6/+21 |
2010-12-17 | new closures are always created on "next" register (so that GC knows | Roberto Ierusalimschy | 1 | -9/+6 |
2010-12-17 | new macro 'luaC_condGC' to allow extra code to be run in case | Roberto Ierusalimschy | 1 | -2/+4 |
2010-12-15 | comment | Roberto Ierusalimschy | 1 | -2/+2 |
2010-12-13 | 'loadin' -> 'load' | Roberto Ierusalimschy | 1 | -44/+29 |
2010-12-10 | official support for floating hexa numerals | Roberto Ierusalimschy | 3 | -13/+99 |
2010-12-10 | 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) | Roberto Ierusalimschy | 2 | -10/+4 |
2010-12-10 | new macro 'cast_uchar' | Roberto Ierusalimschy | 2 | -4/+5 |
2010-12-08 | 'loadstring' deprecated; use 'load' instead | Roberto Ierusalimschy | 2 | -13/+18 |
2010-12-07 | comment | Roberto Ierusalimschy | 1 | -2/+2 |
2010-12-06 | detection of erroneous numeric strings with \0 (such as "1\0") | Roberto Ierusalimschy | 4 | -13/+17 |
2010-12-06 | using 'strspn' to skip spaces in 'tonumber' | Roberto Ierusalimschy | 1 | -5/+9 |
2010-12-03 | 'printf' replaced by 'luai_writestring' | Roberto Ierusalimschy | 1 | -2/+2 |
2010-12-03 | 'micro' bug: when closing state, old objects are finalized (breaking | Roberto Ierusalimschy | 1 | -5/+8 |
2010-12-02 | comments | Roberto Ierusalimschy | 1 | -3/+3 |
2010-11-30 | getlocal/setlocal can access vararg parameters | Roberto Ierusalimschy | 1 | -9/+22 |
2010-11-29 | new functions 'extract' and 'replace' | Roberto Ierusalimschy | 1 | -13/+56 |
2010-11-26 | finalizers (__gc) for tables | Roberto Ierusalimschy | 7 | -57/+63 |
2010-11-23 | removed deprecated functions getn-foreach-foreachiv5.2-alpha | Roberto Ierusalimschy | 1 | -53/+7 |
2010-11-22 | 'test' -> 'btest' | Roberto Ierusalimschy | 1 | -2/+2 |
2010-11-22 | conventional names for bitwise operators | Roberto Ierusalimschy | 1 | -13/+13 |
2010-11-19 | 'gfind' was deprecated in 5.1 | Roberto Ierusalimschy | 1 | -8/+1 |
2010-11-18 | keep 'seminfo->ts' even for reserved words, just in case | Roberto Ierusalimschy | 1 | -2/+2 |
2010-11-18 | avoid "unreacheable code" warnings | Roberto Ierusalimschy | 1 | -4/+5 |
2010-11-16 | small bug: 'find' did not detect magic chars after a \0 in a pattern | Roberto Ierusalimschy | 1 | -3/+15 |
2010-11-16 | comment about compatibility-only functions | Roberto Ierusalimschy | 1 | -3/+5 |