Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | New type 'TStatus' for thread status/error codes | Roberto Ierusalimschy | 2025-01-30 | 1 | -0/+6 |
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -1/+1 |
* | New macro 'assert_code' | Roberto Ierusalimschy | 2024-11-15 | 1 | -5/+6 |
* | GC back to controling pace counting bytes | Roberto Ierusalimschy | 2024-09-19 | 1 | -10/+9 |
* | '-Wconversion' extended to all options of Lua numbers | Roberto Ierusalimschy | 2024-07-27 | 1 | -1/+3 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -0/+11 |
* | Small changes in casts from void* to functions | Roberto Ierusalimschy | 2024-07-02 | 1 | -0/+20 |
* | lua_writestring & co. moved to llimits.h | Roberto Ierusalimschy | 2024-06-21 | 1 | -0/+25 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -140/+4 |
* | Some 'unsigned int' changed to 'unsigned' | Roberto Ierusalimschy | 2024-03-22 | 1 | -1/+1 |
* | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 2023-12-20 | 1 | -2/+6 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -1/+1 |
|\ | |||||
| * | Detailsv5.4.5 | Roberto Ierusalimschy | 2023-04-18 | 1 | -1/+1 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-02-02 | 1 | -4/+17 |
|\| | |||||
| * | Small changes in hash of pointers | Roberto Ierusalimschy | 2023-02-02 | 1 | -4/+17 |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 1 | -5/+2 |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 1 | -1/+1 |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 1 | -6/+8 |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 1 | -1/+1 |
|/ | |||||
* | Details | Roberto Ierusalimschy | 2021-12-21 | 1 | -1/+1 |
* | Using 'inline' in some functions | Roberto Ierusalimschy | 2021-09-15 | 1 | -0/+14 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -16/+0 |
* | Optimization for 'n^2'v5.4.2 | Roberto Ierusalimschy | 2020-11-13 | 1 | -1/+2 |
* | Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8 | Roberto Ierusalimschy | 2020-10-19 | 1 | -1/+1 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -0/+11 |
* | Macro LUAI_ASSERT eases turning assertions on | Roberto Ierusalimschy | 2020-07-08 | 1 | -1/+9 |
* | Small correction in assertion | Roberto Ierusalimschy | 2019-12-13 | 1 | -1/+1 |
* | A few changes in tests about number of bits in integers | Roberto Ierusalimschy | 2019-05-13 | 1 | -4/+0 |
* | Some improvements in 'luaconf.h' | Roberto Ierusalimschy | 2019-05-13 | 1 | -4/+7 |
* | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 2019-05-03 | 1 | -1/+1 |
* | Added field 'srclen' to structure 'lua_Debug' | Roberto Ierusalimschy | 2019-04-04 | 1 | -0/+4 |
* | LUAI_MAXCCALLS renamed LUAI_MAXCSTACK | Roberto Ierusalimschy | 2019-03-25 | 1 | -9/+0 |
* | Keep correct type for immediate operands in comparisons | Roberto Ierusalimschy | 2019-03-22 | 1 | -0/+2 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -2/+4 |
* | Details (comments) | Roberto Ierusalimschy | 2018-09-11 | 1 | -1/+4 |
* | Corrections in the implementation of '%' for floats. | Roberto Ierusalimschy | 2018-08-28 | 1 | -6/+8 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | new macro 'ispow2' | Roberto Ierusalimschy | 2018-06-15 | 1 | -1/+7 |
* | new macros 'likely'/'unlikely' with hints for jump predictions | Roberto Ierusalimschy | 2018-05-30 | 1 | -1/+20 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -2/+7 |
* | comment | Roberto Ierusalimschy | 2017-12-28 | 1 | -3/+2 |
* | more freedom in handling memory-allocation errors (not all allocations | Roberto Ierusalimschy | 2017-12-11 | 1 | -2/+2 |
* | another value for LUAI_MAXCCALLS (must think more about that) | Roberto Ierusalimschy | 2017-12-01 | 1 | -2/+2 |
* | no more 'stackless' implementation; 'luaV_execute' calls itself | Roberto Ierusalimschy | 2017-11-23 | 1 | -3/+4 |
* | new type 'ls_byte' for signed bytes | Roberto Ierusalimschy | 2017-06-27 | 1 | -1/+2 |
* | avoid overflows in computation of step size | Roberto Ierusalimschy | 2017-06-01 | 1 | -1/+8 |
* | type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added | Roberto Ierusalimschy | 2017-04-24 | 1 | -16/+1 |
* | details (typos in comments) | Roberto Ierusalimschy | 2015-11-19 | 1 | -2/+2 |
* | small changes to allow 'precall' to spend time preserving 'func' | Roberto Ierusalimschy | 2015-10-21 | 1 | -6/+7 |
* | detail (string cache a bit smaller by default) | Roberto Ierusalimschy | 2015-10-06 | 1 | -2/+2 |