Roberto Ierusalimschy
|
f1f8f0ca22
simpler way to check maximum gc threshold
|
22 years ago |
Roberto Ierusalimschy
|
bcc5f1406b
test function for lua_setgcthreshold
|
22 years ago |
Roberto Ierusalimschy
|
b1b752fb2b
comments
|
22 years ago |
Roberto Ierusalimschy
|
572a69df78
Lua does not need all those different types...
|
22 years ago |
Roberto Ierusalimschy
|
943c82b376
avoid unnecessary call to log2 on too large indices
|
22 years ago |
Roberto Ierusalimschy
|
17149b7d43
avoid warnings (`Instruction' may not fit into an `int')
|
22 years ago |
Roberto Ierusalimschy
|
01b303c87e
simpler log2 implementation
|
22 years ago |
Roberto Ierusalimschy
|
762c737037
last changes by lhf
|
22 years ago |
Roberto Ierusalimschy
|
de57dc2653
new scheme to control `loadlib' configuration (default for dlopen
|
22 years ago |
Roberto Ierusalimschy
|
d1df829f8d
lua_getmetatable must accept any acceptable index
|
22 years ago |
Roberto Ierusalimschy
|
2ad947fe03
new test options for luaL_getn/setn
|
22 years ago |
Roberto Ierusalimschy
|
f0cc013afa
luaL_getn/setn must operate correctly over negative indices
|
22 years ago |
Roberto Ierusalimschy
|
0d88545b82
warnings from several compilers (mainly typecasts when lua_Number is float)
|
22 years ago |
Roberto Ierusalimschy
|
f84c5a5fc6
avoid conflicts in (re)definition of `isatty'
|
22 years ago |
Roberto Ierusalimschy
|
05d35d8f3c
comments
|
22 years ago |
Roberto Ierusalimschy
|
3a6230ef7c
error-message format
|
22 years ago |
Roberto Ierusalimschy
|
a424a112b5
clearance of debuging code (left by mistake)
|
22 years ago |
Roberto Ierusalimschy
|
b858161fbc
new hash method for lua_Number (double) (due to a performance problem)
|
22 years ago |
Roberto Ierusalimschy
|
80bac182db
do not mix `--help' with `--'
|
22 years ago |
Roberto Ierusalimschy
|
30a411ab3c
chars from zio are always unsigned
|
22 years ago |
Roberto Ierusalimschy
|
5bb5a1831d
details
|
22 years ago |
Roberto Ierusalimschy
|
b518d14071
bug: zio mixes a 255 as first char in a buffer with EOZ
|
22 years ago |
Roberto Ierusalimschy
|
15dbb53461
towards 5.0 final
|
22 years ago |
Roberto Ierusalimschy
|
abc304f9da
avoid name colision (for alllua.c)
|
22 years ago |
Roberto Ierusalimschy
|
1a553f9199
better error messages
|
22 years ago |
Roberto Ierusalimschy
|
0ca225d33a
better error message
|
22 years ago |
Roberto Ierusalimschy
|
70e2b7ab86
name changes to avoid name collision between macros and variables
|
22 years ago |
Roberto Ierusalimschy
|
5a144e891a
`__globals' -> `__fenv'
|
22 years ago |
Roberto Ierusalimschy
|
b12776f29c
`luaL_getmetafield' was leaving extra value on the stack
|
22 years ago |
Roberto Ierusalimschy
|
ab9e062928
name changes to avoid name collision between macros and variables
|
22 years ago |