| Commit message (Expand) | Author | Age | Files | Lines |
* | '-Wconversion' extended to all options of Lua numbers | Roberto Ierusalimschy | 2024-07-27 | 1 | -4/+5 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -63/+69 |
* | Removed 'int' size limit for string.rep | Roberto Ierusalimschy | 2024-06-21 | 1 | -12/+2 |
* | Removed 'int' size limit for pack/unpack | Roberto Ierusalimschy | 2024-06-21 | 1 | -29/+38 |
* | lua_writestring & co. moved to llimits.h | Roberto Ierusalimschy | 2024-06-21 | 1 | -2/+0 |
* | llimits.h being used by all Lua code | Roberto Ierusalimschy | 2024-06-20 | 1 | -26/+23 |
* | Cleaner protocol between 'lua_dump' and writer function | Roberto Ierusalimschy | 2023-12-14 | 1 | -7/+12 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -1/+1 |
|\ |
|
| * | Detailsv5.4.5 | Roberto Ierusalimschy | 2023-04-18 | 1 | -1/+1 |
* | | Dump/undump reuse strings | Roberto Ierusalimschy | 2022-12-15 | 1 | -0/+1 |
|/ |
|
* | Documentation | Roberto Ierusalimschy | 2021-10-11 | 1 | -1/+1 |
* | Revamp of format validation in 'string.format' | Roberto Ierusalimschy | 2021-09-03 | 1 | -26/+86 |
* | Details | Roberto Ierusalimschy | 2021-05-24 | 1 | -10/+7 |
* | Broadening the use of branch hints | Roberto Ierusalimschy | 2021-02-24 | 1 | -19/+22 |
* | Cleaner handling of floats in pack/unpack | Roberto Ierusalimschy | 2020-12-16 | 1 | -29/+41 |
* | No need for 'volatile' in string.pack/unpack | Roberto Ierusalimschy | 2020-10-12 | 1 | -10/+7 |
* | Wrong cast in 'str_unpack' | Roberto Ierusalimschy | 2020-09-30 | 1 | -1/+1 |
* | Fixed bug in 'string.format("%p")' | Roberto Ierusalimschy | 2020-03-16 | 1 | -2/+4 |
* | Corrected direct use of 'snprintf' in 'lstrlib.c' | Roberto Ierusalimschy | 2020-02-28 | 1 | -1/+1 |
* | Added test for NULL in string.format("%p") | Roberto Ierusalimschy | 2019-12-17 | 1 | -0/+2 |
* | 'l_mathlim' renamed to 'l_floatatt' | Roberto Ierusalimschy | 2019-12-05 | 1 | -2/+2 |
* | More pious implementation of 'string.dump' | Roberto Ierusalimschy | 2019-10-23 | 1 | -8/+24 |
* | Easy redefinition of valid flags for 'string.format' | Roberto Ierusalimschy | 2019-10-17 | 1 | -3/+6 |
* | No coercion string->number in arithmetic with LUA_NOCVTS2N | Roberto Ierusalimschy | 2019-10-08 | 1 | -0/+13 |
* | Added macro 'luaL_pushfail' | Roberto Ierusalimschy | 2019-08-16 | 1 | -2/+2 |
* | Fixed bug in 'string.format' with option '%f' | Roberto Ierusalimschy | 2019-07-23 | 1 | -8/+6 |
* | Avoid using large buffers in 'string.format' | Roberto Ierusalimschy | 2019-04-12 | 1 | -12/+28 |
* | Small optimizations in 'string.gsub' | Roberto Ierusalimschy | 2019-04-11 | 1 | -46/+84 |
* | New conversion specifier '%p' for 'string.format' | Roberto Ierusalimschy | 2019-03-13 | 1 | -0/+5 |
* | Details | Roberto Ierusalimschy | 2019-03-13 | 1 | -2/+4 |
* | Optional 'init' argument to 'string.gmatch' | Roberto Ierusalimschy | 2019-01-08 | 1 | -24/+52 |
* | Detail | Roberto Ierusalimschy | 2018-12-27 | 1 | -2/+1 |
* | Better error messages for some polymorphic functions | Roberto Ierusalimschy | 2018-12-10 | 1 | -2/+2 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | avoid possible overflows when checking sizes in 'string.unpack' | Roberto Ierusalimschy | 2018-05-25 | 1 | -11/+8 |
* | removed coercion string->number in bitwise operations | Roberto Ierusalimschy | 2018-02-21 | 1 | -59/+1 |
* | using new 'lua_newuserdatauv' instead of 'lua_newuserdata' | Roberto Ierusalimschy | 2018-02-21 | 1 | -2/+2 |
* | detail (typo in comments) | Roberto Ierusalimschy | 2017-11-23 | 1 | -2/+2 |
* | detail ('signal' -> 'sign' in comments) | Roberto Ierusalimschy | 2017-11-16 | 1 | -2/+2 |
* | new function 'luaV_flttointeger' to convert floats to integers (without | Roberto Ierusalimschy | 2017-11-08 | 1 | -9/+71 |
* | coercion string->number in arithmetic operations moved to string | Roberto Ierusalimschy | 2017-07-07 | 1 | -2/+86 |
* | handling of inf, -inf, and NaN by string.format'%q' | Roberto Ierusalimschy | 2017-05-19 | 1 | -14/+28 |
* | added 'return' to calls to 'luaL_error' (to signal to the compiler | Roberto Ierusalimschy | 2017-03-14 | 1 | -4/+4 |
* | 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 | -7/+9 |
* | small corrections for C++ compliance | Roberto Ierusalimschy | 2016-06-27 | 1 | -2/+2 |
* | 'string.format("%q")' writes 'math.mininteger' in hexa, to ensure | Roberto Ierusalimschy | 2016-05-20 | 1 | -14/+19 |
* | 'string.pack("cn")' does not accept strings longer than 'n' | Roberto Ierusalimschy | 2016-05-18 | 1 | -8/+6 |
* | comment (FALLTHROUGH) | Roberto Ierusalimschy | 2016-05-13 | 1 | -3/+3 |
* | 'string.format("%q", number)' ensures a dot as decimal point | Roberto Ierusalimschy | 2016-05-02 | 1 | -7/+21 |