| Commit message (Expand) | Author | Age | Files | Lines |
* | Undo change in the handling of 'L->top' (commit b80077b8f3) | Roberto Ierusalimschy | 2019-08-29 | 1 | -2/+0 |
* | Change in the handling of 'L->top' when calling metamethods | Roberto Ierusalimschy | 2019-07-26 | 1 | -0/+2 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -26/+0 |
* | Details | Roberto Ierusalimschy | 2019-06-03 | 1 | -9/+9 |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 1 | -2/+2 |
* | A few more improvements in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-05-03 | 1 | -29/+37 |
* | Some more small improvements to 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-26 | 1 | -54/+68 |
* | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-24 | 1 | -37/+107 |
* | Added field 'srclen' to structure 'lua_Debug' | Roberto Ierusalimschy | 2019-04-04 | 1 | -15/+12 |
* | Changes in the validation of UTF-8 | Roberto Ierusalimschy | 2019-03-15 | 1 | -3/+3 |
* | New macros for arithmetic/bitwise operations in 'luaV_execute' | Roberto Ierusalimschy | 2018-11-05 | 1 | -1/+1 |
* | Corrections in the implementation of '%' for floats. | Roberto Ierusalimschy | 2018-08-28 | 1 | -5/+1 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | no more 'luaO_nilobject' to avoid comparison of global variable addresses | Roberto Ierusalimschy | 2018-06-01 | 1 | -5/+1 |
* | 'luaO_pushvfstring' does not need to reallocate stack | Roberto Ierusalimschy | 2018-04-25 | 1 | -10/+12 |
* | removed compatibility code with older versions | Roberto Ierusalimschy | 2018-02-27 | 1 | -3/+1 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -8/+8 |
* | typos in comments | Roberto Ierusalimschy | 2017-12-30 | 1 | -3/+3 |
* | detail (typo in comments) | Roberto Ierusalimschy | 2017-11-23 | 1 | -2/+2 |
* | detail ('signal' -> 'sign' in comments) | Roberto Ierusalimschy | 2017-11-16 | 1 | -4/+4 |
* | new function 'luaV_flttointeger' to convert floats to integers (without | Roberto Ierusalimschy | 2017-11-08 | 1 | -2/+2 |
* | raw operation should not convert strings to numbers | Roberto Ierusalimschy | 2017-10-10 | 1 | -2/+2 |
* | coercion string->number in arithmetic operations moved to string | Roberto Ierusalimschy | 2017-07-07 | 1 | -2/+2 |
* | new type 'StackValue' for stack elements | Roberto Ierusalimschy | 2017-06-29 | 1 | -19/+26 |
* | assert removed in 'luaO_arith' | Roberto Ierusalimschy | 2017-05-24 | 1 | -2/+1 |
* | new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' inside | Roberto Ierusalimschy | 2017-04-19 | 1 | -2/+3 |
* | detail (removing spaces at end of lines) | Roberto Ierusalimschy | 2016-12-22 | 1 | -2/+2 |
* | small corrections for C++ compliance | Roberto Ierusalimschy | 2016-06-27 | 1 | -2/+2 |
* | do not convert decimal constants with overflow to integers. | Roberto Ierusalimschy | 2016-05-20 | 1 | -2/+8 |
* | 'luaO_str2num' (and, therefore, 'lua_stringtonumber', 'number', | Roberto Ierusalimschy | 2016-05-02 | 1 | -10/+46 |
* | comments | Roberto Ierusalimschy | 2015-12-14 | 1 | -11/+13 |
* | macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used | Roberto Ierusalimschy | 2015-11-02 | 1 | -3/+3 |
* | 'luaO_pushvfstring' now uses 'incr_top' to increment top. | Roberto Ierusalimschy | 2015-11-02 | 1 | -10/+10 |
* | simpler code for 'luaO_fb2int' | Roberto Ierusalimschy | 2015-06-26 | 1 | -4/+2 |
* | using 'snprintf' in C99 (both for documentation of buffer sizes | Roberto Ierusalimschy | 2015-06-18 | 1 | -4/+4 |
* | some details in 'luaO_int2fb' + more consistent use of the locale | Roberto Ierusalimschy | 2015-04-11 | 1 | -10/+20 |
* | details (avoid 'lint' warnings) | Roberto Ierusalimschy | 2015-03-28 | 1 | -5/+5 |
* | macros 'luai_num*' (for float arithmetic operations) moved to | Roberto Ierusalimschy | 2015-02-05 | 1 | -3/+2 |
* | removed useless initializations | Roberto Ierusalimschy | 2014-12-26 | 1 | -2/+2 |
* | 'x//y' extended to floats | Roberto Ierusalimschy | 2014-11-21 | 1 | -4/+5 |
* | no need to cast '*s' to unsigned char when we know it is a digit + | Roberto Ierusalimschy | 2014-11-04 | 1 | -4/+4 |
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 1 | -4/+7 |
* | small simplifications in code for 'lua_strx2number' | Roberto Ierusalimschy | 2014-10-28 | 1 | -15/+13 |
* | small reorganization of tests around LUA_USE_C99 | Roberto Ierusalimschy | 2014-10-27 | 1 | -20/+2 |
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 1 | -2/+2 |
* | added some casts to avoid warnings in some compilers | Roberto Ierusalimschy | 2014-10-24 | 1 | -3/+3 |
* | macros 'LUA_QL'/'LUA_QL' deprecated | Roberto Ierusalimschy | 2014-10-17 | 1 | -4/+3 |
* | '$c' in 'lua_pushfstring' prints non-printable characters with | Roberto Ierusalimschy | 2014-10-10 | 1 | -2/+5 |
* | added two casts to avoid warnings in VS | Roberto Ierusalimschy | 2014-10-04 | 1 | -3/+3 |
* | better to use 'long' to represent UTF-8 code points | Roberto Ierusalimschy | 2014-10-01 | 1 | -3/+4 |