Roberto Ierusalimschy
|
2a21f6c894
'lua_Kcontext' -> 'lua_KContext'
|
10 vuotta sitten |
Roberto Ierusalimschy
|
e14a02c24f
when thread yields, real "func" is in field 'extra', not in 'func'
|
10 vuotta sitten |
Roberto Ierusalimschy
|
798660c9cd
deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)
|
10 vuotta sitten |
Roberto Ierusalimschy
|
3a15c7ce43
size for array part of a table ('sizearray') changed from 'int' to
|
11 vuotta sitten |
Roberto Ierusalimschy
|
22952d8973
'T.gccolor' classify dead objects too
|
11 vuotta sitten |
Roberto Ierusalimschy
|
2be88d5084
'lua_Ctx' -> 'lua_Kcontext'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
73ad16b5c6
no need for type 'pCallInfo'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
3c6d0aaa7d
'iswhite' and related macros now can work directly on any object
|
11 vuotta sitten |
Roberto Ierusalimschy
|
bb12903120
type 'Udata' refers directly to structure inside the union (union
|
11 vuotta sitten |
Roberto Ierusalimschy
|
ca41b43f53
type 'TString' refers directly to the structure inside the union
|
11 vuotta sitten |
Roberto Ierusalimschy
|
56137d58ff
added check for conversion 'obj2gco' (and corrections for small
|
11 vuotta sitten |
Roberto Ierusalimschy
|
9aec500a26
no need for field 'gch' anymore
|
11 vuotta sitten |
Roberto Ierusalimschy
|
1aa4f69b51
new type 'lua_Ctx' for continuation-function contexts (to allow type
|
11 vuotta sitten |
Roberto Ierusalimschy
|
c229ed597f
'requiref' checks 'package.loaded' before loading a module
|
11 vuotta sitten |
Roberto Ierusalimschy
|
a77d263e86
unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
d2ab1aef31
detail (avoid too large macro)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
3fc25ff15b
macro 'checkobjref' accepts NULL (as all its uses checked for NULL
|
11 vuotta sitten |
Roberto Ierusalimschy
|
6f6fd96e3b
new type lua_KFunction + no more 'lua_getctx'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
5a5a834975
new API function 'lua_rotate'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
a09bd59615
'T.totalmem' accepts 0 for unlimited memory
|
11 vuotta sitten |
Roberto Ierusalimschy
|
5c46b7b8cf
instructions in 'runC' sorted alphabetically + new instructions
|
11 vuotta sitten |
Roberto Ierusalimschy
|
c86b9da022
userdata can have any Lua value as uservalue
|
11 vuotta sitten |
Roberto Ierusalimschy
|
3f78de256e
no need to keep threads in a different GC list, now that there is the
|
11 vuotta sitten |
Roberto Ierusalimschy
|
ffa96d988d
field 'op' renamed to 'open'
|
11 vuotta sitten |
Roberto Ierusalimschy
|
733c58595b
no more local collection
|
11 vuotta sitten |
Roberto Ierusalimschy
|
ba3586cc90
keep a single list of objects to be finalized (with local and non-local
|
11 vuotta sitten |
Roberto Ierusalimschy
|
1ea2d20f74
first implementation of '<<', '>>', and '~' (bitwise not)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
c0edab0f6d
first implementation of bitwise operators '&' (band), '|' (bor),
|
11 vuotta sitten |
Roberto Ierusalimschy
|
a948054a19
new order for binary operations (grouping them by type of result)
|
11 vuotta sitten |
Roberto Ierusalimschy
|
4eeb1831be
new names and better order for GC states (sweep first lists that
|
12 vuotta sitten |