Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error object cannot be nil | Roberto Ierusalimschy | 2025-02-28 | 1 | -1/+10 |
* | '__close' gets no error object if there is no error | Roberto Ierusalimschy | 2025-02-28 | 1 | -3/+4 |
* | Details | Roberto Ierusalimschy | 2025-02-26 | 1 | -1/+1 |
* | Renaming two new functions | Roberto Ierusalimschy | 2025-01-27 | 1 | -2/+2 |
* | Parameters for 'lua_createtable' back to int | Roberto Ierusalimschy | 2025-01-21 | 1 | -3/+3 |
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -1/+1 |
* | Fixed conversion warnings from clang | Roberto Ierusalimschy | 2025-01-14 | 1 | -4/+3 |
* | Improvements in the manual | Roberto Ierusalimschy | 2025-01-10 | 1 | -14/+20 |
* | Debug information about extra arguments from __call | Roberto Ierusalimschy | 2024-11-19 | 1 | -2/+11 |
* | Counter for length of chains of __call metamethods | Roberto Ierusalimschy | 2024-11-16 | 1 | -0/+4 |
* | New function 'lua_numbertostrbuff' | Roberto Ierusalimschy | 2024-10-23 | 1 | -1/+16 |
* | Some adjustments in transition minor->major | Roberto Ierusalimschy | 2024-10-18 | 1 | -1/+4 |
* | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 2024-09-30 | 1 | -21/+22 |
* | No errors in 'luaO_pushvfstring' | Roberto Ierusalimschy | 2024-09-20 | 1 | -9/+16 |
* | Parameter for lua_gc/LUA_GCSTEP changed to 'size_t' | Roberto Ierusalimschy | 2024-09-10 | 1 | -1/+1 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -1/+1 |
* | Explicit limit for number of results in a call | Roberto Ierusalimschy | 2024-07-18 | 1 | -2/+8 |
* | Maximum stack size may not fit in unsigned short | Roberto Ierusalimschy | 2024-07-16 | 1 | -6/+9 |
* | Length of external strings must fit in Lua integer | Roberto Ierusalimschy | 2024-06-24 | 1 | -0/+2 |
* | Details in the manual | Roberto Ierusalimschy | 2024-06-21 | 1 | -4/+9 |
* | Bug: Active-lines for stripped vararg functions | Roberto Ierusalimschy | 2024-06-04 | 1 | -6/+6 |
* | 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 | 1 | -8/+14 |
* | Manual: errors in lua_toclose are not memory errors | Roberto Ierusalimschy | 2024-05-23 | 1 | -1/+4 |
* | Details | Roberto Ierusalimschy | 2024-05-08 | 1 | -9/+23 |
* | New year (2024) | Roberto Ierusalimschy | 2024-05-02 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2024-03-28 | 1 | -4/+10 |
* | New interface to function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2024-02-15 | 2 | -31/+56 |
* | Better handling of size limit when resizing a table | Roberto Ierusalimschy | 2024-02-07 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2024-01-29 | 1 | -1/+1 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2024-01-25 | 1 | -0/+4 |
|\ | |||||
| * | Panic functions should not raise errors | Roberto Ierusalimschy | 2023-11-24 | 1 | -0/+4 |
* | | New function 'table.create' | Roberto Ierusalimschy | 2024-01-18 | 1 | -2/+15 |
* | | New mechanism to query GC parameters | Roberto Ierusalimschy | 2024-01-16 | 1 | -12/+15 |
* | | Clear interface between references and predefines | Roberto Ierusalimschy | 2024-01-15 | 1 | -8/+18 |
* | | A few more tweaks in the garbage collector | Roberto Ierusalimschy | 2024-01-10 | 1 | -2/+2 |
* | | Several tweaks in the garbage collector | Roberto Ierusalimschy | 2023-12-27 | 1 | -30/+39 |
* | | New option "setparms" for 'collectgarbage' | Roberto Ierusalimschy | 2023-12-22 | 1 | -31/+61 |
* | | Option 0 for step multiplier makes GC non-incremental | Roberto Ierusalimschy | 2023-12-20 | 1 | -14/+14 |
* | | Cleaner protocol between 'lua_dump' and writer function | Roberto Ierusalimschy | 2023-12-14 | 1 | -2/+19 |
* | | First criteria for shifts minor<->major | Roberto Ierusalimschy | 2023-12-07 | 1 | -57/+77 |
* | | Details in the manual | Roberto Ierusalimschy | 2023-11-24 | 1 | -21/+13 |
* | | Fixed buffers save long strings as external. | Roberto Ierusalimschy | 2023-11-10 | 1 | -2/+4 |
* | | External strings | Roberto Ierusalimschy | 2023-11-09 | 1 | -0/+34 |
* | | Added suport for Fixed Buffers | Roberto Ierusalimschy | 2023-09-05 | 1 | -1/+16 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 1 | -0/+4 |
|\| | |||||
| * | Documentation for "LUA_NOENV" | Roberto Ierusalimschy | 2023-08-23 | 1 | -0/+4 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 2 | -22/+32 |
|\| | |||||
| * | "Emergency" new version 5.4.6v5.4.6 | Roberto Ierusalimschy | 2023-05-02 | 1 | -15/+25 |
| * | Detailsv5.4.5 | Roberto Ierusalimschy | 2023-04-18 | 1 | -4/+4 |