Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 6 | -102/+137 |
|\ | |||||
| * | Bug: Recursion in 'getobjname' can stack overflow | Roberto Ierusalimschy | 2023-11-01 | 2 | -69/+87 |
| * | Simpler test in 'luaH_getint' | Roberto Ierusalimschy | 2023-10-26 | 1 | -11/+25 |
| * | Removed test for "corrupted binary dump" | Roberto Ierusalimschy | 2023-09-08 | 2 | -15/+1 |
| * | Avoid casts from unsigned long to floating-point | Roberto Ierusalimschy | 2023-09-08 | 1 | -7/+24 |
| * | Cannot use 'getshrstr' before setting 'shrlen' | Roberto Ierusalimschy | 2023-08-25 | 1 | -1/+1 |
* | | Added suport for Fixed Buffers | Roberto Ierusalimschy | 2023-09-05 | 12 | -34/+160 |
* | | New macro 'getlstr' | Roberto Ierusalimschy | 2023-08-30 | 5 | -22/+37 |
* | | Field 'Proto.is_vararg' uses only one bit | Roberto Ierusalimschy | 2023-08-30 | 8 | -13/+20 |
* | | Opcode in dumps is stored properly aligned | Roberto Ierusalimschy | 2023-08-25 | 2 | -1/+30 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-08-23 | 22 | -88/+134 |
|\| | |||||
| * | Documentation for "LUA_NOENV" | Roberto Ierusalimschy | 2023-08-23 | 1 | -0/+4 |
| * | Bug: Wrong line number for function calls | Roberto Ierusalimschy | 2023-08-23 | 2 | -10/+10 |
| * | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 9 | -33/+37 |
| * | More control over encoding of test files | Roberto Ierusalimschy | 2023-08-17 | 6 | -28/+49 |
| * | Bug: Call hook may be called twice when count hook yields | Roberto Ierusalimschy | 2023-07-25 | 4 | -11/+27 |
| * | Thread stacks resized in the atomic phase | Roberto Ierusalimschy | 2023-07-13 | 1 | -3/+5 |
| * | Details | Roberto Ierusalimschy | 2023-07-03 | 2 | -3/+2 |
* | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 33 | -205/+305 |
|\| | |||||
| * | Removed redundancy in definitions of version/release | Roberto Ierusalimschy | 2023-06-21 | 1 | -11/+21 |
| * | Avoid inclusion loop in 'ltm.h' | Roberto Ierusalimschy | 2023-06-16 | 1 | -3/+2 |
| * | Bug: read overflow in 'l_strcmp' | Roberto Ierusalimschy | 2023-06-14 | 1 | -18/+20 |
| * | Several functions turned 'static' | Roberto Ierusalimschy | 2023-05-22 | 7 | -23/+18 |
| * | Option '-l' discards version sufix from file name | Roberto Ierusalimschy | 2023-05-15 | 4 | -11/+26 |
| * | Small improvements in tests | Roberto Ierusalimschy | 2023-05-15 | 2 | -21/+24 |
| * | 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 |