Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Details | Roberto Ierusalimschy | 2025-02-26 | 1 | -4/+4 |
* | Fixed conversion warnings from clang | Roberto Ierusalimschy | 2025-01-14 | 1 | -0/+1 |
* | New function 'lua_numbertostrbuff' | Roberto Ierusalimschy | 2024-10-23 | 1 | -21/+23 |
* | No errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2024-09-20 | 1 | -13/+24 |
* | Towards no errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2024-09-20 | 1 | -52/+69 |
* | In 'luaO_pushvfstring', all options use 'addstr2buff' | Roberto Ierusalimschy | 2024-09-20 | 1 | -12/+8 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -6/+6 |
* | Floats formatted with "correct" precision | Roberto Ierusalimschy | 2024-08-02 | 1 | -13/+39 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -32/+36 |
* | Details | Roberto Ierusalimschy | 2024-01-29 | 1 | -10/+16 |
* | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 1 | -9/+9 |
* | GC parameters encoded as floating-point bytes | Roberto Ierusalimschy | 2023-12-20 | 1 | -1/+52 |
* | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -1/+1 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -3/+3 |
* | Negation in constant folding of '>>' may overflow | Roberto Ierusalimschy | 2022-09-23 | 1 | -1/+1 |
* | More checks and documentation for uses of EXTRA_STACK | Roberto Ierusalimschy | 2022-05-26 | 1 | -12/+22 |
* | Detail | Roberto Ierusalimschy | 2022-01-03 | 1 | -5/+5 |
* | 'luaL_newstate' should not allocate extra memory | Roberto Ierusalimschy | 2020-11-03 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2020-07-03 | 1 | -8/+13 |
* | 'luaV_concat' can "concat" one single value | Roberto Ierusalimschy | 2020-07-03 | 1 | -4/+2 |
* | Simplification and smaller buffers for 'lua_pushfstring' | Roberto Ierusalimschy | 2020-07-03 | 1 | -10/+16 |
* | 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 |