Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Details | Roberto Ierusalimschy | 2025-02-26 | 1 | -1/+4 |
* | Local declaration in the REPL generates a warning | Roberto Ierusalimschy | 2024-09-27 | 1 | -0/+9 |
* | Removed compatibility with "= exp" in the REPL | Roberto Ierusalimschy | 2024-07-05 | 1 | -1/+1 |
* | Fixed bug in 'multiline' | Roberto Ierusalimschy | 2024-07-05 | 1 | -0/+5 |
* | lua.c loads 'readline' dynamically | Roberto Ierusalimschy | 2024-07-04 | 1 | -9/+7 |
* | Details | Roberto Ierusalimschy | 2024-03-13 | 1 | -2/+2 |
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -20/+30 |
|\ | |||||
| * | Option '-l' discards version sufix from file name | Roberto Ierusalimschy | 2023-05-15 | 1 | -0/+7 |
| * | Small improvements in tests | Roberto Ierusalimschy | 2023-05-15 | 1 | -20/+23 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-28 | 1 | -2/+2 |
|\| | |||||
| * | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 1 | -2/+2 |
* | | Towards Lua 5.5 | Roberto Ierusalimschy | 2022-12-20 | 1 | -3/+3 |
|/ | |||||
* | Simpler handling of Byte Order Mark (BOM) | Roberto Ierusalimschy | 2022-08-23 | 1 | -5/+30 |
* | Bug: finalizer calling exit can corrupt finalization order | Roberto Ierusalimschy | 2021-12-22 | 1 | -0/+28 |
* | Option '-l' can give a name for the global variable. | Roberto Ierusalimschy | 2021-08-16 | 1 | -0/+5 |
* | _PROMPT can have non-string values | Roberto Ierusalimschy | 2020-10-26 | 1 | -0/+27 |
* | Avoid memory allocation in some functions from 'ltests.c' | Roberto Ierusalimschy | 2020-07-04 | 1 | -3/+3 |
* | Default for warnings changed to "off" | Roberto Ierusalimschy | 2019-08-20 | 1 | -4/+7 |
* | Detail (extra test for warnings when closing state) | Roberto Ierusalimschy | 2019-08-19 | 1 | -0/+11 |
* | Improvement in warn-mode '@store' (for testing) | Roberto Ierusalimschy | 2019-08-18 | 1 | -3/+3 |
* | Added control messages to warnings | Roberto Ierusalimschy | 2019-08-15 | 1 | -0/+29 |
* | Fixed test in 'main.lua' | Roberto Ierusalimschy | 2019-07-30 | 1 | -7/+10 |
* | Change in the syntax of attributes | Roberto Ierusalimschy | 2019-07-30 | 1 | -2/+2 |
* | Function 'warn' is vararg | Roberto Ierusalimschy | 2019-06-04 | 1 | -1/+17 |
* | Flag for to-be-closed variables changed to '<toclose>' | Roberto Ierusalimschy | 2019-05-09 | 1 | -2/+2 |
* | Avoid the creation of too many strings in 'package' | Roberto Ierusalimschy | 2019-05-03 | 1 | -8/+19 |
* | New functions 'lua_resetthread' and 'coroutine.kill' | Roberto Ierusalimschy | 2018-12-13 | 1 | -5/+19 |
* | Added directory to test file names in '$Id:' | Roberto Ierusalimschy | 2018-07-25 | 1 | -1/+1 |
* | Added manual and tests for version 5.4-w2 | Roberto Ierusalimschy | 2018-07-09 | 1 | -0/+381 |