Roberto Ierusalimschy
|
f5eb809d3f
Fixed missing GC barriers in compiler and undump
|
%!s(int64=5) %!d(string=hai) anos |
Roberto Ierusalimschy
|
063d4e4543
Lua 5.3.5 ported to git
|
%!s(int64=6) %!d(string=hai) anos |
Roberto Ierusalimschy
|
e4a9e6fcca
do not eliminate varargs from functions that do not use varargs
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
dcb2998aa6
bug: expression list with four or more expressions in
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
b65252b39b
'singlevaraux' returns result only in 'var->k'
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
e7b2e01d43
bug: label between local definitions can mix-up their initializations
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
1f259be52a
'getcode' -> 'getinstruction'
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
542dbd4c65
detail (moving bodies of 'while' to a separate line)
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
8c1fb91802
macro 'incr_top' replaced by function 'luaD_inctop'. (It is not used
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
6707ce6349
function prepares vararg only if it really uses them (chunks
|
%!s(int64=9) %!d(string=hai) anos |
Roberto Ierusalimschy
|
de3933480e
details
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
9c41d9d1df
removed unneeded barrier ('from' must be white)
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
28fdbcf393
added include for 'lprefix.h', for stuff that must be added before
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
bdf566a8a3
`name' in comments changed to 'name'
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
f97c64d7bf
macros 'LUA_QL'/'LUA_QL' deprecated
|
%!s(int64=10) %!d(string=hai) anos |
Roberto Ierusalimschy
|
17ee57f8e0
'iswhite' and related macros now can work directly on any object
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
ca41b43f53
type 'TString' refers directly to the structure inside the union
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
56137d58ff
added check for conversion 'obj2gco' (and corrections for small
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
89b56e7d84
more precision between closure types ('LClosure' x 'CClosure')
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
1ea2d20f74
first implementation of '<<', '>>', and '~' (bitwise not)
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
c0edab0f6d
first implementation of bitwise operators '&' (band), '|' (bor),
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
a948054a19
new order for binary operations (grouping them by type of result)
|
%!s(int64=11) %!d(string=hai) anos |
Roberto Ierusalimschy
|
8ef9e8460e
bug (GC can collect long identifier during parser) + change (using
|
%!s(int64=12) %!d(string=hai) anos |
Roberto Ierusalimschy
|
439d74e29f
added 'local' bit (true => object is only refered by local variables)
|
%!s(int64=12) %!d(string=hai) anos |
Roberto Ierusalimschy
|
a2f5c28a80
new operation '//' (integer division)
|
%!s(int64=12) %!d(string=hai) anos |
Roberto Ierusalimschy
|
5951c79ae1
default increment for 'for' loop is an integer (1, not 1.0)
|
%!s(int64=12) %!d(string=hai) anos |
Roberto Ierusalimschy
|
1294b09d8e
first implementation of literal integers (no constant folding yet)
|
%!s(int64=12) %!d(string=hai) anos |
Roberto Ierusalimschy
|
1ce57628b2
comments
|
%!s(int64=12) %!d(string=hai) anos |
Roberto Ierusalimschy
|
233eac4d3a
detail (avoid being picky about conversion from 'unsigned char'
|
%!s(int64=13) %!d(string=hai) anos |
Roberto Ierusalimschy
|
8d0e1ed52f
extend optimization of 'if a then break end' for the case
|
%!s(int64=13) %!d(string=hai) anos |