| Commit message (Expand) | Author | Age | Files | Lines |
* | Ease slightly making Lua with C89 | Roberto Ierusalimschy | 2024-11-15 | 1 | -0/+5 |
* | Floats formatted with "correct" precision | Roberto Ierusalimschy | 2024-08-02 | 1 | -5/+11 |
* | Maximum stack size may not fit in unsigned short | Roberto Ierusalimschy | 2024-07-16 | 1 | -4/+4 |
* | lua.c loads 'readline' dynamically | Roberto Ierusalimschy | 2024-07-04 | 1 | -0/+11 |
* | Cleaning of llimits.h | Roberto Ierusalimschy | 2024-06-20 | 1 | -4/+1 |
* | Details | Roberto Ierusalimschy | 2024-05-08 | 1 | -1/+1 |
* | Option '-l' discards version sufix from file name | Roberto Ierusalimschy | 2023-05-15 | 1 | -0/+9 |
* | New macro LUA_USE_IOS | Roberto Ierusalimschy | 2023-02-02 | 1 | -0/+6 |
* | Changed the growth rate of string buffers | Roberto Ierusalimschy | 2022-09-06 | 1 | -2/+3 |
* | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 2022-05-23 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2021-05-24 | 1 | -4/+0 |
* | Added option LUA_NOBUILTINv5.4.3 | Roberto Ierusalimschy | 2021-03-12 | 1 | -2/+4 |
* | Uses of "likely" in macros active to all users | Roberto Ierusalimschy | 2021-03-09 | 1 | -6/+12 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -0/+20 |
* | Forbid changing numerical types through compiler options | Roberto Ierusalimschy | 2021-02-05 | 1 | -41/+42 |
* | Revision of stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -15/+0 |
* | Back to a stackless implementation | Roberto Ierusalimschy | 2020-10-12 | 1 | -4/+4 |
* | 'l_mathlim' renamed to 'l_floatatt' | Roberto Ierusalimschy | 2019-12-05 | 1 | -4/+4 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2019-07-05 | 1 | -1/+1 |
* | Small changes around C-stack limit | Roberto Ierusalimschy | 2019-06-26 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2019-05-28 | 1 | -5/+9 |
* | Define LUA_MAXUNSIGNED as a preprocessor constant | Roberto Ierusalimschy | 2019-05-14 | 1 | -1/+8 |
* | A few changes in tests about number of bits in integers | Roberto Ierusalimschy | 2019-05-13 | 1 | -2/+1 |
* | Some improvements in 'luaconf.h' | Roberto Ierusalimschy | 2019-05-13 | 1 | -31/+57 |
* | A few more improvements in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-05-03 | 1 | -3/+10 |
* | Revamp of 'lua_pushfstring' / 'luaO_pushvfstring' | Roberto Ierusalimschy | 2019-04-24 | 1 | -7/+0 |
* | Avoid using large buffers in 'string.format' | Roberto Ierusalimschy | 2019-04-12 | 1 | -8/+1 |
* | LUAI_MAXCCALLS renamed LUAI_MAXCSTACK | Roberto Ierusalimschy | 2019-03-25 | 1 | -0/+15 |
* | Changes in the control of C-stack overflow | Roberto Ierusalimschy | 2018-12-27 | 1 | -2/+2 |
* | Visibility of non-API functions changed to "internal" | Roberto Ierusalimschy | 2018-11-13 | 1 | -1/+1 |
* | Deprecated the emulation of '__le' using '__lt' | Roberto Ierusalimschy | 2018-08-24 | 1 | -1/+7 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | opening functions must be exported!v5.4-w2 | Roberto Ierusalimschy | 2018-06-19 | 1 | -5/+3 |
* | change in 'LUAI_DDEC' to allow variables to be static in 'onelua' | Roberto Ierusalimschy | 2018-06-18 | 1 | -6/+10 |
* | detail (removed unused definition for 'LUA_QS') | Roberto Ierusalimschy | 2018-06-15 | 1 | -10/+2 |
* | definition for LUA_UNSIGNEDBITS (number of bits in a LUA_UNSIGNED) | Roberto Ierusalimschy | 2018-04-02 | 1 | -1/+4 |
* | added definition for LUA_MAXUNSIGNED | Roberto Ierusalimschy | 2018-03-09 | 1 | -1/+4 |
* | 'LUA_USE_READLINE' moved to the make file | Roberto Ierusalimschy | 2018-03-02 | 1 | -3/+1 |
* | removed compatibility code with older versions | Roberto Ierusalimschy | 2018-02-27 | 1 | -75/+5 |
* | detail (comment) | Roberto Ierusalimschy | 2018-02-20 | 1 | -7/+8 |
* | typos in comments | Roberto Ierusalimschy | 2017-12-30 | 1 | -3/+3 |
* | detail (comment) | Roberto Ierusalimschy | 2017-12-07 | 1 | -1/+2 |
* | type 'L_Umaxalign' replaced by macro 'LUAI_MAXALIGN', which is also added | Roberto Ierusalimschy | 2017-04-24 | 1 | -1/+7 |
* | new macro 'lua_pointer2str' to encapsulate use of 'l_sprintf' inside | Roberto Ierusalimschy | 2017-04-19 | 1 | -1/+8 |
* | detail (removing spaces at end of lines) | Roberto Ierusalimschy | 2016-12-22 | 1 | -2/+2 |
* | Using LUAI_UAC* types more consistently on vararg calls | Roberto Ierusalimschy | 2016-12-20 | 1 | -6/+10 |
* | wrong test in '#if' for floating-point type | Roberto Ierusalimschy | 2016-08-22 | 1 | -3/+3 |
* | Handling of LUA_PATH/LUA_CPATH moved from package library to stand | Roberto Ierusalimschy | 2016-07-18 | 1 | -1/+13 |
* | detail (macro should "use" all its arguments) | Roberto Ierusalimschy | 2016-05-01 | 1 | -2/+2 |
* | generic definitions for float types moved to before variable definitions | Roberto Ierusalimschy | 2015-10-21 | 1 | -20/+26 |