Roberto Ierusalimschy
|
df0df08bc5
"dostring" accepts chunk name.
|
27 years ago |
Roberto Ierusalimschy
|
d97af0de26
"lua_dobuffer" gets an extra argument, with the chunk name
|
27 years ago |
Roberto Ierusalimschy
|
741c6f5006
'dobuffer' addpoted.
|
27 years ago |
Roberto Ierusalimschy
|
aee3f97acb
put back quotes (") when string in dostring ends with a \n
|
27 years ago |
Roberto Ierusalimschy
|
46968b8ffa
"volatile is the only reliable way to ensure that a local variable
|
27 years ago |
Roberto Ierusalimschy
|
07ff251a17
details in "dostring" identification
|
27 years ago |
Roberto Ierusalimschy
|
26679b1a48
back to upavalues as extra arguments for C closures; this way it's
|
27 years ago |
Roberto Ierusalimschy
|
da96eb2cce
some details related to OLD_ANSI
|
28 years ago |
Roberto Ierusalimschy
|
807ba6301c
error method *always* gets a string (otherwise it is not called at all)
|
28 years ago |
Roberto Ierusalimschy
|
03f3f9e707
"zio" now keeps its "name".
|
28 years ago |
Roberto Ierusalimschy
|
de79e7fc58
back to "lua_upvalue"... (seems better choice)
|
28 years ago |
Roberto Ierusalimschy
|
8b5b42563c
"lua_dobuffer" (is not official, but its there...)
|
28 years ago |
Roberto Ierusalimschy
|
45e533599f
optimization: closures without upvalues don't need to be closures
|
28 years ago |
Roberto Ierusalimschy
|
80b3d28f4a
details (mainly error messages)
|
28 years ago |
Roberto Ierusalimschy
|
5482992dec
other access method for C upvalues (as arguments)
|
28 years ago |
Roberto Ierusalimschy
|
9e029f98b9
details
|
28 years ago |
Roberto Ierusalimschy
|
e962330df9
"stacklimit" is not necessary.
|
28 years ago |
Roberto Ierusalimschy
|
accd7bc253
small modifications (format, small optimizations, etc)
|
28 years ago |
Roberto Ierusalimschy
|
592a3f289b
first implementation of centralized global state.
|
28 years ago |
Roberto Ierusalimschy
|
92791b9dd6
small details
|
28 years ago |
Roberto Ierusalimschy
|
45cad43c3f
"lua_open": now lua has an explicit open operation.
|
28 years ago |
Roberto Ierusalimschy
|
66713181c1
no need of "emergency error"...
|
28 years ago |
Roberto Ierusalimschy
|
e78cf96c97
first version of Cclosures.
|
28 years ago |
Roberto Ierusalimschy
|
907368ead5
GC now considers an "estimate" of object size, instead of just the number
|
28 years ago |
Roberto Ierusalimschy
|
45ccb0e881
"nupvalues" is kept in Closure, not in prototype (as a preparation
|
28 years ago |
Roberto Ierusalimschy
|
a580480b07
new implementation for globals: Global value is stored in TaggedString
|
28 years ago |
Roberto Ierusalimschy
|
43a2ee6ea1
Stack and Call structure of Lua
|
28 years ago |