Roberto Ierusalimschy
|
915c29f8bd
Improvements in the manual
|
7 months ago |
Roberto Ierusalimschy
|
f81d0bbd4f
Detail in 'luaD_inctop'
|
8 months ago |
Roberto Ierusalimschy
|
682efe2678
Change to macro 'LUAI_TRY'
|
8 months ago |
Roberto Ierusalimschy
|
b117bdb344
Counter for length of chains of __call metamethods
|
9 months ago |
Roberto Ierusalimschy
|
f12ce4029d
More integration of 'nresults' into 'callstatus'
|
9 months ago |
Roberto Ierusalimschy
|
fd0e1f530d
Added option for direct correction of stack pointers
|
11 months ago |
Roberto Ierusalimschy
|
4c6afbcb01
Struct 'transferinfo' moved to "lua_State"
|
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
|
cd4de92762
Maximum stack size may not fit in unsigned short
|
1 year ago |
Roberto Ierusalimschy
|
55ac40f859
Cleaning of llimits.h
|
1 year ago |
Roberto Ierusalimschy
|
65b07dd53d
API asserts for illegal pops of to-be-closed variables
|
1 year ago |
Roberto Ierusalimschy
|
108e0bdc84
Merge branch 'master' into nextversion
|
1 year ago |
Roberto Ierusalimschy
|
e288c5a918
Bug: Yielding in a hook stops in the wrong instruction
|
1 year ago |
Roberto Ierusalimschy
|
14e416355f
Added suport for Fixed Buffers
|
1 year ago |
Roberto Ierusalimschy
|
96f7714237
Field 'Proto.is_vararg' uses only one bit
|
1 year ago |
Roberto Ierusalimschy
|
ab6a949522
Merge branch 'master' into nextversion
|
2 years ago |
Roberto Ierusalimschy
|
9be74ccc21
Several functions turned 'static'
|
2 years ago |
Roberto Ierusalimschy
|
1de2f31694
Corrected support for 16-bit systems
|
2 years ago |
Roberto Ierusalimschy
|
152b51955a
Removed GC checks from function calls
|
2 years ago |
Roberto Ierusalimschy
|
ee645472eb
Stack reallocation done with a single realloc
|
2 years ago |
Roberto Ierusalimschy
|
413a393e62
Stack indices changed to union's
|
2 years ago |
Roberto Ierusalimschy
|
d61b0c6028
More checks and documentation for uses of EXTRA_STACK
|
3 years ago |
Roberto Ierusalimschy
|
196bb94d66
Bug: 'lua_settop' may use an invalid pointer to stack
|
3 years ago |
Roberto Ierusalimschy
|
4a00f61276
'lua_checkstack' doesn't need to check stack overflow
|
3 years ago |
Roberto Ierusalimschy
|
f3cfd5bf2b
Details
|
3 years ago |
Roberto Ierusalimschy
|
cf613cdc6f
Bug: finalizers can be called with an invalid stack
|
3 years ago |
Roberto Ierusalimschy
|
6b3e116d44
Corrected bug in 'luaD_tryfuncTM'
|
3 years ago |
Roberto Ierusalimschy
|
74d99057a5
Bug: C stack overflow with coroutines
|
3 years ago |