Roberto Ierusalimschy
|
9b45439860
details
|
před 24 roky |
Roberto Ierusalimschy
|
7959f3aebb
easier way to erase 'dead' keys
|
před 24 roky |
Roberto Ierusalimschy
|
a53d9b66ca
first implementation for type names
|
před 24 roky |
Roberto Ierusalimschy
|
6fda6a5302
support for multiple stacks sharing the same global environment
|
před 24 roky |
Roberto Ierusalimschy
|
4ac58853dc
thead-specific state separated from "global" state
|
před 24 roky |
Roberto Ierusalimschy
|
f2c451d745
all accesses to TObjects done through macros
|
před 24 roky |
Roberto Ierusalimschy
|
0183b8030c
`free' gets size of the block: complete control over memory use
|
před 25 roky |
Roberto Ierusalimschy
|
8c49e19865
explicit control of size for growing vectors
|
před 25 roky |
Roberto Ierusalimschy
|
96253ed8ce
better support for 64-bit machines (avoid excessive use of longs)
|
před 25 roky |
Roberto Ierusalimschy
|
b892f0a877
new API function `createuserdata'
|
před 25 roky |
Roberto Ierusalimschy
|
046a3d6173
tag methods are always functions, so don't need to store a whole object
|
před 25 roky |
Roberto Ierusalimschy
|
001f2bdd0e
new definition for types-tags
|
před 25 roky |
Roberto Ierusalimschy
|
78bc8e553d
new API for garbage collector
|
před 25 roky |
Roberto Ierusalimschy
|
dad808a73a
new way to count `nblocks' for GC (try to count bytes).
|
před 25 roky |
Roberto Ierusalimschy
|
c9c6f9747c
GC may crash when checking C closures
|
před 25 roky |
Roberto Ierusalimschy
|
5ed3bcd4ea
warnings in Solaris
|
před 25 roky |
Roberto Ierusalimschy
|
787a78f83e
new scheme for buffers
|
před 25 roky |
Roberto Ierusalimschy
|
9fdf73bc9a
first version for new API
|
před 25 roky |
Roberto Ierusalimschy
|
c85162be27
new way to store local-variable information.
|
před 25 roky |
Roberto Ierusalimschy
|
e238efc536
default now is multi-state
|
před 25 roky |
Roberto Ierusalimschy
|
0802a9df9e
no more options for debug information: it is always on
|
před 25 roky |
Roberto Ierusalimschy
|
d9e61e8cea
new algorithm for traversing in GC to avoid deep recursion calls
|
před 25 roky |
Roberto Ierusalimschy
|
cfba572076
remove dummy argument in LUA_ASSERT
|
před 25 roky |
Roberto Ierusalimschy
|
afef009fce
new version of debug system
|
před 25 roky |
Roberto Ierusalimschy
|
1de5587184
`lua.h' is included before any other Lua header file
|
před 25 roky |
Roberto Ierusalimschy
|
8ca9534d04
access to `values' in TObject always through macros
|
před 25 roky |
Roberto Ierusalimschy
|
c542aac0b9
collect dead indices in tables
|
před 25 roky |
Roberto Ierusalimschy
|
dbfb810267
cleansing of lparser.c
|
před 25 roky |
Roberto Ierusalimschy
|
7e30900def
better field name
|
před 25 roky |
Roberto Ierusalimschy
|
50a82ec1b9
gc tag methods for udata are called in (reverse) tag order
|
před 25 roky |