Roberto Ierusalimschy
|
ac65bab25f
jumps in 'for' loops don't need to be signed
|
8 年 前 |
Roberto Ierusalimschy
|
f185c0132e
comment in code fragment
|
8 年 前 |
Roberto Ierusalimschy
|
b77f792b23
comment
|
8 年 前 |
Roberto Ierusalimschy
|
4053eae9eb
bug: Lua does not check GC when creating error messages
|
8 年 前 |
Roberto Ierusalimschy
|
6d998055c8
no more reference 'memerrmsg' + new reference to "n"
|
8 年 前 |
Roberto Ierusalimschy
|
11769b203f
new version (5.4)
|
8 年 前 |
Roberto Ierusalimschy
|
b1daa069ba
bug: Lua does not check GC when creating error messages
|
8 年 前 |
Roberto Ierusalimschy
|
4dff277255
coercion string->number in arithmetic operations moved to string
|
8 年 前 |
Roberto Ierusalimschy
|
07db10813c
'OP_VARARG' has the vararg parameter as an operand
|
8 年 前 |
Roberto Ierusalimschy
|
f96497397a
new type 'StackValue' for stack elements
|
8 年 前 |
Roberto Ierusalimschy
|
5a1c8d8ef3
new constant 'LUA_GNAME' for the name of the global table "_G"
|
8 年 前 |
Roberto Ierusalimschy
|
124bfd2081
dumping ints and size_ts compacted
|
8 年 前 |
Roberto Ierusalimschy
|
b42430fd3a
'lineinfo' in prototypes saved as differences instead of absolute
|
8 年 前 |
Roberto Ierusalimschy
|
60a7492d24
new type 'ls_byte' for signed bytes
|
8 年 前 |
Roberto Ierusalimschy
|
73ec04fcf3
no more 'DEADKEY'. Table traversals do not need to consider dead keys;
|
8 年 前 |
Roberto Ierusalimschy
|
d13a3fb070
detail
|
8 年 前 |
Roberto Ierusalimschy
|
b6f87491af
in hash nodes, keys are stored in separate pieces to avoid wasting
|
8 年 前 |
Roberto Ierusalimschy
|
4bb30f461b
when assigning to a 'TValue', better assign only exact fields,
|
8 年 前 |
Roberto Ierusalimschy
|
dad85e4131
macro 'setobj2t' may not be an expression
|
8 年 前 |
Roberto Ierusalimschy
|
b029e7ea20
macro 'luaV_fastget' may need protection ({}) to be used inside
|
8 年 前 |
Roberto Ierusalimschy
|
4bc33d64de
avoid overflows in computation of step size
|
8 年 前 |
Roberto Ierusalimschy
|
8821746841
updated GC states in function 'T.gcstate'
|
8 年 前 |
Roberto Ierusalimschy
|
72d82a296c
revamping the incremental collector
|
8 年 前 |
Roberto Ierusalimschy
|
4804bbd9bb
include first standard header files
|
8 年 前 |
Roberto Ierusalimschy
|
be0d951be8
bug: cannot reuse a dying upvalue
|
8 年 前 |
Roberto Ierusalimschy
|
a9dbc2d641
assert removed in 'luaO_arith'
|
8 年 前 |
Roberto Ierusalimschy
|
c25380c28d
details (using proper version of 'setobj')
|
8 年 前 |
Roberto Ierusalimschy
|
03094da80c
detail (extra closing brackets)
|
8 年 前 |
Roberto Ierusalimschy
|
01c96ad12e
handling of inf, -inf, and NaN by string.format'%q'
|
8 年 前 |
Roberto Ierusalimschy
|
1bdc328c75
bug: Lua crashes when building sequences with more than 2^30 elements.
|
8 年 前 |