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 |
Roberto Ierusalimschy
|
b529aefc53
Bug: luaL_traceback may need more than 5 stack slots
|
1 year ago |
Roberto Ierusalimschy
|
d51022bf9e
Bug: overlapping assignments
|
1 year ago |
Roberto Ierusalimschy
|
bb7bb5944c
More disciplined use of 'errno'
|
1 year ago |
Roberto Ierusalimschy
|
94b503d95e
Encoding of table indices (hres) must use C indices
|
1 year ago |
Roberto Ierusalimschy
|
bdc85357aa
Bug: Active-lines for stripped vararg functions
|
1 year ago |
Roberto Ierusalimschy
|
b291008cc2
Manual for 'string.format' lists what it accepts
|
1 year ago |
Roberto Ierusalimschy
|
814213b65f
utf8.offset returns also final position of character
|
1 year ago |
Roberto Ierusalimschy
|
cbdf4969ec
Manual: errors in lua_toclose are not memory errors
|
1 year ago |
Roberto Ierusalimschy
|
262dc5729a
Details
|
1 year ago |