Roberto Ierusalimschy
|
653977a0ac
callhook can be static
|
23 years ago |
Roberto Ierusalimschy
|
50e2952593
first version of dynamic stack
|
23 years ago |
Roberto Ierusalimschy
|
448517e47e
no more linehook field in CallInfo
|
23 years ago |
Roberto Ierusalimschy
|
6272c843de
`yield' passes its arguments to `resume'
|
23 years ago |
Roberto Ierusalimschy
|
f083812c02
first implementation of coroutines
|
23 years ago |
Roberto Ierusalimschy
|
facfec0687
small optimizations
|
23 years ago |
Roberto Ierusalimschy
|
42754c0f15
small optimizations
|
24 years ago |
Roberto Ierusalimschy
|
18afb90349
first version of stackless Lua
|
24 years ago |
Roberto Ierusalimschy
|
101cee3032
LUA_ERRERR also cannot generate error message
|
24 years ago |
Roberto Ierusalimschy
|
a4c35a3269
it doesn't pay to optimize absence when it is an error
|
24 years ago |
Roberto Ierusalimschy
|
592a309177
tag system replaced by event tables
|
24 years ago |
Roberto Ierusalimschy
|
413fc7334b
new implementation for lua upvalues (sugested by E.T.): simpler and solves
|
24 years ago |
Roberto Ierusalimschy
|
72659a0605
no more explicit support for wide-chars; too much troble...
|
24 years ago |
Roberto Ierusalimschy
|
dfaf8c5291
details
|
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
|
c04d9b9ecb
small bug when closing closures in error conditions
|
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
|
6c8e652aa6
use macros for 'getc'
|
24 years ago |
Roberto Ierusalimschy
|
9f25df02d5
new definition for headers of binary files
|
24 years ago |
Roberto Ierusalimschy
|
cbc59592ff
new definition for `luaD_call' and `luaD_adjusttop'
|
24 years ago |
Roberto Ierusalimschy
|
943b8f5b18
details
|
24 years ago |
Roberto Ierusalimschy
|
6473f965ca
new API functions to load (parse?) a chunk without running it.
|
24 years ago |
Roberto Ierusalimschy
|
9aedea6ec8
small bug (when parser fails, there is no function on the stack...)
|
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
|
7b84f9e65c
lower-case for macros with arguments
|
24 years ago |
Roberto Ierusalimschy
|
35023355f2
details for wchar
|
24 years ago |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 years ago |