Roberto Ierusalimschy
|
ddc8d94a08
new name for `lua_[sg]etglobaltable'
|
25 years ago |
Roberto Ierusalimschy
|
e238efc536
default now is multi-state
|
25 years ago |
Roberto Ierusalimschy
|
435f587ed0
(much) better handling of memory alloction errors
|
25 years ago |
Roberto Ierusalimschy
|
cfba572076
remove dummy argument in LUA_ASSERT
|
25 years ago |
Roberto Ierusalimschy
|
1de5587184
`lua.h' is included before any other Lua header file
|
25 years ago |
Roberto Ierusalimschy
|
8ca9534d04
access to `values' in TObject always through macros
|
25 years ago |
Roberto Ierusalimschy
|
8bcf622876
new signature for `luaH_set'
|
25 years ago |
Roberto Ierusalimschy
|
292c953018
new auxiliar function `luaH_setstr'
|
25 years ago |
Roberto Ierusalimschy
|
6b9bf49265
better to keep `foreach' and `foreachi'.
|
25 years ago |
Roberto Ierusalimschy
|
8e617985fa
functions `for...' and `raw...' are obsolete now
|
25 years ago |
Roberto Ierusalimschy
|
ef62b340e0
code cleaner for 16 bits.
|
25 years ago |
Roberto Ierusalimschy
|
44b71ca816
defines for _ERRORMESSAGE and _ALERT
|
25 years ago |
Roberto Ierusalimschy
|
11a7022067
global variables are stored in a Lua table
|
25 years ago |
Roberto Ierusalimschy
|
534c3a64d3
small optimizations for table access
|
25 years ago |
Roberto Ierusalimschy
|
62824137d6
no more `seterrormethod' function
|
25 years ago |
Roberto Ierusalimschy
|
4aa9ad6514
functions must return explicit `nil' on failure
|
25 years ago |
Roberto Ierusalimschy
|
d76b1a0eef
`base' for `tonumber' must be >= 2.
|
25 years ago |
Roberto Ierusalimschy
|
ceaa97ff5b
tonumber must return `nil' when convertion fails.
|
25 years ago |
Roberto Ierusalimschy
|
9f734094f9
`nil' is optional for next and nextvar (and is not for tonumber & tag).
|
25 years ago |
Roberto Ierusalimschy
|
e30327728c
BUG: tostring() without arguments gives seg. fault.
|
25 years ago |
Roberto Ierusalimschy
|
a69356e9e0
no more special cases for closures with 0 upvalues (performance is the same,
|
25 years ago |
Roberto Ierusalimschy
|
b53dc0c485
TAG_ARRAY -> TAG_TABLE
|
25 years ago |
Roberto Ierusalimschy
|
102a1be615
no more support for gc TM for tables
|
25 years ago |
Roberto Ierusalimschy
|
213e9febc8
limits now are in `llims.n'
|
25 years ago |
Roberto Ierusalimschy
|
73aa465a8e
some name changes
|
25 years ago |
Roberto Ierusalimschy
|
88b306f495
some optimizations
|
25 years ago |
Roberto Ierusalimschy
|
3c9d999424
many details (most by lhf).
|
25 years ago |
Roberto Ierusalimschy
|
4d4e6f07c0
all order operators use a single tag method (<)
|
25 years ago |
Roberto Ierusalimschy
|
512b15b601
small optimizations (relational operators)
|
25 years ago |
Roberto Ierusalimschy
|
607012ece1
tag method must be a function
|
26 years ago |