Roberto Ierusalimschy
|
e04f7ed450
first version of Lua "stackless"
|
23 years ago |
Roberto Ierusalimschy
|
9aff171f3b
new type `boolean'
|
23 years ago |
Roberto Ierusalimschy
|
592a309177
tag system replaced by event tables
|
24 years ago |
Roberto Ierusalimschy
|
72659a0605
no more explicit support for wide-chars; too much troble...
|
24 years ago |
Roberto Ierusalimschy
|
af59848219
tables of globals accessible through pseudo-index in C API
|
24 years ago |
Roberto Ierusalimschy
|
21aa7e55f2
optimization for array part of a Table
|
24 years ago |
Roberto Ierusalimschy
|
15462edb0f
new definitions for closure structures
|
24 years ago |
Roberto Ierusalimschy
|
f54cdb33a5
small bug in close x return
|
24 years ago |
Roberto Ierusalimschy
|
abdbe883a8
first implementation of unrestricted static scoping
|
24 years ago |
Roberto Ierusalimschy
|
18d3e82cfe
check C is independent from check B
|
24 years ago |
Roberto Ierusalimschy
|
2a4afb97c8
new module lopcodes.c for tables describing opcodes
|
24 years ago |
Roberto Ierusalimschy
|
770954510f
rename of `kproto' to `p'
|
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
|
0a1b1acdd3
details about opcode parameters
|
24 years ago |
Roberto Ierusalimschy
|
cbc59592ff
new definition for `luaD_call' and `luaD_adjusttop'
|
24 years ago |
Roberto Ierusalimschy
|
0267168675
details.
|
24 years ago |
Roberto Ierusalimschy
|
190ddd431d
details (rests of debug code)
|
24 years ago |
Roberto Ierusalimschy
|
65c289b046
details
|
24 years ago |
Roberto Ierusalimschy
|
762d059a13
new implementation for the Virtual Machine
|
24 years ago |
Roberto Ierusalimschy
|
a68635a919
list constructors do not adjust last expression
|
24 years ago |
Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
24 years ago |
Roberto Ierusalimschy
|
6048c4f74d
better way to link callinfo's and stack
|
24 years ago |
Roberto Ierusalimschy
|
5e870f86a2
optimization for tailcall does not seem to pay itself
|
24 years ago |
Roberto Ierusalimschy
|
e9a3820370
sizeof(string) != strlen(string)+1 when sizeof(char) != 1
|
24 years ago |
Roberto Ierusalimschy
|
7b84f9e65c
lower-case for macros with arguments
|
24 years ago |
Roberto Ierusalimschy
|
dfd7ce74cf
buffer should be void *, as char now is not that neutral...
|
24 years ago |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 years ago |
Roberto Ierusalimschy
|
5f37134e64
avoid '...' and "..." inside comments
|
24 years ago |
Roberto Ierusalimschy
|
191fd35f0a
warnings from Visual C++
|
24 years ago |