Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | "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 |
* | 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 |
* | Avoid excessive name pollution in test files | Roberto Ierusalimschy | 2022-12-28 | 26 | -261/+335 |
* | Detail in make file for testes/libs | Roberto Ierusalimschy | 2022-12-23 | 1 | -5/+5 |
* | Small change in barrier macros | Roberto Ierusalimschy | 2022-12-15 | 1 | -8/+9 |
* | Small improvements in 'lmem.c' | Roberto Ierusalimschy | 2022-12-15 | 1 | -27/+41 |
* | Details in some header files | Roberto Ierusalimschy | 2022-12-14 | 3 | -11/+21 |
* | 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 |
* | 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 |
* | Threads are created like other objects | Roberto Ierusalimschy | 2022-11-01 | 3 | -12/+16 |
* | Stack reallocation done with a single realloc | Roberto Ierusalimschy | 2022-10-31 | 2 | -22/+52 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 19 | -370/+384 |
* | Details | Roberto Ierusalimschy | 2022-10-26 | 1 | -2/+7 |
* | Bug: stack overflow with nesting of coroutine.close | Roberto Ierusalimschy | 2022-10-25 | 6 | -6/+38 |
* | Removed test function 'luaH_isdummy' | Roberto Ierusalimschy | 2022-10-21 | 2 | -3/+0 |
* | Option '-l g=mod' added to the manual | Roberto Ierusalimschy | 2022-10-19 | 1 | -11/+12 |
* | Details | Roberto Ierusalimschy | 2022-10-19 | 2 | -7/+7 |
* | Portability issue in a test for 'string.format' | Roberto Ierusalimschy | 2022-10-19 | 1 | -2/+7 |
* | Negation in constant folding of '>>' may overflow | Roberto Ierusalimschy | 2022-09-23 | 4 | -4/+19 |
* | Small simplification in overflow check in 'getfield' | Roberto Ierusalimschy | 2022-09-23 | 2 | -3/+10 |
* | Bug: 'utf8.codes' accepts spurious continuation bytes | Roberto Ierusalimschy | 2022-09-23 | 2 | -12/+27 |
* | New test for table rehash | Roberto Ierusalimschy | 2022-09-16 | 1 | -9/+29 |
* | Note in the manual about using '...' as an expression | Roberto Ierusalimschy | 2022-09-08 | 1 | -5/+16 |
* | Corrected error message in 'table.remove' | Roberto Ierusalimschy | 2022-09-07 | 1 | -1/+1 |
* | Changed the growth rate of string buffers | Roberto Ierusalimschy | 2022-09-06 | 2 | -6/+7 |
* | Bug: 'break' may not properly close variable in a 'for' loop | Roberto Ierusalimschy | 2022-08-24 | 2 | -8/+28 |
* | Simpler handling of Byte Order Mark (BOM) | Roberto Ierusalimschy | 2022-08-23 | 2 | -26/+56 |
* | Bug: set correct pause when (re)entering gen. collection. | Roberto Ierusalimschy | 2022-08-23 | 1 | -32/+31 |
* | Better documentation for 'multires' expressions | Roberto Ierusalimschy | 2022-08-19 | 3 | -75/+120 |
* | More checks and documentation for uses of EXTRA_STACK | Roberto Ierusalimschy | 2022-05-26 | 5 | -13/+47 |
* | Bug: 'lua_settop' may use an invalid pointer to stack | Roberto Ierusalimschy | 2022-05-25 | 5 | -12/+34 |
* | 'luaV_concat' can use invalidated pointer to stack | Roberto Ierusalimschy | 2022-05-23 | 1 | -3/+3 |
* | 'lua_checkstack' doesn't need to check stack overflow | Roberto Ierusalimschy | 2022-05-23 | 5 | -26/+17 |
* | Save stack space while handling errors | Roberto Ierusalimschy | 2022-05-20 | 2 | -3/+8 |
* | Details (identation and typos) | Roberto Ierusalimschy | 2022-05-10 | 2 | -3/+4 |
* | Factoring out common parts of 'codearith' and 'codebitwise' | Roberto Ierusalimschy | 2022-05-06 | 1 | -25/+33 |
* | Bug: Wrong code generation in bitwise operations | Roberto Ierusalimschy | 2022-04-25 | 3 | -6/+42 |