Roberto Ierusalimschy
|
dc1e4f5073
missing define for `lua_dobuffer' single-state
|
25 years ago |
Roberto Ierusalimschy
|
44b71ca816
defines for _ERRORMESSAGE and _ALERT
|
25 years ago |
Roberto Ierusalimschy
|
91f34fb05c
lua.h should not use names without prefix lua_ (`TObject', for instance)
|
25 years ago |
Roberto Ierusalimschy
|
11a7022067
global variables are stored in a Lua table
|
25 years ago |
Roberto Ierusalimschy
|
62824137d6
no more `seterrormethod' function
|
25 years ago |
Roberto Ierusalimschy
|
e408cf61a2
new version number
|
25 years ago |
Roberto Ierusalimschy
|
e02750ec60
new type for CFunction (for "pure" C)
|
25 years ago |
Roberto Ierusalimschy
|
4c03196697
lua_setstate makes no sense with explicit multiple states
|
25 years ago |
Roberto Ierusalimschy
|
aee07c6599
details
|
25 years ago |
Roberto Ierusalimschy
|
968ad49da6
`lua_newstate' gets the inital stack size and other arguments
|
26 years ago |
Roberto Ierusalimschy
|
8223ff473f
lua_Object is a pointer to the stack (because now the stack doen't move)
|
26 years ago |
Roberto Ierusalimschy
|
764e095d7f
`object' and `string' are very busy names...
|
26 years ago |
Roberto Ierusalimschy
|
49af08e3e7
new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT
|
26 years ago |
Roberto Ierusalimschy
|
878ef96127
comment
|
26 years ago |
Roberto Ierusalimschy
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 years ago |
Roberto Ierusalimschy
|
573372665a
new API function `lua_equalobj'
|
26 years ago |
Roberto Ierusalimschy
|
63ccf42397
new API function 'lua_type'.
|
26 years ago |
Roberto Ierusalimschy
|
dcc10accea
temporary version
|
26 years ago |
Roberto Ierusalimschy
|
c787dccd9b
"const" !!!
|
26 years ago |
Roberto Ierusalimschy
|
b44e35b773
new constants LUA_NOREF and LUA_REFNIL.
|
26 years ago |
Roberto Ierusalimschy
|
f1861ee210
no more beta
|
26 years ago |
Roberto Ierusalimschy
|
e64dbc390a
new version is beta.
|
26 years ago |
Roberto Ierusalimschy
|
6a853fcb8b
details (from lhf)
|
26 years ago |
Roberto Ierusalimschy
|
f04c83e075
new function "lua_next" (+ new implementation for "next")
|
26 years ago |
Roberto Ierusalimschy
|
d5feffdb60
new function lua_nextvar
|
26 years ago |
Roberto Ierusalimschy
|
77113ee02f
new year for Copyright.
|
26 years ago |
Roberto Ierusalimschy
|
fd25d4ad85
no need to define functions for macros...
|
26 years ago |
Roberto Ierusalimschy
|
21cff3015a
details (for regularity)
|
27 years ago |
Roberto Ierusalimschy
|
cc117253c8
new implementation for error handling: on error, function _ERRORMESSAGE
|
27 years ago |
Roberto Ierusalimschy
|
0789451458
details
|
27 years ago |