| Commit message (Expand) | Author | Files | Lines |
2014-02-11 | keep a single list of objects to be finalized (with local and non-local | Roberto Ierusalimschy | 1 | -31/+16 |
2014-02-06 | added proper headers for a standard lib file | Roberto Ierusalimschy | 1 | -4/+11 |
2014-02-06 | C++ needs casts for arithmetic with enums | Roberto Ierusalimschy | 1 | -3/+3 |
2014-02-06 | new library: utf8 | Roberto Ierusalimschy | 4 | -6/+244 |
2014-02-06 | UTF-8 encoding exported as format '%U' in 'lua_pushfstring' | Roberto Ierusalimschy | 3 | -21/+37 |
2014-02-05 | insertion of ".0" in floats with integer values done by "luaL_tolstring", | Roberto Ierusalimschy | 2 | -17/+15 |
2014-02-05 | still accepts initial '=' for expressions, for compatibility with old | Roberto Ierusalimschy | 1 | -2/+5 |
2014-02-04 | added support for UTF-8 escapes | Roberto Ierusalimschy | 1 | -11/+45 |
2014-01-31 | simpler way to create messages for errors in escape sequences | Roberto Ierusalimschy | 2 | -28/+33 |
2014-01-27 | no more 'L' in macros "luai_num*" (several places that use those macros | Roberto Ierusalimschy | 6 | -40/+40 |
2014-01-27 | comment | Roberto Ierusalimschy | 1 | -2/+2 |
2014-01-22 | larger limit + better error messages for loop detection in inheritance | Roberto Ierusalimschy | 1 | -4/+4 |
2014-01-09 | added explicit default options to string.pack/unpack functions | Roberto Ierusalimschy | 1 | -5/+9 |
2014-01-08 | first implementation for string.pack/unpackfloat + try not to assume | Roberto Ierusalimschy | 1 | -14/+97 |
2014-01-05 | first implementation of string.packint/string.unpackint | Roberto Ierusalimschy | 1 | -1/+124 |
2014-01-05 | 'arg' arguments (previously called 'narg', 'nArg', 'numArg', etc.) | Roberto Ierusalimschy | 2 | -61/+61 |
2013-12-30 | first implementation of '<<', '>>', and '~' (bitwise not) | Roberto Ierusalimschy | 15 | -49/+139 |
2013-12-18 | small change in handling of unary operations | Roberto Ierusalimschy | 1 | -14/+13 |
2013-12-18 | first implementation of bitwise operators '&' (band), '|' (bor), | Roberto Ierusalimschy | 11 | -47/+122 |
2013-12-16 | new order for binary operations (grouping them by type of result) | Roberto Ierusalimschy | 9 | -35/+41 |
2013-12-16 | integer exponentiation with negative exponent is invalid | Roberto Ierusalimschy | 4 | -30/+32 |
2013-12-16 | new "calculator mode"; no need to add '=' to print expressions | Roberto Ierusalimschy | 1 | -18/+40 |
2013-12-13 | details | Roberto Ierusalimschy | 1 | -17/+13 |
2013-12-13 | use goto to implement a tail call in 'reallymarkobject' | Roberto Ierusalimschy | 1 | -4/+9 |
2013-12-09 | 'lua_sethook' returns void | Roberto Ierusalimschy | 2 | -5/+4 |
2013-12-04 | detail ('ttisuserdata' renamed to 'ttisfulluserdata') | Roberto Ierusalimschy | 2 | -7/+7 |
2013-11-21 | details (comments) | Roberto Ierusalimschy | 1 | -2/+2 |
2013-11-08 | new bug: Resuming the running coroutine makes it unyieldable | Roberto Ierusalimschy | 1 | -2/+32 |
2013-11-08 | bug: attempting to resume the running coroutine makes it unyieldable | Roberto Ierusalimschy | 1 | -2/+3 |
2013-11-08 | added patch for last bug | Roberto Ierusalimschy | 1 | -2/+28 |
2013-11-08 | new macro 'luai_userstateclose' (to test it is being called correctly) | Roberto Ierusalimschy | 1 | -1/+3 |
2013-11-08 | bug: should call 'luai_userstateclose' only when 'luai_userstateopen' | Roberto Ierusalimschy | 1 | -6/+8 |
2013-10-10 | "./?/init.lua" added to default path | Roberto Ierusalimschy | 1 | -3/+5 |
2013-10-07 | detail (changing some names of macros) | Roberto Ierusalimschy | 2 | -17/+17 |
2013-09-17 | CallInfo lists shrinks together with their associated stacks | Roberto Ierusalimschy | 4 | -6/+29 |
2013-09-13 | GC local pause configurable | Roberto Ierusalimschy | 6 | -35/+41 |
2013-09-11 | detail (setmetatable do not need to use a back GC barrier) | Roberto Ierusalimschy | 2 | -7/+3 |
2013-09-11 | type of 'refcount' changed to lu_mem (to ensure there will be no | Roberto Ierusalimschy | 1 | -2/+2 |
2013-09-11 | check for shrinking string table done only at the end of a GC cycle | Roberto Ierusalimschy | 2 | -8/+11 |
2013-09-11 | new names and better order for GC states (sweep first lists that | Roberto Ierusalimschy | 3 | -30/+30 |
2013-09-11 | threads are kept in a separated GC list, linked after the main thread | Roberto Ierusalimschy | 5 | -47/+47 |
2013-09-11 | detail: 'sweepstep' checks end of phase after calling 'sweeplist', so | Roberto Ierusalimschy | 1 | -6/+7 |
2013-09-11 | objects in list 'tobefnz' have a GC life-cycle like all others | Roberto Ierusalimschy | 3 | -17/+21 |
2013-09-11 | 'luaC_newobj' does not handle special cases; only special case | Roberto Ierusalimschy | 6 | -35/+31 |
2013-09-11 | more invariants added to memory check | Roberto Ierusalimschy | 1 | -3/+4 |
2013-09-05 | back to open hashing for the string table (but with a different | Roberto Ierusalimschy | 5 | -92/+61 |
2013-09-04 | better (and correct!) control of 'maybedead' | Roberto Ierusalimschy | 1 | -20/+19 |
2013-09-03 | local collection now calls finalizers | Roberto Ierusalimschy | 6 | -80/+144 |
2013-08-30 | new GC state to sweep 'localgc' list + small changes in sweep control | Roberto Ierusalimschy | 5 | -46/+48 |
2013-08-30 | bug (GC can collect long identifier during parser) + change (using | Roberto Ierusalimschy | 6 | -46/+47 |