Roberto Ierusalimschy
|
3b001d9a9d
more tests for boolean API
|
23 years ago |
Roberto Ierusalimschy
|
b0a5e156b8
no more maximum stack size
|
23 years ago |
Roberto Ierusalimschy
|
cbfc581990
details.
|
23 years ago |
Roberto Ierusalimschy
|
c6a108e012
test for lua_pushbool
|
23 years ago |
Roberto Ierusalimschy
|
ca181f31e4
line number in listcode (and tests for replace)
|
23 years ago |
Roberto Ierusalimschy
|
d6fd33e76f
`eventtable' renamed to `metatable'
|
23 years ago |
Roberto Ierusalimschy
|
50e2952593
first version of dynamic stack
|
23 years ago |
Roberto Ierusalimschy
|
d56d4cf776
distinct functions to create/destroy states and threads
|
23 years ago |
Roberto Ierusalimschy
|
ea2a75d19e
new macro lua_userstateopen
|
23 years ago |
Roberto Ierusalimschy
|
09e15692f3
rename of lua_isnull to lua_isnone
|
23 years ago |
Roberto Ierusalimschy
|
9aff171f3b
new type `boolean'
|
24 years ago |
Roberto Ierusalimschy
|
592a309177
tag system replaced by event tables
|
24 years ago |
Roberto Ierusalimschy
|
fca0a12e23
avoid clashing names between macros and fields
|
24 years ago |
Roberto Ierusalimschy
|
72659a0605
no more explicit support for wide-chars; too much troble...
|
24 years ago |
Roberto Ierusalimschy
|
fd48dcc7c8
details.
|
24 years ago |
Roberto Ierusalimschy
|
070204300c
more consistent names for auxlib functions
|
24 years ago |
Roberto Ierusalimschy
|
21aa7e55f2
optimization for array part of a Table
|
24 years ago |
Roberto Ierusalimschy
|
1e81da51ba
new API for registry and C upvalues + new implementation for references
|
24 years ago |
Roberto Ierusalimschy
|
15462edb0f
new definitions for closure structures
|
24 years ago |
Roberto Ierusalimschy
|
abdbe883a8
first implementation of unrestricted static scoping
|
24 years ago |
Roberto Ierusalimschy
|
e1d072571e
better syntax for type casts
|
24 years ago |
Roberto Ierusalimschy
|
29d883b9bd
avoid augmenting alignment of pointers
|
24 years ago |
Roberto Ierusalimschy
|
ae1cf64348
better names for type-related functions
|
24 years ago |
Roberto Ierusalimschy
|
654b16e83a
better performance for table operations (mainly for integer indices)
|
24 years ago |
Roberto Ierusalimschy
|
2a4afb97c8
new module lopcodes.c for tables describing opcodes
|
24 years ago |
Roberto Ierusalimschy
|
afed6c6864
missing an opcode name
|
24 years ago |
Roberto Ierusalimschy
|
37f3a1c045
too much optimization to "break" keys in tables; keep them as TObjects...
|
24 years ago |
Roberto Ierusalimschy
|
8e586c13fc
cleaner way to ensure alignment for strings and userdata
|
24 years ago |
Roberto Ierusalimschy
|
d5b83ead90
new implementation for userdatas, without `keys'
|
24 years ago |
Roberto Ierusalimschy
|
762d059a13
new implementation for the Virtual Machine
|
24 years ago |