Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Short strings can be external, too | Roberto Ierusalimschy | 2025-07-15 | 1 | -9/+3 |
* | Optional initialization for global declarations | Roberto Ierusalimschy | 2025-07-08 | 1 | -8/+10 |
* | Manual updated to version 5.5 | Roberto Ierusalimschy | 2025-06-27 | 2 | -9/+9 |
* | Check string indices when loading binary chunk | Roberto Ierusalimschy | 2025-06-17 | 1 | -7/+5 |
* | The main thread cannot be closed | Roberto Ierusalimschy | 2025-06-13 | 1 | -2/+2 |
* | A coroutine can close itself | Roberto Ierusalimschy | 2025-06-12 | 1 | -10/+26 |
* | Loading a binary chunk should not break assertions | Roberto Ierusalimschy | 2025-06-04 | 1 | -0/+3 |
* | Proper error message when jumping into 'global *' | Roberto Ierusalimschy | 2025-05-18 | 1 | -1/+1 |
* | Variable attributes can prefix name list | Roberto Ierusalimschy | 2025-05-18 | 1 | -13/+17 |
* | Collective declaration for globals ('global *') | Roberto Ierusalimschy | 2025-05-13 | 1 | -18/+58 |
* | New syntax 'global function' | Roberto Ierusalimschy | 2025-05-08 | 1 | -2/+13 |
* | First implementation of global declarations | Roberto Ierusalimschy | 2025-05-05 | 1 | -74/+110 |
* | io.write returns number of written bytes on error | Roberto Ierusalimschy | 2025-04-03 | 1 | -0/+3 |
* | Detail in the manual | Roberto Ierusalimschy | 2025-03-17 | 1 | -6/+8 |
* | Small changes in the manual | Roberto Ierusalimschy | 2025-03-12 | 1 | -16/+22 |
* | 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 |