Roberto Ierusalimschy
|
9b4f39ab14
More disciplined use of 'getstr' and 'tsslen'
|
1 年之前 |
Roberto Ierusalimschy
|
413a393e62
Stack indices changed to union's
|
2 年之前 |
Roberto Ierusalimschy
|
196bb94d66
Bug: 'lua_settop' may use an invalid pointer to stack
|
3 年之前 |
Roberto Ierusalimschy
|
4a00f61276
'lua_checkstack' doesn't need to check stack overflow
|
3 年之前 |
Roberto Ierusalimschy
|
86ec152433
Details
|
3 年之前 |
Roberto Ierusalimschy
|
0bfc572e51
Bug: GC is not reentrant
|
3 年之前 |
Roberto Ierusalimschy
|
2ff3471722
Using 'inline' in some functions
|
3 年之前 |
Roberto Ierusalimschy
|
fc6c74f100
'index2value' more robust
|
4 年之前 |
Roberto Ierusalimschy
|
511d53a826
lua_settop/lua_pop closes to-be-closed variables
|
4 年之前 |
Roberto Ierusalimschy
|
4e47f81188
New implementation for to-be-closed variables
|
4 年之前 |
Roberto Ierusalimschy
|
c63e5d212b
New macro 'completestate'
|
4 年之前 |
Roberto Ierusalimschy
|
2bfa13e520
Fixed some bugs around stack reallocation
|
4 年之前 |
Roberto Ierusalimschy
|
1f81baffad
Janitorial work
|
4 年之前 |
Roberto Ierusalimschy
|
b07fc10e91
Allow yields inside '__close' metamethods
|
4 年之前 |
Roberto Ierusalimschy
|
cc1692515e
New API function 'lua_closeslot'
|
4 年之前 |
Roberto Ierusalimschy
|
7af27ef59d
Cleaner handling of errors in '__close' metamethods
|
4 年之前 |
Roberto Ierusalimschy
|
23051e830a
Changes in the API of 'luaH_set' and related functions
|
4 年之前 |
Roberto Ierusalimschy
|
65d2294454
Changed access to global table in the registry
|
4 年之前 |
Roberto Ierusalimschy
|
30528049f1
'lua_upvalueid' returns NULL on invalid upvalue index
|
4 年之前 |
Roberto Ierusalimschy
|
314c6057b7
Avoid any code before locks in the API
|
5 年之前 |
Roberto Ierusalimschy
|
b57574d6fb
Keep memory errors as memory errors
|
5 年之前 |
Roberto Ierusalimschy
|
ae809e9fd1
'luaV_concat' can "concat" one single value
|
5 年之前 |
Roberto Ierusalimschy
|
422ce50d2e
Fixed detail in 'loadUpvalues'
|
5 年之前 |
Roberto Ierusalimschy
|
46c3587a6f
Clearer distinction between types and tags
|
5 年之前 |
Roberto Ierusalimschy
|
5ff408d218
Changed internal representation of booleans
|
5 年之前 |
Roberto Ierusalimschy
|
e3c83835e7
Fixed bug in 'aux_rawset'
|
5 年之前 |
Roberto Ierusalimschy
|
c646e57fd6
Joined common code in 'lua_rawset' and 'lua_rawsetp'
|
5 年之前 |
Roberto Ierusalimschy
|
3747487320
Small correction in assertion
|
5 年之前 |
Roberto Ierusalimschy
|
508a705c1c
Removed some wrong comments
|
5 年之前 |
Roberto Ierusalimschy
|
72a094bda7
Undo change in the handling of 'L->top' (commit b80077b8f3)
|
6 年之前 |