Roberto Ierusalimschy
|
d3037d97ec
several small improvements based on 'ci' being fixed now (including
|
16 years ago |
Roberto Ierusalimschy
|
df802dc74b
larger alignment requirement helps to uncover some kinds of bugs
|
17 years ago |
Roberto Ierusalimschy
|
4db2cddeee
LUA_COMPAT -> LUA_COMPAT_API (more specific)
|
17 years ago |
Roberto Ierusalimschy
|
f9dec5fc84
do not use compatibility macros in Lua
|
17 years ago |
Roberto Ierusalimschy
|
93869acb2c
"test trick" seems more useful with pointers instead of integers
|
17 years ago |
Roberto Ierusalimschy
|
658e7caf92
use prefix in extern names, even those in test files
|
17 years ago |
Roberto Ierusalimschy
|
b7fa64565a
27 is not a prime number :(
|
18 years ago |
Roberto Ierusalimschy
|
2b5c1f99e5
small simplifications
|
19 years ago |
Roberto Ierusalimschy
|
0fd6466957
lua_assert is an internal matter, not to be configured
|
19 years ago |
Roberto Ierusalimschy
|
8dcc6bc532
avoid the use of global lock
|
20 years ago |
Roberto Ierusalimschy
|
d987cf1f81
new mark LUAI_DATA for extern data
|
20 years ago |
Roberto Ierusalimschy
|
b320d37a80
better tests for correctness of `savedpc'
|
20 years ago |
Roberto Ierusalimschy
|
04f657c7f8
new protocol to open standard libraries
|
20 years ago |
Roberto Ierusalimschy
|
d872090248
small errors in previous `ci' of luaconf.h.
|
20 years ago |
Roberto Ierusalimschy
|
162b66624d
no more `lua_userinit' macro
|
20 years ago |
Roberto Ierusalimschy
|
226c57fec0
simpler configuration to turn on all asserts
|
21 years ago |
Roberto Ierusalimschy
|
0d9007b642
no more LUA_OPNAMES
|
21 years ago |
Roberto Ierusalimschy
|
31f6540fba
back with an "open all libs" function
|
21 years ago |
Roberto Ierusalimschy
|
a6179adf12
detail
|
21 years ago |
Roberto Ierusalimschy
|
ba9878fcb8
lock stuff defined in `luaconf.h'
|
21 years ago |
Roberto Ierusalimschy
|
763b8fba1b
more stuff goes to configuration file
|
21 years ago |
Roberto Ierusalimschy
|
b4cd38ba6c
new scheme for configuration through `luaconf.h'
|
21 years ago |
Roberto Ierusalimschy
|
48a8d78102
new tests to check memory consistency (for incremental GC)
|
21 years ago |
Roberto Ierusalimschy
|
2aaf7394ad
more and better tools (assertions & inspectors) to check incremental GC
|
21 years ago |
Roberto Ierusalimschy
|
47fc57a252
`TObject' renamed to `TValue' + other name changes and better assertions
|
21 years ago |
Roberto Ierusalimschy
|
b97fb932ec
Lua kernel does not use malloc/free functions.
|
22 years ago |
Roberto Ierusalimschy
|
38da8c0d7d
new facilities to test memory overflow in main.c
|
23 years ago |
Roberto Ierusalimschy
|
48e42261ac
details
|
23 years ago |
Roberto Ierusalimschy
|
42dd080a2e
details
|
23 years ago |
Roberto Ierusalimschy
|
96e15b8501
threads now are real Lua objects, subject to garbage collection
|
23 years ago |