Roberto Ierusalimschy
|
a8c9eec426
bug: chunk can end just after a '\' in a string
|
vor 23 Jahren |
Roberto Ierusalimschy
|
d2d24f0971
details to allow compilation of Lua as a single file
|
vor 23 Jahren |
Roberto Ierusalimschy
|
69906cb56f
error message ends with `\n' (is already formatted)
|
vor 23 Jahren |
Roberto Ierusalimschy
|
1dbe708aa8
new protocol for error handling
|
vor 23 Jahren |
Roberto Ierusalimschy
|
c398a02110
uses `isspace' to recognize space characters
|
vor 23 Jahren |
Roberto Ierusalimschy
|
ff91b355f4
no more use of stdio inside the core (except for `tostring'...)
|
vor 23 Jahren |
Roberto Ierusalimschy
|
955def0348
new names for string formating functions
|
vor 23 Jahren |
Roberto Ierusalimschy
|
b7a0503c1d
new format for error messages
|
vor 23 Jahren |
Roberto Ierusalimschy
|
dea6b6da94
new function `lua_vpushstr' to replace uses of `sprintf'
|
vor 23 Jahren |
Roberto Ierusalimschy
|
51ad2f1162
error message
|
vor 23 Jahren |
Roberto Ierusalimschy
|
4db04555f0
implementation of long comments
|
vor 23 Jahren |
Roberto Ierusalimschy
|
1b6315ba10
not all unfinished strings with "..." end in EOF
|
vor 23 Jahren |
Roberto Ierusalimschy
|
57a7baafb9
error message compatible with incomplete lines of lua.c
|
vor 23 Jahren |
Roberto Ierusalimschy
|
b217ae644e
details
|
vor 23 Jahren |
Roberto Ierusalimschy
|
9aff171f3b
new type `boolean'
|
vor 24 Jahren |
Roberto Ierusalimschy
|
72659a0605
no more explicit support for wide-chars; too much troble...
|
vor 24 Jahren |
Roberto Ierusalimschy
|
39395e1211
`luaX_syntaxerror' does not need to be public
|
vor 24 Jahren |
Roberto Ierusalimschy
|
e1d072571e
better syntax for type casts
|
vor 24 Jahren |
Roberto Ierusalimschy
|
9fca43f5b0
details
|
vor 24 Jahren |
Roberto Ierusalimschy
|
45b173cbf8
warnings/details
|
vor 24 Jahren |
Roberto Ierusalimschy
|
fccadba4b5
new reserved words `in' and `global'
|
vor 24 Jahren |
Roberto Ierusalimschy
|
8e586c13fc
cleaner way to ensure alignment for strings and userdata
|
vor 24 Jahren |
Roberto Ierusalimschy
|
7fae1c17b1
detail
|
vor 24 Jahren |
Roberto Ierusalimschy
|
ba11831d35
smaller structs for udata and for strings
|
vor 24 Jahren |
Roberto Ierusalimschy
|
dd3a63c205
new way to handle `profiles'
|
vor 24 Jahren |
Roberto Ierusalimschy
|
f81b8adb3f
string [[...]] ignores initial \n
|
vor 24 Jahren |
Roberto Ierusalimschy
|
e9a3820370
sizeof(string) != strlen(string)+1 when sizeof(char) != 1
|
vor 24 Jahren |
Roberto Ierusalimschy
|
dfd7ce74cf
buffer should be void *, as char now is not that neutral...
|
vor 24 Jahren |
Roberto Ierusalimschy
|
39b7978329
first (big) step to support wide chars
|
vor 24 Jahren |
Roberto Ierusalimschy
|
5f37134e64
avoid '...' and "..." inside comments
|
vor 24 Jahren |