Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More disciplined use of 'getstr' and 'tsslen' | Roberto Ierusalimschy | 2023-08-17 | 1 | -10/+8 |
* | Removed unused field 'UpVal.tbc' | Roberto Ierusalimschy | 2022-11-08 | 1 | -1/+0 |
* | Stack reallocation done with a single realloc | Roberto Ierusalimschy | 2022-10-31 | 1 | -0/+6 |
* | Stack indices changed to union's | Roberto Ierusalimschy | 2022-10-29 | 1 | -1/+9 |
* | More checks and documentation for uses of EXTRA_STACK | Roberto Ierusalimschy | 2022-05-26 | 1 | -0/+2 |
* | Avoid taking the address of a 'TValue' field | Roberto Ierusalimschy | 2021-10-11 | 1 | -1/+1 |
* | Details | Roberto Ierusalimschy | 2021-03-29 | 1 | -1/+1 |
* | New implementation for 'tbclist' | Roberto Ierusalimschy | 2021-03-10 | 1 | -2/+3 |
* | New implementation for to-be-closed variables | Roberto Ierusalimschy | 2021-02-09 | 1 | -1/+9 |
* | Cleaner definition for macro 'ttisclosure' | Roberto Ierusalimschy | 2020-12-16 | 1 | -1/+2 |
* | Fixed bug of keys removed from tables vs 'next' | Roberto Ierusalimschy | 2020-10-14 | 1 | -8/+10 |
* | Free bit 7 of GC 'marked' field | Roberto Ierusalimschy | 2020-08-07 | 1 | -3/+3 |
* | Detail (in asserts) | Roberto Ierusalimschy | 2020-08-03 | 1 | -1/+2 |
* | Cleaner definition for 'TString' | Roberto Ierusalimschy | 2020-05-19 | 1 | -4/+3 |
* | Several details about 5.4.0 rc1 | Roberto Ierusalimschy | 2020-04-23 | 1 | -2/+1 |
* | Tag values don't need to be different from type values | Roberto Ierusalimschy | 2020-01-31 | 1 | -18/+19 |
* | Clearer distinction between types and tags | Roberto Ierusalimschy | 2020-01-31 | 1 | -60/+76 |
* | New macro 'makevariant' to codify variant tags | Roberto Ierusalimschy | 2020-01-06 | 1 | -11/+14 |
* | Changed internal representation of booleans | Roberto Ierusalimschy | 2020-01-06 | 1 | -7/+10 |
* | Changed definition of macro 'l_isfalse' | Roberto Ierusalimschy | 2019-10-22 | 1 | -1/+1 |
* | Details (mostly comments) | Roberto Ierusalimschy | 2019-10-22 | 1 | -8/+23 |
* | Tag LUA_TUPVALTBC replaced by a flag | Roberto Ierusalimschy | 2019-07-19 | 1 | -3/+1 |
* | Details | Roberto Ierusalimschy | 2019-07-18 | 1 | -5/+5 |
* | OP_NEWTABLE keeps exact size of arrays | Roberto Ierusalimschy | 2019-07-12 | 1 | -2/+0 |
* | First implementation of constant propagation | Roberto Ierusalimschy | 2019-07-12 | 1 | -1/+1 |
* | New implementation for constants | Roberto Ierusalimschy | 2019-07-09 | 1 | -0/+1 |
* | Added field 'srclen' to structure 'lua_Debug' | Roberto Ierusalimschy | 2019-04-04 | 1 | -1/+1 |
* | Strings inside Lua are not fully aligned | Roberto Ierusalimschy | 2019-03-13 | 1 | -9/+1 |
* | Removed internal cache for closures | Roberto Ierusalimschy | 2018-11-01 | 1 | -2/+0 |
* | Towards "to closed" local variables | Roberto Ierusalimschy | 2018-10-08 | 1 | -0/+4 |
* | Removed extra information from RCS keyword strings | Roberto Ierusalimschy | 2018-08-23 | 1 | -1/+1 |
* | new field 'nilvalue' in struct 'global_State' to avoid the use of | Roberto Ierusalimschy | 2018-06-15 | 1 | -4/+1 |
* | field 'sizearray' in struct 'Table' changed to 'alimit', which can | Roberto Ierusalimschy | 2018-06-15 | 1 | -2/+15 |
* | no more 'luaO_nilobject' to avoid comparison of global variable addresses | Roberto Ierusalimschy | 2018-06-01 | 1 | -7/+1 |
* | no more 'luaH_emptyobject' and comparisons of addresses of global variables | Roberto Ierusalimschy | 2018-06-01 | 1 | -8/+28 |
* | no more nil-in-table | Roberto Ierusalimschy | 2018-04-04 | 1 | -8/+2 |
* | better names for macros for tags and types. | Roberto Ierusalimschy | 2018-02-26 | 1 | -11/+11 |
* | special compact representation for userdata with no user values | Roberto Ierusalimschy | 2018-02-26 | 1 | -9/+28 |
* | avoid variant tags with the same value of the original type | Roberto Ierusalimschy | 2018-02-25 | 1 | -9/+9 |
* | first (parcial) implementation of 'keyin'/'removekey' | Roberto Ierusalimschy | 2018-02-25 | 1 | -5/+12 |
* | first version of empty entries in tables | Roberto Ierusalimschy | 2018-02-23 | 1 | -3/+27 |
* | some reorganization in 'lobject.h' | Roberto Ierusalimschy | 2018-02-22 | 1 | -187/+218 |
* | details (comments) | Roberto Ierusalimschy | 2018-02-21 | 1 | -19/+26 |
* | userdata can have multiple user values | Roberto Ierusalimschy | 2018-02-20 | 1 | -26/+34 |
* | janitor work on casts | Roberto Ierusalimschy | 2018-01-28 | 1 | -4/+4 |
* | detail (comment) | Roberto Ierusalimschy | 2018-01-28 | 1 | -2/+2 |
* | detail (typo in comments) | Roberto Ierusalimschy | 2017-11-23 | 1 | -2/+2 |
* | back to 'CallInfo' (no gains with its removal) | Roberto Ierusalimschy | 2017-11-07 | 1 | -31/+1 |
* | fitting a StackValue structure into 32 bytes (for 64-bit machines) | Roberto Ierusalimschy | 2017-11-06 | 1 | -8/+9 |
* | no more useful fields in CallInfo | Roberto Ierusalimschy | 2017-11-03 | 1 | -2/+16 |