Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-03-21 | detail (avoid unnecessary "unconst" in cast) | Roberto Ierusalimschy | 1 | -2/+2 | |
2013-03-20 | detail (error message) | Roberto Ierusalimschy | 1 | -3/+2 | |
2013-03-19 | detail (avoiding warnings) | Roberto Ierusalimschy | 1 | -3/+5 | |
2013-03-16 | macro 'lua_checkmode' + typos in comments | Roberto Ierusalimschy | 1 | -2/+10 | |
2013-03-16 | typos in comments | Roberto Ierusalimschy | 6 | -13/+13 | |
2013-03-15 | cast to avoid warnings | Roberto Ierusalimschy | 1 | -2/+2 | |
2013-03-15 | added two more commented warning options (just to know about them) | Roberto Ierusalimschy | 1 | -0/+2 | |
2013-03-15 | export 'lua_ident' to avoid it being removed by C++ linker | Roberto Ierusalimschy | 1 | -1/+6 | |
2013-03-07 | second parameter to 'ldexp' is an integer | Roberto Ierusalimschy | 1 | -2/+2 | |
2013-03-07 | no need to handle 0 as a special case in 'table.remove' | Roberto Ierusalimschy | 1 | -3/+1 | |
2013-02-21 | added 'return' (when possible) to calls to error functions | Roberto Ierusalimschy | 3 | -6/+7 | |
2013-02-20 | 'l_tg' was renamed to 'l_mathop' and this use was not corrected at | Roberto Ierusalimschy | 2 | -4/+4 | |
the time | |||||
2013-02-20 | typo in comment | Roberto Ierusalimschy | 1 | -2/+2 | |
2013-02-19 | new release number + copyright year | Roberto Ierusalimschy | 1 | -4/+4 | |
2013-02-07 | details (5.2 corrected to 5.2.0) | Roberto Ierusalimschy | 1 | -4/+4 | |
2013-02-06 | better error checking for 'table.insert' and 'table.remove' | Roberto Ierusalimschy | 1 | -10/+12 | |
2013-02-06 | comments | Roberto Ierusalimschy | 1 | -3/+6 | |
2013-01-29 | small improvement in the support of 'float' as lua_Number | Roberto Ierusalimschy | 4 | -46/+48 | |
2013-01-08 | detail | Roberto Ierusalimschy | 2 | -5/+4 | |
2012-12-05 | added some comments | Roberto Ierusalimschy | 1 | -4/+4 | |
2012-12-05 | added comment | Roberto Ierusalimschy | 1 | -2/+3 | |
2012-12-05 | missing brackets in 'if' body (no bug, only 'luaC_checkfinalizer' is | Roberto Ierusalimschy | 1 | -2/+3 | |
called to do nothing) | |||||
2012-12-03 | Bug: load/loadfile returns wrong result when given an environment | Roberto Ierusalimschy | 2 | -19/+74 | |
for a binary chunk with no upvalues | |||||
2012-11-14 | avoids warning with 'clang' + comment explaining macro | Roberto Ierusalimschy | 1 | -4/+11 | |
2012-11-04 | removed unreacheable 'lua_unlock' | Roberto Ierusalimschy | 1 | -2/+2 | |
2012-10-19 | more precise control for GC pause (based on threshold) | Roberto Ierusalimschy | 1 | -19/+27 | |
2012-10-19 | error message for 'bad self' includes original 'extramsg' | Roberto Ierusalimschy | 1 | -2/+3 | |
2012-10-19 | error message in 'os.rename' does not include file name, because error | Roberto Ierusalimschy | 1 | -2/+2 | |
may be caused both by 'fromname' or 'toname' | |||||
2012-10-19 | API functions get acceptable indices except when not possible (when | Roberto Ierusalimschy | 1 | -15/+16 | |
they modify the value at that index) + new macro 'ispseudo' + specific test 'api_checkstackindex' | |||||
2012-10-03 | open upvalues cannot be old if thread is not old; when thread is old, | Roberto Ierusalimschy | 2 | -6/+4 | |
their list is not traversed anymore, and therefore can contain dead elements. | |||||
2012-10-03 | removed commented-out line (for debugging) | Roberto Ierusalimschy | 1 | -2/+1 | |
2012-10-02 | cast to avoid warning in some compilers (size_t x unsigned int) | Roberto Ierusalimschy | 1 | -2/+2 | |
2012-10-02 | cast in 'luai_makeseed' now casts to needed type | Roberto Ierusalimschy | 1 | -2/+2 | |
2012-10-02 | macro 'lua_number2unsigned' also needs proper definition if | Roberto Ierusalimschy | 1 | -2/+2 | |
lua_Number is float | |||||
2012-10-01 | LUA_CORE condition removed from definition of some 'tricks' (as it | Roberto Ierusalimschy | 2 | -7/+6 | |
controlled only a few other defines) + MS_ASMTRICK renamed to LUA_MSASMTRICK | |||||
2012-10-01 | 'pcall' may not restore previous error function when | Roberto Ierusalimschy | 1 | -2/+97 | |
inside coroutines + Check for garbage collector in function calls does not cover all paths | |||||
2012-10-01 | BUG: 'pcall' may not restore previous error function when | Roberto Ierusalimschy | 1 | -2/+6 | |
inside coroutines | |||||
2012-09-29 | pops the string from 'get_prompt' only after using it | Roberto Ierusalimschy | 1 | -3/+4 | |
2012-09-24 | typo in comment | Roberto Ierusalimschy | 1 | -2/+2 | |
2012-09-11 | detail | Roberto Ierusalimschy | 1 | -3/+3 | |
2012-09-11 | no more macro 'changenvalue' | Roberto Ierusalimschy | 2 | -7/+4 | |
2012-09-11 | small bug: generational mode is always in 'propagate' mode only | Roberto Ierusalimschy | 2 | -10/+21 | |
outside the collector: during collection of course it must go to other modes. | |||||
2012-09-11 | more regularity for field 'fix' | Roberto Ierusalimschy | 1 | -12/+19 | |
2012-08-28 | checks garbage collector every time it calls a function (as the | Roberto Ierusalimschy | 1 | -3/+4 | |
stack can grow and so allocates more memory) | |||||
2012-08-16 | remove of unecessary luaD_checkstack. (In some cases, C should | Roberto Ierusalimschy | 5 | -23/+19 | |
ensure stack space; in others, Lua can use the extra slots for temporary values.) | |||||
2012-08-16 | details (no need to use lua_pushfstring for plain strings) | Roberto Ierusalimschy | 1 | -3/+3 | |
2012-08-14 | details (remove of some extra spaces) | Roberto Ierusalimschy | 4 | -11/+11 | |
2012-08-06 | detail (avoid being picky about conversion from 'unsigned char' | Roberto Ierusalimschy | 1 | -2/+2 | |
to 'int') | |||||
2012-07-31 | Bug: Some patterns can overflow the C stack, due to recursion | Roberto Ierusalimschy | 1 | -77/+124 | |
(Took the opportunity to refactor function 'match') | |||||
2012-07-13 | typo | Roberto Ierusalimschy | 1 | -2/+2 | |