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