summaryrefslogtreecommitdiff
path: root/luaconf.h
Commit message (Expand)AuthorAgeFilesLines
* New macro LUA_USE_IOSRoberto Ierusalimschy2023-02-021-0/+6
* Changed the growth rate of string buffersRoberto Ierusalimschy2022-09-061-2/+3
* 'lua_checkstack' doesn't need to check stack overflowRoberto Ierusalimschy2022-05-231-1/+1
* DetailsRoberto Ierusalimschy2021-05-241-4/+0
* Added option LUA_NOBUILTINv5.4.3Roberto Ierusalimschy2021-03-121-2/+4
* Uses of "likely" in macros active to all usersRoberto Ierusalimschy2021-03-091-6/+12
* Broadening the use of branch hintsRoberto Ierusalimschy2021-02-241-0/+20
* Forbid changing numerical types through compiler optionsRoberto Ierusalimschy2021-02-051-41/+42
* Revision of stackless implementationRoberto Ierusalimschy2020-10-121-15/+0
* Back to a stackless implementationRoberto Ierusalimschy2020-10-121-4/+4
* 'l_mathlim' renamed to 'l_floatatt'Roberto Ierusalimschy2019-12-051-4/+4
* Details (typos in comments)Roberto Ierusalimschy2019-07-051-1/+1
* Small changes around C-stack limitRoberto Ierusalimschy2019-06-261-1/+1
* DetailsRoberto Ierusalimschy2019-05-281-5/+9
* Define LUA_MAXUNSIGNED as a preprocessor constantRoberto Ierusalimschy2019-05-141-1/+8
* A few changes in tests about number of bits in integersRoberto Ierusalimschy2019-05-131-2/+1
* Some improvements in 'luaconf.h'Roberto Ierusalimschy2019-05-131-31/+57
* A few more improvements in 'luaO_pushvfstring'Roberto Ierusalimschy2019-05-031-3/+10
* Revamp of 'lua_pushfstring' / 'luaO_pushvfstring'Roberto Ierusalimschy2019-04-241-7/+0
* Avoid using large buffers in 'string.format'Roberto Ierusalimschy2019-04-121-8/+1
* LUAI_MAXCCALLS renamed LUAI_MAXCSTACKRoberto Ierusalimschy2019-03-251-0/+15
* Changes in the control of C-stack overflowRoberto Ierusalimschy2018-12-271-2/+2
* Visibility of non-API functions changed to "internal"Roberto Ierusalimschy2018-11-131-1/+1
* Deprecated the emulation of '__le' using '__lt'Roberto Ierusalimschy2018-08-241-1/+7
* Removed extra information from RCS keyword stringsRoberto Ierusalimschy2018-08-231-1/+1
* opening functions must be exported!v5.4-w2Roberto Ierusalimschy2018-06-191-5/+3
* change in 'LUAI_DDEC' to allow variables to be static in 'onelua'Roberto Ierusalimschy2018-06-181-6/+10
* detail (removed unused definition for 'LUA_QS')Roberto Ierusalimschy2018-06-151-10/+2
* definition for LUA_UNSIGNEDBITS (number of bits in a LUA_UNSIGNED)Roberto Ierusalimschy2018-04-021-1/+4
* added definition for LUA_MAXUNSIGNEDRoberto Ierusalimschy2018-03-091-1/+4
* 'LUA_USE_READLINE' moved to the make fileRoberto Ierusalimschy2018-03-021-3/+1
* removed compatibility code with older versionsRoberto Ierusalimschy2018-02-271-75/+5
* detail (comment)Roberto Ierusalimschy2018-02-201-7/+8
* typos in commentsRoberto Ierusalimschy2017-12-301-3/+3
* detail (comment)Roberto Ierusalimschy2017-12-071-1/+2
* type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also addedRoberto Ierusalimschy2017-04-241-1/+7
* new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' insideRoberto Ierusalimschy2017-04-191-1/+8
* detail (removing spaces at end of lines)Roberto Ierusalimschy2016-12-221-2/+2
* Using LUAI_UAC* types more consistently on vararg callsRoberto Ierusalimschy2016-12-201-6/+10
* wrong test in '#if' for floating-point typeRoberto Ierusalimschy2016-08-221-3/+3
* Handling of LUA_PATH/LUA_CPATH moved from package library to standRoberto Ierusalimschy2016-07-181-1/+13
* detail (macro should "use" all its arguments)Roberto Ierusalimschy2016-05-011-2/+2
* generic definitions for float types moved to before variable definitionsRoberto Ierusalimschy2015-10-211-20/+26
* detailRoberto Ierusalimschy2015-06-241-2/+2
* using 'snprintf' in C99 (both for documentation of buffer sizesRoberto Ierusalimschy2015-06-181-6/+17
* new configuration macro 'l_mathlim' (simplifies some dependenciesRoberto Ierusalimschy2015-05-201-6/+10
* more consistent use of locale radix character across LuaRoberto Ierusalimschy2015-04-031-2/+12
* 'LUA_REAL_*' -> 'LUA_FLOAT_*' (everywhere else we are using 'float')Roberto Ierusalimschy2015-03-311-16/+21
* macro 'luai_apicheck'/'api_check' back with a 'lua_State' parameterRoberto Ierusalimschy2015-03-061-1/+11
* configuration for numerical types through only one #define forRoberto Ierusalimschy2015-03-021-20/+28