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