Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
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 |
2024-06-12 | Bug: luaL_traceback may need more than 5 stack slots | Roberto Ierusalimschy | 3 | -1/+20 |
2024-06-12 | Bug: overlapping assignments | Roberto Ierusalimschy | 1 | -2/+4 |
2024-06-12 | More disciplined use of 'errno' | Roberto Ierusalimschy | 3 | -10/+33 |
2024-06-10 | Encoding of table indices (hres) must use C indices | Roberto Ierusalimschy | 4 | -24/+30 |
2024-06-04 | Bug: Active-lines for stripped vararg functions | Roberto Ierusalimschy | 3 | -23/+34 |
2024-06-04 | Manual for 'string.format' lists what it accepts | Roberto Ierusalimschy | 1 | -3/+6 |
2024-05-27 | utf8.offset returns also final position of character | Roberto Ierusalimschy | 3 | -31/+55 |
2024-05-23 | Manual: errors in lua_toclose are not memory errors | Roberto Ierusalimschy | 3 | -3/+6 |
2024-05-08 | Details | Roberto Ierusalimschy | 9 | -21/+36 |
2024-05-02 | New year (2024) | Roberto Ierusalimschy | 2 | -3/+3 |
2024-04-08 | 'getmode' renamed to 'getMode' | Roberto Ierusalimschy | 1 | -3/+3 |
2024-04-05 | Yet another representation for arrays | Roberto Ierusalimschy | 3 | -44/+65 |
2024-04-03 | Small simplification in 'findloader' | Roberto Ierusalimschy | 1 | -5/+4 |
2024-03-29 | Fixed dangling 'StkId' in 'luaV_finishget' | Roberto Ierusalimschy | 5 | -26/+42 |
2024-03-28 | Details | Roberto Ierusalimschy | 2 | -7/+10 |
2024-03-22 | Some 'unsigned int' changed to 'unsigned' | Roberto Ierusalimschy | 9 | -25/+24 |
2024-03-21 | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 10 | -132/+138 |
2024-03-18 | 'luaH_get' functions return 'TValue' | Roberto Ierusalimschy | 9 | -122/+124 |
2024-03-15 | Removed "bulk operations" | Roberto Ierusalimschy | 3 | -57/+14 |
2024-03-15 | Added "bulk operations" to arrays | Roberto Ierusalimschy | 3 | -35/+99 |
2024-03-13 | Details | Roberto Ierusalimschy | 4 | -6/+5 |
2024-03-13 | Removed type 'varint_t' | Roberto Ierusalimschy | 3 | -32/+23 |
2024-03-11 | API asserts for illegal pops of to-be-closed variables | Roberto Ierusalimschy | 5 | -30/+45 |
2024-02-15 | Fixed warnings from different compilers | Roberto Ierusalimschy | 4 | -6/+10 |
2024-02-15 | New interface to function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 8 | -56/+80 |