Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2024-10-24 | Always use unsigned int for indexing table-arrays | Roberto Ierusalimschy | 2 | -5/+5 |
2024-10-23 | New function 'lua_numbertostrbuff' | Roberto Ierusalimschy | 7 | -40/+67 |
2024-10-23 | Some changes in default GC parameters | Roberto Ierusalimschy | 2 | -8/+6 |
2024-10-21 | Small bug in 'luaE_luaE_statesize' | Roberto Ierusalimschy | 3 | -4/+4 |
2024-10-21 | Better support in 'ltests' for tracing the GC | Roberto Ierusalimschy | 5 | -30/+67 |
2024-10-18 | Some adjustments in transition minor->major | Roberto Ierusalimschy | 2 | -37/+46 |
2024-09-30 | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 9 | -63/+91 |
2024-09-27 | Local declaration in the REPL generates a warning | Roberto Ierusalimschy | 2 | -2/+25 |
2024-09-20 | No errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 5 | -24/+45 |
2024-09-20 | Towards no errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 1 | -52/+69 |
2024-09-20 | In 'luaO_pushvfstring', all options use 'addstr2buff' | Roberto Ierusalimschy | 1 | -12/+8 |
2024-09-20 | Removed 'if' left from commit ddfa1fbccfe | Roberto Ierusalimschy | 1 | -1/+0 |
2024-09-19 | Avoid Microsoft warning | Roberto Ierusalimschy | 1 | -1/+2 |
2024-09-19 | USHRT_MAX changed to SHRT_MAX | Roberto Ierusalimschy | 2 | -2/+2 |
2024-09-19 | GC back to controling pace counting bytes | Roberto Ierusalimschy | 11 | -202/+247 |
2024-09-12 | Details | Roberto Ierusalimschy | 1 | -3/+3 |
2024-09-10 | Parameter for lua_gc/LUA_GCSTEP changed to 'size_t' | Roberto Ierusalimschy | 3 | -3/+3 |
2024-09-06 | Rename of fields in global state that control GC | Roberto Ierusalimschy | 5 | -32/+32 |
2024-09-06 | Details | Roberto Ierusalimschy | 3 | -20/+20 |
2024-08-22 | Added option for direct correction of stack pointers | Roberto Ierusalimschy | 1 | -10/+44 |
2024-08-20 | 'lcode.c' can use 'checklimit', too | Roberto Ierusalimschy | 3 | -12/+10 |
2024-08-19 | A return can have at most 254 values | Roberto Ierusalimschy | 2 | -0/+13 |
2024-08-17 | Bug: wrong code gen. for indices with comparisons | Roberto Ierusalimschy | 2 | -1/+10 |
2024-08-02 | Floats formatted with "correct" precision | Roberto Ierusalimschy | 3 | -21/+153 |
2024-07-30 | Struct 'transferinfo' moved to "lua_State" | Roberto Ierusalimschy | 3 | -24/+16 |
2024-07-27 | '-Wconversion' extended to all options of Lua numbers | Roberto Ierusalimschy | 8 | -39/+50 |
2024-07-27 | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 44 | -359/+398 |
2024-07-21 | 'nresults' moved into 'callstatus' | Roberto Ierusalimschy | 6 | -62/+79 |
2024-07-19 | Using CIST_CLSRET instead of trick with 'nresults' | Roberto Ierusalimschy | 4 | -30/+31 |
2024-07-18 | Explicit limit for number of results in a call | Roberto Ierusalimschy | 3 | -4/+17 |
2024-07-16 | Maximum stack size may not fit in unsigned short | Roberto Ierusalimschy | 5 | -28/+46 |
2024-07-05 | Removed compatibility with "= exp" in the REPL | Roberto Ierusalimschy | 2 | -5/+2 |
2024-07-05 | Fixed bug in 'multiline' | Roberto Ierusalimschy | 2 | -14/+19 |
2024-07-05 | 'printstack' (from ltests.c) made public | Roberto Ierusalimschy | 2 | -3/+7 |
2024-07-04 | lua.c loads 'readline' dynamically | Roberto Ierusalimschy | 4 | -29/+90 |
2024-07-02 | Small changes in casts from void* to functions | Roberto Ierusalimschy | 2 | -22/+26 |
2024-07-01 | Updated dependencies in the make file | Roberto Ierusalimschy | 1 | -15/+23 |
2024-06-28 | New instruction format for SETLIST/NEWTABLE | Roberto Ierusalimschy | 7 | -47/+97 |
2024-06-27 | 'isIT'/'isOT' turned from macros to functions | Roberto Ierusalimschy | 6 | -14/+38 |
2024-06-27 | Flexible limit for use of registers by constructors | Roberto Ierusalimschy | 5 | -7/+31 |
2024-06-26 | Clearer code for controlling maximum registers | Roberto Ierusalimschy | 3 | -10/+28 |
2024-06-24 | Length of external strings must fit in Lua integer | Roberto Ierusalimschy | 4 | -4/+9 |
2024-06-21 | Details in the manual | Roberto Ierusalimschy | 1 | -4/+9 |
2024-06-21 | Removed 'int' size limit for string.rep | Roberto Ierusalimschy | 2 | -16/+5 |
2024-06-21 | Removed 'int' size limit for pack/unpack | Roberto Ierusalimschy | 2 | -38/+48 |
2024-06-21 | lua_writestring & co. moved to llimits.h | Roberto Ierusalimschy | 4 | -32/+25 |
2024-06-20 | llimits.h being used by all Lua code | Roberto Ierusalimschy | 14 | -73/+48 |
2024-06-20 | Cleaning of llimits.h | Roberto Ierusalimschy | 19 | -165/+159 |
2024-06-18 | GC test was not restarting collector after pause | Roberto Ierusalimschy | 1 | -1/+2 |
2024-06-12 | Tricky _PROMPT may trigger undefined behavior in lua.c | Roberto Ierusalimschy | 1 | -2/+3 |