Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2023-11-10 | Fixed buffers save long strings as external. | Roberto Ierusalimschy | 4 | -16/+29 |
2023-11-09 | External strings | Roberto Ierusalimschy | 9 | -14/+195 |
2023-11-08 | Towards external strings | Roberto Ierusalimschy | 4 | -22/+36 |
2023-11-08 | Details | Roberto Ierusalimschy | 1 | -9/+18 |
2023-11-08 | Solving merge issue with use of tables in dump/undump | Roberto Ierusalimschy | 2 | -6/+7 |
2023-11-03 | Full implementation of new representation for arrays | Roberto Ierusalimschy | 5 | -29/+96 |
2023-11-01 | Bug: Recursion in 'getobjname' can stack overflow | Roberto Ierusalimschy | 2 | -69/+87 |
2023-10-30 | Full abstraction for representation of array values | Roberto Ierusalimschy | 9 | -93/+128 |
2023-10-27 | Avoid direct accesses to the array part of a table | Roberto Ierusalimschy | 1 | -49/+79 |
2023-10-26 | Simpler test in 'luaH_getint' | Roberto Ierusalimschy | 1 | -11/+25 |
2023-09-08 | Removed test for "corrupted binary dump" | Roberto Ierusalimschy | 2 | -15/+1 |
2023-09-08 | Avoid casts from unsigned long to floating-point | Roberto Ierusalimschy | 1 | -7/+24 |
2023-09-05 | Added suport for Fixed Buffers | Roberto Ierusalimschy | 12 | -34/+160 |
2023-08-30 | New macro 'getlstr' | Roberto Ierusalimschy | 5 | -22/+37 |
2023-08-30 | Field 'Proto.is_vararg' uses only one bit | Roberto Ierusalimschy | 8 | -13/+20 |
2023-08-25 | Opcode in dumps is stored properly aligned | Roberto Ierusalimschy | 2 | -1/+30 |
2023-08-25 | Cannot use 'getshrstr' before setting 'shrlen' | Roberto Ierusalimschy | 1 | -1/+1 |
2023-08-23 | Documentation for "LUA_NOENV" | Roberto Ierusalimschy | 1 | -0/+4 |
2023-08-23 | Bug: Wrong line number for function calls | Roberto Ierusalimschy | 2 | -10/+10 |
2023-08-17 | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 9 | -33/+37 |
2023-08-17 | More control over encoding of test files | Roberto Ierusalimschy | 6 | -28/+49 |
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-16 | Some cleaning in the new table API | Roberto Ierusalimschy | 8 | -210/+189 |
2023-05-16 | New table API for 'set' functions | Roberto Ierusalimschy | 5 | -71/+180 |
2023-05-15 | Towards a new implementation of arrays | Roberto Ierusalimschy | 5 | -59/+108 |
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-23 | Clock component removed from 'luaL_makeseed' | Roberto Ierusalimschy | 4 | -11/+9 |
2023-03-20 | New function 'luaL_makeseed' | Roberto Ierusalimschy | 9 | -86/+87 |
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-29 | Do not avoid major collections when GCdebt is zero | Roberto Ierusalimschy | 1 | -5/+2 |