Roberto Ierusalimschy
|
ed9be5e1f0
reentrant implementation of garbage collection
|
24 years ago |
Roberto Ierusalimschy
|
9d801f43d4
details
|
24 years ago |
Roberto Ierusalimschy
|
e043b72a55
simpler way to collect userdata
|
24 years ago |
Roberto Ierusalimschy
|
a4c35a3269
it doesn't pay to optimize absence when it is an error
|
24 years ago |
Roberto Ierusalimschy
|
9cd36059ad
new API functions lua_getstr/lua_setstr
|
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
|
fca0a12e23
avoid clashing names between macros and fields
|
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
|
657f65211a
bug: `next' did not work for numeric indices
|
24 years ago |
Roberto Ierusalimschy
|
39395e1211
`luaX_syntaxerror' does not need to be public
|
24 years ago |
Roberto Ierusalimschy
|
26bf2adace
optimizations for space in LClosures and time cleanning weak tables
|
24 years ago |
Roberto Ierusalimschy
|
fd48dcc7c8
details.
|
24 years ago |
Roberto Ierusalimschy
|
617008f552
field G renamed to _G to avoid problemas with bugged macro-systems
|
24 years ago |
Roberto Ierusalimschy
|
ec9d8308b4
global table is also pseudo-index
|
24 years ago |
Roberto Ierusalimschy
|
af59848219
tables of globals accessible through pseudo-index in C API
|
24 years ago |
Roberto Ierusalimschy
|
46347d768e
`ref' support goes to auxlib
|
24 years ago |
Roberto Ierusalimschy
|
36eb665859
no more refs, upvalues; lexical scoping;pseudo-indices
|
24 years ago |
Roberto Ierusalimschy
|
070204300c
more consistent names for auxlib functions
|
24 years ago |
Roberto Ierusalimschy
|
21aa7e55f2
optimization for array part of a Table
|
24 years ago |
Roberto Ierusalimschy
|
fffb6f3814
no more MINPOWER2
|
24 years ago |
Roberto Ierusalimschy
|
0b551a24f8
`Hash' -> `Table'
|
24 years ago |
Roberto Ierusalimschy
|
8069f77ca4
C++ warning
|
24 years ago |
Roberto Ierusalimschy
|
1e81da51ba
new API for registry and C upvalues + new implementation for references
|
24 years ago |
Roberto Ierusalimschy
|
7cd37142f4
details
|
24 years ago |
Roberto Ierusalimschy
|
e7c2eebd87
new function `concat'
|
24 years ago |
Roberto Ierusalimschy
|
0c3ea96541
no more copytagmethod function
|
24 years ago |
Roberto Ierusalimschy
|
babaa96eab
URL in indentification
|
24 years ago |
Roberto Ierusalimschy
|
15462edb0f
new definitions for closure structures
|
24 years ago |