Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Details | Roberto Ierusalimschy | 2025-01-16 | 1 | -4/+4 |
* | Fixed conversion warnings from clang | Roberto Ierusalimschy | 2025-01-14 | 1 | -2/+2 |
* | Detail (debugging aid) | Roberto Ierusalimschy | 2025-01-06 | 1 | -0/+2 |
* | Small optimization in 'luaH_psetshortstr' | Roberto Ierusalimschy | 2024-12-28 | 1 | -18/+63 |
* | Scanner and parser use different tables for constants | Roberto Ierusalimschy | 2024-12-17 | 1 | -10/+1 |
* | Rehash reinserts elements with "lighter" functions | Roberto Ierusalimschy | 2024-12-05 | 1 | -17/+33 |
* | Refactoring of 'luaH_newkey' | Roberto Ierusalimschy | 2024-12-05 | 1 | -53/+77 |
* | New way to keep hints for table length | Roberto Ierusalimschy | 2024-11-29 | 1 | -198/+100 |
* | Avoid an extra call to 'concretesize' in 'resizearray' | Roberto Ierusalimschy | 2024-11-27 | 1 | -5/+5 |
* | 'objsize' returns 'l_mem' | Roberto Ierusalimschy | 2024-11-15 | 1 | -2/+3 |
* | Dummy node has a non-nil key | Roberto Ierusalimschy | 2024-11-15 | 1 | -25/+28 |
* | Add extra size when resizing tables with deleted keys | Roberto Ierusalimschy | 2024-11-14 | 1 | -5/+21 |
* | New rule for size of array part | Roberto Ierusalimschy | 2024-11-13 | 1 | -7/+20 |
* | New structure to count keys in a table for rehashing | Roberto Ierusalimschy | 2024-10-28 | 1 | -50/+65 |
* | Table rehash can resize only the hash part | Roberto Ierusalimschy | 2024-10-28 | 1 | -14/+19 |
* | Always use unsigned int for indexing table-arrays | Roberto Ierusalimschy | 2024-10-24 | 1 | -4/+4 |
* | 'objsize' broke in smaller pieces | Roberto Ierusalimschy | 2024-09-30 | 1 | -0/+12 |
* | Avoid Microsoft warning | Roberto Ierusalimschy | 2024-09-19 | 1 | -1/+2 |
* | Added gcc option '-Wconversion' | Roberto Ierusalimschy | 2024-07-27 | 1 | -33/+34 |
* | 'isIT'/'isOT' turned from macros to functions | Roberto Ierusalimschy | 2024-06-27 | 1 | -1/+1 |
* | Encoding of table indices (hres) must use C indices | Roberto Ierusalimschy | 2024-06-10 | 1 | -6/+6 |
* | Yet another representation for arrays | Roberto Ierusalimschy | 2024-04-05 | 1 | -23/+44 |
* | Some 'unsigned int' changed to 'unsigned' | Roberto Ierusalimschy | 2024-03-22 | 1 | -10/+10 |
* | 'luaH_get' functions return tag of the result | Roberto Ierusalimschy | 2024-03-21 | 1 | -18/+30 |
* | 'luaH_get' functions return 'TValue' | Roberto Ierusalimschy | 2024-03-18 | 1 | -35/+18 |
* | Removed "bulk operations" | Roberto Ierusalimschy | 2024-03-15 | 1 | -13/+4 |
* | Added "bulk operations" to arrays | Roberto Ierusalimschy | 2024-03-15 | 1 | -15/+42 |
* | Fixed warnings from different compilers | Roberto Ierusalimschy | 2024-02-15 | 1 | -1/+2 |
* | Field 'lastfree' changed (back) to 'Node *' | Roberto Ierusalimschy | 2024-02-07 | 1 | -14/+16 |
* | Better handling of size limit when resizing a table | Roberto Ierusalimschy | 2024-02-07 | 1 | -4/+13 |
* | Small optimization in 'luaH_psetint' | Roberto Ierusalimschy | 2024-01-25 | 1 | -1/+1 |
* | Optimizations for 'lua_rawgeti' and 'lua_rawseti' | Roberto Ierusalimschy | 2024-01-12 | 1 | -18/+37 |
* | Simpler coding for new representation for arrays | Roberto Ierusalimschy | 2023-11-24 | 1 | -19/+27 |
* | Merge branch 'newarray' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -84/+244 |
|\ | |||||
| * | Merge branch 'master' into newarray | Roberto Ierusalimschy | 2023-11-03 | 1 | -2/+3 |
| |\ | |||||
| * | | Full implementation of new representation for arrays | Roberto Ierusalimschy | 2023-11-03 | 1 | -9/+37 |
| * | | Full abstraction for representation of array values | Roberto Ierusalimschy | 2023-10-30 | 1 | -56/+60 |
| * | | Avoid direct accesses to the array part of a table | Roberto Ierusalimschy | 2023-10-27 | 1 | -49/+79 |
| * | | Some cleaning in the new table API | Roberto Ierusalimschy | 2023-05-16 | 1 | -50/+52 |
| * | | New table API for 'set' functions | Roberto Ierusalimschy | 2023-05-16 | 1 | -20/+100 |
| * | | Towards a new implementation of arrays | Roberto Ierusalimschy | 2023-05-15 | 1 | -0/+30 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-11-07 | 1 | -11/+25 |
|\ \ \ | | |/ | |/| | |||||
| * | | Simpler test in 'luaH_getint' | Roberto Ierusalimschy | 2023-10-26 | 1 | -11/+25 |
* | | | Merge branch 'master' into nextversion | Roberto Ierusalimschy | 2023-06-22 | 1 | -1/+4 |
|\| | | |||||
| * | | Details | Roberto Ierusalimschy | 2023-05-15 | 1 | -1/+2 |
| |/ | |||||
| * | Corrected support for 16-bit systems | Roberto Ierusalimschy | 2023-03-09 | 1 | -0/+2 |
* | | Tables have a 'lastfree' information only when needed | Roberto Ierusalimschy | 2022-11-01 | 1 | -15/+65 |
|/ | |||||
* | Removed test function 'luaH_isdummy' | Roberto Ierusalimschy | 2022-10-21 | 1 | -2/+0 |
* | Details | Roberto Ierusalimschy | 2022-10-19 | 1 | -2/+2 |
* | Main 'mainposition' replaced by 'mainpositionTV' | Roberto Ierusalimschy | 2021-11-25 | 1 | -19/+16 |