Roberto Ierusalimschy
|
c16a35d669
`lua_stackspace' replaced by `lua_checkstack'
|
23 years ago |
Roberto Ierusalimschy
|
88c7b574cb
`luaA_index' is a local macro now
|
23 years ago |
Roberto Ierusalimschy
|
57fb51f975
`luaH_next' works like `next'
|
23 years ago |
Roberto Ierusalimschy
|
87b0e3d477
no more `lua_istrue' function
|
23 years ago |
Roberto Ierusalimschy
|
7c8f1823e7
bug: true 1 != true 2 + no more lua_getstr + some new macros
|
23 years ago |
Roberto Ierusalimschy
|
0a87d9d334
new function `lua_replace'
|
23 years ago |
Roberto Ierusalimschy
|
d6fd33e76f
`eventtable' renamed to `metatable'
|
23 years ago |
Roberto Ierusalimschy
|
a048cc9676
nil is a `valid' eventtable
|
23 years ago |
Roberto Ierusalimschy
|
dea98702c9
preparations for stack reallocation
|
23 years ago |
Roberto Ierusalimschy
|
b3bb0f132b
new interface for weak modes
|
23 years ago |
Roberto Ierusalimschy
|
42754c0f15
small optimizations
|
23 years ago |
Roberto Ierusalimschy
|
e04f7ed450
first version of Lua "stackless"
|
23 years ago |
Roberto Ierusalimschy
|
9aff171f3b
new type `boolean'
|
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
|
72659a0605
no more explicit support for wide-chars; too much troble...
|
24 years ago |
Roberto Ierusalimschy
|
657f65211a
bug: `next' did not work for numeric indices
|
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
|
21aa7e55f2
optimization for array part of a 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
|
babaa96eab
URL in indentification
|
24 years ago |
Roberto Ierusalimschy
|
15462edb0f
new definitions for closure structures
|
24 years ago |
Roberto Ierusalimschy
|
abdbe883a8
first implementation of unrestricted static scoping
|
24 years ago |
Roberto Ierusalimschy
|
e1d072571e
better syntax for type casts
|
24 years ago |
Roberto Ierusalimschy
|
8c8ad5f3ff
better locality of assignment of table values
|
24 years ago |
Roberto Ierusalimschy
|
45b173cbf8
warnings/details
|
24 years ago |
Roberto Ierusalimschy
|
ae1cf64348
better names for type-related functions
|
24 years ago |
Roberto Ierusalimschy
|
37f3a1c045
too much optimization to "break" keys in tables; keep them as TObjects...
|
24 years ago |