Roberto Ierusalimschy
|
5482992dec
other access method for C upvalues (as arguments)
|
vor 28 Jahren |
Roberto Ierusalimschy
|
024528e0c2
global variables starting with '.' are protected in Lua (temporarily at
|
vor 28 Jahren |
Roberto Ierusalimschy
|
ef37c87e93
no more 'globalbag'
|
vor 28 Jahren |
Roberto Ierusalimschy
|
9e029f98b9
details
|
vor 28 Jahren |
Roberto Ierusalimschy
|
e962330df9
"stacklimit" is not necessary.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
b291e50006
extra argument for "assert"
|
vor 28 Jahren |
Roberto Ierusalimschy
|
9ae0c082a3
small details by lint.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
accd7bc253
small modifications (format, small optimizations, etc)
|
vor 28 Jahren |
Roberto Ierusalimschy
|
6153200bc2
make sure there is no mem problems, using %.ns instead of %s for luaV_error.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
2e7595522d
allows '\r' at the end of pragmas, so one can mix Windows and Unix files
|
vor 28 Jahren |
Roberto Ierusalimschy
|
b79ffdc4ce
global state for Lua interpreter
|
vor 28 Jahren |
Roberto Ierusalimschy
|
592a3f289b
first implementation of centralized global state.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
9cdeb275e7
details
|
vor 28 Jahren |
Roberto Ierusalimschy
|
c957b270d2
"call" now handles errors (instead of "dostring")
|
vor 28 Jahren |
Roberto Ierusalimschy
|
92791b9dd6
small details
|
vor 28 Jahren |
Roberto Ierusalimschy
|
45cad43c3f
"lua_open": now lua has an explicit open operation.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
dad5a01fb0
trigonometric mode stored in a Lua global variable.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
66713181c1
no need of "emergency error"...
|
vor 28 Jahren |
Roberto Ierusalimschy
|
7135803cc8
"global" version of a nil object.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
b7567b6673
"read" & "write" may receive a file handler as first argument
|
vor 28 Jahren |
Roberto Ierusalimschy
|
f8c95fa9e8
new "block" syntax (DO ... END)
|
vor 28 Jahren |
Roberto Ierusalimschy
|
9c965d0ffb
more precise error messages for compiler limits.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
6103dca8ee
small bug.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
18cd7adac6
optimization to handle <a.x> (new opcode).
|
vor 28 Jahren |
Roberto Ierusalimschy
|
41223a01ec
definition of "PI" and modes for angles.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
e78cf96c97
first version of Cclosures.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
0cb3843956
"foreach" and "foreachvar" more robust (to survive GCs), and with
|
vor 28 Jahren |
Roberto Ierusalimschy
|
907368ead5
GC now considers an "estimate" of object size, instead of just the number
|
vor 28 Jahren |
Roberto Ierusalimschy
|
81489beea1
functions may use many upvalues, to keep global values.
|
vor 28 Jahren |
Roberto Ierusalimschy
|
ac30aad09b
new functions "foreach" and "foreachvar"
|
vor 28 Jahren |