Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Details | Roberto Ierusalimschy | 2023-05-15 | 5 | -14/+14 | |
| |/ | ||||||
| * | "Emergency" new version 5.4.6v5.4.6 | Roberto Ierusalimschy | 2023-05-02 | 5 | -22/+41 | |
| * | Detailsv5.4.5 | Roberto Ierusalimschy | 2023-04-18 | 7 | -14/+14 | |
| * | New year (2023) | Roberto Ierusalimschy | 2023-03-31 | 3 | -5/+4 | |
| * | More orderliness in casts of enumerations | Roberto Ierusalimschy | 2023-03-27 | 2 | -27/+57 | |
| * | More regularity in uses of enums in 'lcode.c' | Roberto Ierusalimschy | 2023-03-24 | 1 | -18/+18 | |
| * | Bug: Loading a corrupted binary file can segfault | Roberto Ierusalimschy | 2023-03-17 | 3 | -2/+22 | |
| * | Details | Roberto Ierusalimschy | 2023-03-09 | 1 | -3/+17 | |
| * | Corrected support for 16-bit systems | Roberto Ierusalimschy | 2023-03-09 | 3 | -10/+8 | |
| * | Bug: Wrong line in error message for arith. errors | Roberto Ierusalimschy | 2023-02-08 | 2 | -0/+12 | |
| * | Simpler definition for LUA_STRFTIMEOPTIONS | Roberto Ierusalimschy | 2023-02-07 | 1 | -15/+6 | |
* | | Clock component removed from 'luaL_makeseed' | Roberto Ierusalimschy | 2023-03-23 | 4 | -11/+9 | |
* | | New function 'luaL_makeseed' | Roberto Ierusalimschy | 2023-03-20 | 9 | -86/+87 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-02-02 | 3 | -5/+33 | |
|\| | ||||||
| * | New macro LUA_USE_IOS | Roberto Ierusalimschy | 2023-02-02 | 2 | -12/+11 | |
| * | Small changes in hash of pointers | Roberto Ierusalimschy | 2023-02-02 | 1 | -4/+17 | |
| * | Fix absence of 'system' in iOS | Roberto Ierusalimschy | 2023-01-24 | 1 | -1/+17 | |
* | | Do not avoid major collections when GCdebt is zero | Roberto Ierusalimschy | 2022-12-29 | 1 | -5/+2 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-28 | 26 | -261/+335 | |
|\| | ||||||
| * | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 26 | -261/+335 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-23 | 1 | -5/+5 | |
|\| | ||||||
| * | Detail in make file for testes/libs | Roberto Ierusalimschy | 2022-12-23 | 1 | -5/+5 | |
* | | Changes in opcodes for generic 'for' | Roberto Ierusalimschy | 2022-12-22 | 3 | -29/+38 | |
* | | Simplification in opcodes for numerical 'for' | Roberto Ierusalimschy | 2022-12-21 | 2 | -27/+27 | |
* | | Control variables in for loops are read only | Roberto Ierusalimschy | 2022-12-21 | 5 | -37/+40 | |
* | | Towards Lua 5.5 | Roberto Ierusalimschy | 2022-12-20 | 5 | -129/+12 | |
* | | Dump doesn't need to reuse 'source' | Roberto Ierusalimschy | 2022-12-20 | 3 | -12/+35 | |
* | | Dump/undump reuse strings | Roberto Ierusalimschy | 2022-12-15 | 5 | -12/+77 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-15 | 1 | -8/+9 | |
|\| | ||||||
| * | Small change in barrier macros | Roberto Ierusalimschy | 2022-12-15 | 1 | -8/+9 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-15 | 1 | -27/+41 | |
|\| | ||||||
| * | Small improvements in 'lmem.c' | Roberto Ierusalimschy | 2022-12-15 | 1 | -27/+41 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-14 | 3 | -11/+21 | |
|\| | ||||||
| * | Details in some header files | Roberto Ierusalimschy | 2022-12-14 | 3 | -11/+21 | |
* | | Changed signal of GC debt | Roberto Ierusalimschy | 2022-12-13 | 6 | -25/+22 | |
* | | Revamp of GC parameters | Roberto Ierusalimschy | 2022-12-13 | 6 | -41/+61 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-12 | 2 | -7/+11 | |
|\| | ||||||
| * | Reduce calls to 'luaC_step' when GC is stopped | Roberto Ierusalimschy | 2022-12-09 | 1 | -3/+6 | |
| * | Details | Roberto Ierusalimschy | 2022-12-02 | 1 | -5/+5 | |
* | | New function 'luaL_openselectedlibs' | Roberto Ierusalimschy | 2022-12-07 | 7 | -69/+71 | |
* | | Simplification in handling of GC debt | Roberto Ierusalimschy | 2022-12-06 | 2 | -20/+22 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-12-01 | 2 | -4/+2 | |
|\| | ||||||
| * | Stop GC while building initial state | Roberto Ierusalimschy | 2022-11-23 | 1 | -1/+3 | |
| * | Removed unused field 'UpVal.tbc' | Roberto Ierusalimschy | 2022-11-08 | 2 | -4/+2 | |
* | | Simpler control for major collections | Roberto Ierusalimschy | 2022-11-29 | 6 | -136/+77 | |
* | | Removed GC checks from function calls | Roberto Ierusalimschy | 2022-11-24 | 5 | -20/+10 | |
* | | 'l_mem' renamed to 'l_obj' to count objects | Roberto Ierusalimschy | 2022-11-23 | 6 | -49/+51 | |
* | | First version of GC counting objects for control | Roberto Ierusalimschy | 2022-11-23 | 9 | -156/+162 | |
* | | Added a counter of the total number of existing objects | Roberto Ierusalimschy | 2022-11-03 | 3 | -0/+5 | |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2022-11-01 | 3 | -12/+16 | |
|\| |