Roberto Ierusalimschy
|
6b6bc532a4
better error message for (deprecated) "%global"
|
22 years ago |
Roberto Ierusalimschy
|
04b143ddf9
avoid C stack overflow during parsing
|
23 years ago |
Roberto Ierusalimschy
|
b3d0682fb9
use of different buffers for scanner and concatenation
|
23 years ago |
Roberto Ierusalimschy
|
b2bc3b44b6
no more reserved word "global"
|
23 years ago |
Roberto Ierusalimschy
|
dea6b6da94
new function `lua_vpushstr' to replace uses of `sprintf'
|
23 years ago |
Roberto Ierusalimschy
|
e01f5e6809
better order of record fields for 64-bit machines
|
23 years ago |
Roberto Ierusalimschy
|
9aff171f3b
new type `boolean'
|
23 years ago |
Roberto Ierusalimschy
|
72659a0605
no more explicit support for wide-chars; too much troble...
|
24 years ago |
Roberto Ierusalimschy
|
39395e1211
`luaX_syntaxerror' does not need to be public
|
24 years ago |
Roberto Ierusalimschy
|
e1d072571e
better syntax for type casts
|
24 years ago |
Roberto Ierusalimschy
|
45b173cbf8
warnings/details
|
24 years ago |
Roberto Ierusalimschy
|
fccadba4b5
new reserved words `in' and `global'
|
24 years ago |
Roberto Ierusalimschy
|
e9a3820370
sizeof(string) != strlen(string)+1 when sizeof(char) != 1
|
24 years ago |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
24 years ago |
Roberto Ierusalimschy
|
595e449537
tighter size for error buffers
|
24 years ago |
Roberto Ierusalimschy
|
4894c27962
lua_Number defined in lua.h (1st version)
|
25 years ago |
Roberto Ierusalimschy
|
282ab366f4
bug: parser overwrites semantic information when looking ahead
|
25 years ago |
Roberto Ierusalimschy
|
b69e712713
new way to generate SETLINEs
|
25 years ago |
Roberto Ierusalimschy
|
feb2083730
better control of source name
|
25 years ago |
Roberto Ierusalimschy
|
c39345fba3
no more pragmas
|
25 years ago |
Roberto Ierusalimschy
|
58fbdc76d5
better implementation for looh-ahead
|
25 years ago |
Roberto Ierusalimschy
|
677313da32
bug: record-constructor starting with an upvalue name gets an error
|
25 years ago |
Roberto Ierusalimschy
|
ef62b340e0
code cleaner for 16 bits.
|
25 years ago |
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 |