Roberto Ierusalimschy
|
75620b45ae
'lcode.c' can use 'checklimit', too
|
1 year ago |
Roberto Ierusalimschy
|
3e88b72b8e
A return can have at most 254 values
|
1 year ago |
Roberto Ierusalimschy
|
8b752ddf14
Bug: wrong code gen. for indices with comparisons
|
1 year ago |
Roberto Ierusalimschy
|
1bf4b80f1a
Floats formatted with "correct" precision
|
1 year ago |
Roberto Ierusalimschy
|
4c6afbcb01
Struct 'transferinfo' moved to "lua_State"
|
1 year ago |
Roberto Ierusalimschy
|
f2206b2abe
'-Wconversion' extended to all options of Lua numbers
|
1 year ago |
Roberto Ierusalimschy
|
0acd55898d
Added gcc option '-Wconversion'
|
1 year ago |
Roberto Ierusalimschy
|
15231d4fb2
'nresults' moved into 'callstatus'
|
1 year ago |
Roberto Ierusalimschy
|
f407b3c4a1
Using CIST_CLSRET instead of trick with 'nresults'
|
1 year ago |
Roberto Ierusalimschy
|
a546138d15
Explicit limit for number of results in a call
|
1 year ago |
Roberto Ierusalimschy
|
cd4de92762
Maximum stack size may not fit in unsigned short
|
1 year ago |
Roberto Ierusalimschy
|
6b45ccf4ed
Removed compatibility with "= exp" in the REPL
|
1 year ago |
Roberto Ierusalimschy
|
93fd6892f8
Fixed bug in 'multiline'
|
1 year ago |
Roberto Ierusalimschy
|
193bf7919e
'printstack' (from ltests.c) made public
|
1 year ago |
Roberto Ierusalimschy
|
366c855648
lua.c loads 'readline' dynamically
|
1 year ago |
Roberto Ierusalimschy
|
781219dbe1
Small changes in casts from void* to functions
|
1 year ago |
Roberto Ierusalimschy
|
d71fbc3175
Updated dependencies in the make file
|
1 year ago |
Roberto Ierusalimschy
|
c403e456b6
New instruction format for SETLIST/NEWTABLE
|
1 year ago |
Roberto Ierusalimschy
|
6ac7219da3
'isIT'/'isOT' turned from macros to functions
|
1 year ago |
Roberto Ierusalimschy
|
9904c253da
Flexible limit for use of registers by constructors
|
1 year ago |
Roberto Ierusalimschy
|
fb7e5b76c9
Clearer code for controlling maximum registers
|
1 year ago |
Roberto Ierusalimschy
|
c1dc08e8e8
Length of external strings must fit in Lua integer
|
1 year ago |
Roberto Ierusalimschy
|
0f7025dcae
Details in the manual
|
1 year ago |
Roberto Ierusalimschy
|
ef28e5f789
Removed 'int' size limit for string.rep
|
1 year ago |
Roberto Ierusalimschy
|
ec65ab878e
Removed 'int' size limit for pack/unpack
|
1 year ago |
Roberto Ierusalimschy
|
e24ce8c2b3
lua_writestring & co. moved to llimits.h
|
1 year ago |
Roberto Ierusalimschy
|
a08d82eb13
llimits.h being used by all Lua code
|
1 year ago |
Roberto Ierusalimschy
|
55ac40f859
Cleaning of llimits.h
|
1 year ago |
Roberto Ierusalimschy
|
97ef8e7bd4
GC test was not restarting collector after pause
|
1 year ago |
Roberto Ierusalimschy
|
aaf3533653
Tricky _PROMPT may trigger undefined behavior in lua.c
|
1 year ago |