summaryrefslogtreecommitdiff
path: root/llimits.h
Commit message (Expand)AuthorAgeFilesLines
* Detailsv5.4.5Roberto Ierusalimschy2023-04-181-1/+1
* Small changes in hash of pointersRoberto Ierusalimschy2023-02-021-4/+17
* 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
* code for string cache generalized for "associative sets" (compilerRoberto Ierusalimschy2015-09-221-4/+7
* 'lua_longassert' defined as an expression (instead of a command)Roberto Ierusalimschy2015-09-081-2/+2
* 'lua_Number' added to 'L_Umaxalign' unionRoberto Ierusalimschy2015-07-151-2/+8
* commentRoberto Ierusalimschy2015-06-091-6/+6
* macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameterRoberto Ierusalimschy2015-03-061-8/+4
* new cache for interning stringsRoberto Ierusalimschy2015-03-041-1/+9
* 'point2int' -> 'point2uint' (to reflect its actual result type)Roberto Ierusalimschy2015-03-031-3/+3
* detail (use 'l_floor' instead of 'l_mathop(floor)')Roberto Ierusalimschy2015-02-091-2/+2
* macros 'luai_num*' (for float arithmetic operations) moved toRoberto Ierusalimschy2015-02-051-1/+48
* LUAI_MAXSHORTLEN moved from 'luaconf.h' to 'llimits.h' (does notRoberto Ierusalimschy2015-01-161-1/+11
* larger MINSTRTABSIZE (standard Lua starts with ~230 strings, afterRoberto Ierusalimschy2015-01-161-3/+8
* commentsRoberto Ierusalimschy2015-01-161-2/+12
* definition for 'MAXUPVAL' moved for a more "private" place and itsRoberto Ierusalimschy2015-01-131-6/+1
* old Visual Studio versions did not support 'noreturn' attributeRoberto Ierusalimschy2014-12-191-2/+2
* comments (references to "ANSI C" changed to "ISO C", which is theRoberto Ierusalimschy2014-11-021-2/+2
* configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to hereRoberto Ierusalimschy2014-10-291-14/+26
* 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reasonRoberto Ierusalimschy2014-10-271-5/+1