Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-07-25 | Bug: Call hook may be called twice when count hook yields | Roberto Ierusalimschy | 4 | -11/+27 |
2023-07-13 | Thread stacks resized in the atomic phase | Roberto Ierusalimschy | 1 | -3/+5 |
2023-07-03 | Details | Roberto Ierusalimschy | 2 | -3/+2 |
2023-06-21 | Removed redundancy in definitions of version/release | Roberto Ierusalimschy | 1 | -11/+21 |
2023-06-16 | Avoid inclusion loop in 'ltm.h' | Roberto Ierusalimschy | 1 | -3/+2 |
2023-06-14 | Bug: read overflow in 'l_strcmp' | Roberto Ierusalimschy | 1 | -18/+20 |
2023-05-22 | Several functions turned 'static' | Roberto Ierusalimschy | 7 | -23/+18 |
2023-05-15 | Option '-l' discards version sufix from file name | Roberto Ierusalimschy | 4 | -11/+26 |
2023-05-15 | Small improvements in tests | Roberto Ierusalimschy | 2 | -21/+24 |
2023-05-15 | Details | Roberto Ierusalimschy | 5 | -14/+14 |
2023-05-02 | "Emergency" new version 5.4.6v5.4.6 | Roberto Ierusalimschy | 5 | -22/+41 |
2023-04-18 | Detailsv5.4.5 | Roberto Ierusalimschy | 7 | -14/+14 |
2023-03-31 | New year (2023) | Roberto Ierusalimschy | 3 | -5/+4 |
2023-03-27 | More orderliness in casts of enumerations | Roberto Ierusalimschy | 2 | -27/+57 |
2023-03-24 | More regularity in uses of enums in 'lcode.c' | Roberto Ierusalimschy | 1 | -18/+18 |
2023-03-17 | Bug: Loading a corrupted binary file can segfault | Roberto Ierusalimschy | 3 | -2/+22 |
2023-03-09 | Details | Roberto Ierusalimschy | 1 | -3/+17 |
2023-03-09 | Corrected support for 16-bit systems | Roberto Ierusalimschy | 3 | -10/+8 |
2023-02-08 | Bug: Wrong line in error message for arith. errors | Roberto Ierusalimschy | 2 | -0/+12 |
2023-02-07 | Simpler definition for LUA_STRFTIMEOPTIONS | Roberto Ierusalimschy | 1 | -15/+6 |
2023-02-02 | New macro LUA_USE_IOS | Roberto Ierusalimschy | 2 | -12/+11 |
2023-02-02 | Small changes in hash of pointers | Roberto Ierusalimschy | 1 | -4/+17 |
2023-01-24 | Fix absence of 'system' in iOS | Roberto Ierusalimschy | 1 | -1/+17 |
2022-12-28 | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 26 | -261/+335 |
2022-12-23 | Detail in make file for testes/libs | Roberto Ierusalimschy | 1 | -5/+5 |
2022-12-15 | Small change in barrier macros | Roberto Ierusalimschy | 1 | -8/+9 |
2022-12-15 | Small improvements in 'lmem.c' | Roberto Ierusalimschy | 1 | -27/+41 |
2022-12-14 | Details in some header files | Roberto Ierusalimschy | 3 | -11/+21 |
2022-12-09 | Reduce calls to 'luaC_step' when GC is stopped | Roberto Ierusalimschy | 1 | -3/+6 |
2022-12-02 | Details | Roberto Ierusalimschy | 1 | -5/+5 |
2022-11-23 | Stop GC while building initial state | Roberto Ierusalimschy | 1 | -1/+3 |
2022-11-08 | Removed unused field 'UpVal.tbc' | Roberto Ierusalimschy | 2 | -4/+2 |
2022-11-01 | Threads are created like other objects | Roberto Ierusalimschy | 3 | -12/+16 |
2022-10-31 | Stack reallocation done with a single realloc | Roberto Ierusalimschy | 2 | -22/+52 |
2022-10-29 | Stack indices changed to union's | Roberto Ierusalimschy | 19 | -370/+384 |
2022-10-26 | Details | Roberto Ierusalimschy | 1 | -2/+7 |
2022-10-25 | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 6 | -6/+38 |
2022-10-21 | Removed test function 'luaH_isdummy' | Roberto Ierusalimschy | 2 | -3/+0 |
2022-10-19 | Option '-l g=mod' added to the manual | Roberto Ierusalimschy | 1 | -11/+12 |
2022-10-19 | Details | Roberto Ierusalimschy | 2 | -7/+7 |
2022-10-19 | Portability issue in a test for 'string.format' | Roberto Ierusalimschy | 1 | -2/+7 |
2022-09-23 | Negation in constant folding of '>>' may overflow | Roberto Ierusalimschy | 4 | -4/+19 |
2022-09-23 | Small simplification in overflow check in 'getfield' | Roberto Ierusalimschy | 2 | -3/+10 |
2022-09-23 | Bug: 'utf8.codes' accepts spurious continuation bytes | Roberto Ierusalimschy | 2 | -12/+27 |
2022-09-16 | New test for table rehash | Roberto Ierusalimschy | 1 | -9/+29 |
2022-09-08 | Note in the manual about using '...' as an expression | Roberto Ierusalimschy | 1 | -5/+16 |
2022-09-07 | Corrected error message in 'table.remove' | Roberto Ierusalimschy | 1 | -1/+1 |
2022-09-06 | Changed the growth rate of string buffers | Roberto Ierusalimschy | 2 | -6/+7 |
2022-08-24 | Bug: 'break' may not properly close variable in a 'for' loop | Roberto Ierusalimschy | 2 | -8/+28 |
2022-08-23 | Simpler handling of Byte Order Mark (BOM) | Roberto Ierusalimschy | 2 | -26/+56 |