| Commit message (Expand) | Author | Files | Lines |
2014-02-26 | removal of weird construction in definition of LUA_STRFTIMEOPTIONS | Roberto Ierusalimschy | 1 | -3/+3 |
2014-02-26 | more uniformity for defining system-dependent features | Roberto Ierusalimschy | 6 | -65/+101 |
2014-02-26 | detail (comments) | Roberto Ierusalimschy | 1 | -9/+9 |
2014-02-26 | added macro MAX_UINTEGER | Roberto Ierusalimschy | 1 | -3/+5 |
2014-02-26 | detail (comment) | Roberto Ierusalimschy | 1 | -2/+6 |
2014-02-25 | detail (unknown lines are marked as -1, not 0) | Roberto Ierusalimschy | 1 | -2/+2 |
2014-02-25 | added 'stip' parameter to lua_dump/string.dump | Roberto Ierusalimschy | 1 | -4/+4 |
2014-02-25 | added 'strip' parameter to lua_dump/string.dump | Roberto Ierusalimschy | 2 | -4/+5 |
2014-02-21 | 'read_all' does not need to grow buffer, as 'luaL_prepbuffsize' | Roberto Ierusalimschy | 1 | -11/+6 |
2014-02-19 | userdata can have any Lua value as uservalue | Roberto Ierusalimschy | 7 | -30/+37 |
2014-02-19 | detail (better error messages for light userdata) | Roberto Ierusalimschy | 1 | -1/+3 |
2014-02-18 | no need to keep threads in a different GC list, now that there is the | Roberto Ierusalimschy | 5 | -33/+17 |
2014-02-18 | new list 'twups' to allow traversal of upvalues from dead threads | Roberto Ierusalimschy | 5 | -17/+58 |
2014-02-15 | field 'op' renamed to 'open' | Roberto Ierusalimschy | 6 | -17/+17 |
2014-02-14 | no more second result from 'collectgarbage"count"' (as Lua seldom | Roberto Ierusalimschy | 1 | -4/+3 |
2014-02-14 | change in the way 'collectgarbage("step", size)' interprets 'size' | Roberto Ierusalimschy | 3 | -24/+23 |
2014-02-14 | new syntax for Unicode escape '\u{012F}' | Roberto Ierusalimschy | 1 | -5/+8 |
2014-02-13 | limit to 'gcstepmul' imposed by 'lua_gc' (+ some details in 'lgc.c') | Roberto Ierusalimschy | 2 | -12/+20 |
2014-02-13 | better control for number of finalizers called at each GC cycle | Roberto Ierusalimschy | 4 | -31/+52 |
2014-02-13 | no more local collection | Roberto Ierusalimschy | 10 | -263/+69 |
2014-02-11 | new field '__name' in metatables to help better error messages | Roberto Ierusalimschy | 1 | -3/+11 |
2014-02-11 | detail (better presentation for 'luaC_step') | Roberto Ierusalimschy | 1 | -12/+11 |
2014-02-11 | keep a single list of objects to be finalized (with local and non-local | Roberto Ierusalimschy | 5 | -60/+37 |
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 |