aboutsummaryrefslogtreecommitdiff
path: root/llimits.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* New type 'TStatus' for thread status/error codesRoberto Ierusalimschy2025-01-301-0/+6
* DetailsRoberto Ierusalimschy2025-01-161-1/+1
* New macro 'assert_code'Roberto Ierusalimschy2024-11-151-5/+6
* GC back to controling pace counting bytesRoberto Ierusalimschy2024-09-191-10/+9
* '-Wconversion' extended to all options of Lua numbersRoberto Ierusalimschy2024-07-271-1/+3
* Added gcc option '-Wconversion'Roberto Ierusalimschy2024-07-271-0/+11
* Small changes in casts from void* to functionsRoberto Ierusalimschy2024-07-021-0/+20
* lua_writestring & co. moved to llimits.hRoberto Ierusalimschy2024-06-211-0/+25
* Cleaning of llimits.hRoberto Ierusalimschy2024-06-201-140/+4
* Some 'unsigned int' changed to 'unsigned'Roberto Ierusalimschy2024-03-221-1/+1
* Option 0 for step multiplier makes GC non-incrementalRoberto Ierusalimschy2023-12-201-2/+6
* Merge branch 'master' into nextversionRoberto Ierusalimschy2023-06-221-1/+1
|\
| * Detailsv5.4.5Roberto Ierusalimschy2023-04-181-1/+1
* | Merge branch 'master' into nextversionRoberto Ierusalimschy2023-02-021-4/+17
|\|
| * Small changes in hash of pointersRoberto Ierusalimschy2023-02-021-4/+17
* | Changed signal of GC debtRoberto Ierusalimschy2022-12-131-5/+2
* | Revamp of GC parametersRoberto Ierusalimschy2022-12-131-1/+1
* | 'l_mem' renamed to 'l_obj' to count objectsRoberto Ierusalimschy2022-11-231-6/+8
* | First version of GC counting objects for controlRoberto Ierusalimschy2022-11-231-1/+1
|/
* DetailsRoberto Ierusalimschy2021-12-211-1/+1
* Using 'inline' in some functionsRoberto Ierusalimschy2021-09-151-0/+14
* Broadening the use of branch hintsRoberto Ierusalimschy2021-02-241-16/+0
* Optimization for 'n^2'v5.4.2Roberto Ierusalimschy2020-11-131-1/+2
* Fixed compiler option -DHARDSTACKTESTS to commit 5aa36e8Roberto Ierusalimschy2020-10-191-1/+1
* Revision of stackless implementationRoberto Ierusalimschy2020-10-121-0/+11
* Macro LUAI_ASSERT eases turning assertions onRoberto Ierusalimschy2020-07-081-1/+9
* Small correction in assertionRoberto Ierusalimschy2019-12-131-1/+1
* A few changes in tests about number of bits in integersRoberto Ierusalimschy2019-05-131-4/+0
* Some improvements in 'luaconf.h'Roberto Ierusalimschy2019-05-131-4/+7
* Avoid the creation of too many strings in 'package'Roberto Ierusalimschy2019-05-031-1/+1
* Added field 'srclen' to structure 'lua_Debug'Roberto Ierusalimschy2019-04-041-0/+4
* LUAI_MAXCCALLS renamed LUAI_MAXCSTACKRoberto Ierusalimschy2019-03-251-9/+0
* Keep correct type for immediate operands in comparisonsRoberto Ierusalimschy2019-03-221-0/+2
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-271-2/+4
* Details (comments)Roberto Ierusalimschy2018-09-111-1/+4
* Corrections in the implementation of '%' for floats.Roberto Ierusalimschy2018-08-281-6/+8
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* new macro 'ispow2'Roberto Ierusalimschy2018-06-151-1/+7
* new macros 'likely'/'unlikely' with hints for jump predictionsRoberto Ierusalimschy2018-05-301-1/+20
* janitor work on castsRoberto Ierusalimschy2018-01-281-2/+7
* commentRoberto Ierusalimschy2017-12-281-3/+2
* more freedom in handling memory-allocation errors (not all allocationsRoberto Ierusalimschy2017-12-111-2/+2
* another value for LUAI_MAXCCALLS (must think more about that)Roberto Ierusalimschy2017-12-011-2/+2
* no more 'stackless' implementation; 'luaV_execute' calls itselfRoberto Ierusalimschy2017-11-231-3/+4
* new type 'ls_byte' for signed bytesRoberto Ierusalimschy2017-06-271-1/+2
* avoid overflows in computation of step sizeRoberto Ierusalimschy2017-06-011-1/+8
* type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also addedRoberto Ierusalimschy2017-04-241-16/+1
* details (typos in comments)Roberto Ierusalimschy2015-11-191-2/+2
* small changes to allow 'precall' to spend time preserving 'func'Roberto Ierusalimschy2015-10-211-6/+7
* detail (string cache a bit smaller by default)Roberto Ierusalimschy2015-10-061-2/+2