Roberto Ierusalimschy
|
f9cf402fbd
first implementation of FOR
|
25 years ago |
Roberto Ierusalimschy
|
42130ed712
name changes
|
25 years ago |
Roberto Ierusalimschy
|
22329e4cdf
implementation of BREAK
|
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
|
3c9d999424
many details (most by lhf).
|
25 years ago |
Roberto Ierusalimschy
|
74f1c3d025
small changes for "clean C"
|
25 years ago |
Roberto Ierusalimschy
|
d6b9f49aaf
only need to reset buffer for strings, numbers, and names.
|
25 years ago |
Roberto Ierusalimschy
|
d83c2a8455
performance details.
|
25 years ago |
Roberto Ierusalimschy
|
0652906e7a
details.
|
25 years ago |
Roberto Ierusalimschy
|
2eaf9a00ae
little bug: `1ea' got a wrong token at the error message
|
26 years ago |
Roberto Ierusalimschy
|
1b15206cf9
many details + code redistribution
|
26 years ago |
Roberto Ierusalimschy
|
b097076678
missing include
|
26 years ago |
Roberto Ierusalimschy
|
29ede6aa13
first implementation of multiple states (reentrant code).
|
26 years ago |
Roberto Ierusalimschy
|
a7fa7bafc8
new warnings with option "-W" (gcc)
|
26 years ago |
Roberto Ierusalimschy
|
910836fb53
warnings from Visual C++
|
26 years ago |
Roberto Ierusalimschy
|
c5fee7615e
new implementation for string hashing, with chaining.
|
26 years ago |
Roberto Ierusalimschy
|
4343420d4d
simplified version of `gc' tag method (only for userdata now).
|
26 years ago |
Roberto Ierusalimschy
|
2e13cd77ab
new interface for `luaO_strtod', which now checks signal, too.
|
26 years ago |
Roberto Ierusalimschy
|
c787dccd9b
"const" !!!
|
26 years ago |
Roberto Ierusalimschy
|
e9a670695a
details
|
26 years ago |
Roberto Ierusalimschy
|
36b6fe8d17
better treatment for arbitrary limits
|
26 years ago |
Roberto Ierusalimschy
|
924bbe020b
bigger limits
|
26 years ago |
Roberto Ierusalimschy
|
3e9c6a8a24
details
|
26 years ago |
Roberto Ierusalimschy
|
82ad0d5770
details
|
26 years ago |
Roberto Ierusalimschy
|
78edc241e9
details about debug info.
|
26 years ago |
Roberto Ierusalimschy
|
5a8bb00df4
storing chunk "sources" instead of "filenames".
|
26 years ago |
Roberto Ierusalimschy
|
6a853fcb8b
details (from lhf)
|
26 years ago |
Roberto Ierusalimschy
|
055823c04d
"L->Mbuffbase" is better kept as offset instead of pointer
|
26 years ago |
Roberto Ierusalimschy
|
5687949560
"lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state".
|
26 years ago |