Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix in string.repHEADmaster | Roberto Ierusalimschy | 2025-07-23 | 1 | -8/+12 |
* | Randomness added to table length computation | Roberto Ierusalimschy | 2025-07-18 | 6 | -23/+48 |
* | Correction in utf8.offset | Roberto Ierusalimschy | 2025-07-18 | 2 | -3/+13 |
* | Short strings can be external, too | Roberto Ierusalimschy | 2025-07-15 | 9 | -120/+168 |
* | lua.c doesn't use function pointers with LUA_READLINE | Roberto Ierusalimschy | 2025-07-09 | 1 | -22/+25 |
* | New method to unload DLLs | Roberto Ierusalimschy | 2025-07-09 | 3 | -36/+98 |
* | lua option '--' may not be followed by script | Roberto Ierusalimschy | 2025-07-08 | 2 | -5/+7 |
* | Optional initialization for global declarations | Roberto Ierusalimschy | 2025-07-08 | 7 | -38/+96 |
* | Correction in definition of CIST_FRESH | Roberto Ierusalimschy | 2025-07-07 | 1 | -2/+2 |
* | Details (comments) | Roberto Ierusalimschy | 2025-07-07 | 5 | -8/+8 |
* | Added missing casts from lua_Unsigned to size_t | Roberto Ierusalimschy | 2025-07-01 | 2 | -3/+3 |
* | LUAI_MAXSTACK defined privately | Roberto Ierusalimschy | 2025-07-01 | 4 | -18/+17 |
* | Warning in loslib.c (signed-unsigned comparison) | Roberto Ierusalimschy | 2025-06-27 | 1 | -2/+3 |
* | Manual updated to version 5.5 | Roberto Ierusalimschy | 2025-06-27 | 2 | -9/+9 |
* | Cast added to 'add_history' | Roberto Ierusalimschy | 2025-06-26 | 1 | -2/+2 |
* | Application name for 'readline' is "lua", not "Lua"=list | Roberto Ierusalimschy | 2025-06-23 | 1 | -1/+1 |
* | Refactoring in the use of 'readline' by 'lua.c' | Roberto Ierusalimschy | 2025-06-23 | 1 | -33/+38 |
* | No need to limit variable declarations to 250 | Roberto Ierusalimschy | 2025-06-18 | 4 | -11/+38 |
* | Check string indices when loading binary chunk | Roberto Ierusalimschy | 2025-06-17 | 2 | -13/+11 |
* | New metatable in an all-weak table can fool the GC | Roberto Ierusalimschy | 2025-06-16 | 2 | -2/+15 |
* | Simpler code for 'traversetable' | Roberto Ierusalimschy | 2025-06-16 | 2 | -13/+31 |
* | Dump uses varints also for integer constants | Roberto Ierusalimschy | 2025-06-13 | 3 | -18/+48 |
* | The main thread cannot be closed | Roberto Ierusalimschy | 2025-06-13 | 3 | -2/+10 |
* | A coroutine can close itself | Roberto Ierusalimschy | 2025-06-12 | 6 | -21/+103 |
* | Loading a binary chunk should not break assertions | Roberto Ierusalimschy | 2025-06-04 | 2 | -1/+4 |
* | Removed uneeded check in parser | Roberto Ierusalimschy | 2025-06-04 | 1 | -1/+0 |
* | Bug: check for constructor overflow in [exp] fields | Roberto Ierusalimschy | 2025-05-20 | 2 | -6/+5 |
* | New way to control preambular declaration | Roberto Ierusalimschy | 2025-05-20 | 4 | -15/+45 |
* | Proper error message when jumping into 'global *' | Roberto Ierusalimschy | 2025-05-18 | 3 | -9/+12 |
* | Variable attributes can prefix name list | Roberto Ierusalimschy | 2025-05-18 | 15 | -60/+84 |
* | Detail | Roberto Ierusalimschy | 2025-05-16 | 2 | -8/+7 |
* | Slightly faster way to check for "global" | Roberto Ierusalimschy | 2025-05-16 | 3 | -12/+13 |
* | Internalized string "break" kept by the parser | Roberto Ierusalimschy | 2025-05-15 | 3 | -3/+7 |
* | Remove compat code in parser when not needed | Roberto Ierusalimschy | 2025-05-13 | 2 | -2/+5 |
* | Collective declaration for globals ('global *') | Roberto Ierusalimschy | 2025-05-13 | 14 | -63/+155 |
* | Correct line in error message for constant function | Roberto Ierusalimschy | 2025-05-12 | 2 | -1/+8 |
* | 'expdesc' doesn't depend on 'actvar' for var. info. | Roberto Ierusalimschy | 2025-05-11 | 3 | -17/+23 |
* | Janitorial work on casts | Roberto Ierusalimschy | 2025-05-08 | 8 | -44/+47 |
* | Using 'l_uint32' for unicode codepoints in scanner | Roberto Ierusalimschy | 2025-05-08 | 4 | -7/+7 |
* | New syntax 'global function' | Roberto Ierusalimschy | 2025-05-08 | 4 | -13/+82 |
* | Checks for read-only globals | Roberto Ierusalimschy | 2025-05-06 | 4 | -9/+33 |
* | First implementation of global declarations | Roberto Ierusalimschy | 2025-05-05 | 10 | -117/+272 |
* | New macro 'pushvfstring' | Roberto Ierusalimschy | 2025-04-23 | 4 | -16/+13 |
* | Details (typos in comments) | Roberto Ierusalimschy | 2025-04-23 | 16 | -30/+29 |
* | Function 'luaK_semerror' made vararg | Roberto Ierusalimschy | 2025-04-17 | 3 | -20/+21 |
* | In gen. GC, some gray objects stay in gray lists | Roberto Ierusalimschy | 2025-04-15 | 2 | -2/+9 |
* | Order change in 'pushfuncname' | Roberto Ierusalimschy | 2025-04-03 | 2 | -7/+7 |
* | Tiny refactoring in io.flush | Roberto Ierusalimschy | 2025-04-03 | 2 | -7/+25 |
* | io.write returns number of written bytes on error | Roberto Ierusalimschy | 2025-04-03 | 4 | -7/+65 |
* | Corrections of stack addresses back to strict mode | Roberto Ierusalimschy | 2025-04-01 | 2 | -3/+3 |