Roberto Ierusalimschy
|
a885b826b3
LUA_ALERT is no longer used
|
23 years ago |
Roberto Ierusalimschy
|
a960e62c3e
new options; no more _ALERT; no more getargs
|
23 years ago |
Roberto Ierusalimschy
|
c51aa6ee33
details
|
23 years ago |
Roberto Ierusalimschy
|
d88860131a
new macro `lua_isudataval' (for completude)
|
23 years ago |
Roberto Ierusalimschy
|
44752fc9ce
hook count is quadratic
|
23 years ago |
Roberto Ierusalimschy
|
39b2d58c39
new interface for debug hooks
|
23 years ago |
Roberto Ierusalimschy
|
d2d24f0971
details to allow compilation of Lua as a single file
|
23 years ago |
Roberto Ierusalimschy
|
0436c96866
C++ warning
|
23 years ago |
Roberto Ierusalimschy
|
f8279f6cd8
optimizations for gettable (temporary)
|
23 years ago |
Roberto Ierusalimschy
|
1fe280df72
new priority for and/or
|
23 years ago |
Roberto Ierusalimschy
|
1ede98157d
strings are always `strong' in weaktables
|
23 years ago |
Roberto Ierusalimschy
|
3e52573c72
details (error messages)
|
23 years ago |
Roberto Ierusalimschy
|
84ad1eea81
use of NaN as key breaks some invariants
|
23 years ago |
Roberto Ierusalimschy
|
b30ec2532c
details
|
23 years ago |
Roberto Ierusalimschy
|
68ee518e81
only tables need `lua_number2int'
|
23 years ago |
Roberto Ierusalimschy
|
76a73cb2ee
new `getn' (and `setn')
|
23 years ago |
Roberto Ierusalimschy
|
aa3da1605c
`newproxy' uses its own weaktable
|
23 years ago |
Roberto Ierusalimschy
|
9f4b5b5232
weak keys are removed only after finalization
|
23 years ago |
Roberto Ierusalimschy
|
5fabed21a1
getglobals(0) is the C global table
|
23 years ago |
Roberto Ierusalimschy
|
f67ccfbdeb
no more `lua_getn' function
|
23 years ago |
Roberto Ierusalimschy
|
cfcf200806
`concat' goes to `table' library
|
23 years ago |
Roberto Ierusalimschy
|
f32a8c0477
details (temporary?)
|
23 years ago |
Roberto Ierusalimschy
|
88607acc2c
details
|
23 years ago |
Roberto Ierusalimschy
|
6de93e2932
two new bugs in 4.0 :-( (both were already corrected in 5.0 :-)
|
23 years ago |
Roberto Ierusalimschy
|
25dc9b7faf
new functions `dofile' and `pairs'; correct way to check proxies
|
23 years ago |
Roberto Ierusalimschy
|
78c507b7b8
`lua_upcall' -> `lua_call'
|
23 years ago |
Roberto Ierusalimschy
|
69906cb56f
error message ends with `\n' (is already formatted)
|
23 years ago |
Roberto Ierusalimschy
|
9d6556fd87
userdata are removed from weaktables before invoking their GC fallbacks
|
23 years ago |
Roberto Ierusalimschy
|
35707e94f3
`__weakmode' -> `__mode'
|
23 years ago |
Roberto Ierusalimschy
|
89b102bd1d
new `luaL_weakregistry' function
|
23 years ago |