Roberto Ierusalimschy
|
5a198de3c1
new prefix luaZ
|
28 years ago |
Roberto Ierusalimschy
|
c5d7ba7347
dostring has an optional error method argument
|
28 years ago |
Roberto Ierusalimschy
|
f84c2ebc4a
dostring has an optional error method argument;
|
28 years ago |
Roberto Ierusalimschy
|
c8897f2b08
counter for gsub only when there is a table (to keep full compatibility)
|
28 years ago |
Roberto Ierusalimschy
|
6bb2cac3db
setparsedfile is extern; luaz_... changed to luaZ_...
|
28 years ago |
Roberto Ierusalimschy
|
88f020b626
new interface to "lua_seterrormethod" and "lua_settagmethod", to
|
28 years ago |
Roberto Ierusalimschy
|
a38f093f05
luaI_initTFunc initializes fileName.
|
28 years ago |
Roberto Ierusalimschy
|
b6adfdd01b
gsub aborts if error occurs.
|
28 years ago |
Roberto Ierusalimschy
|
b90b4bbd3a
macros don't need prototypes.
|
28 years ago |
Roberto Ierusalimschy
|
f6d95140ae
using old version functions.
|
28 years ago |
Roberto Ierusalimschy
|
eca17b24ea
#if wraps compatibility issue
|
28 years ago |
Roberto Ierusalimschy
|
6b61582e47
do not use $...$ to italic.
|
28 years ago |
Roberto Ierusalimschy
|
60bdc370d9
new functions lua_doFILE and lua_dobuffer to help users...
|
28 years ago |
Roberto Ierusalimschy
|
b9e31f73ee
exported functions follow "lua" prefix rule.
|
28 years ago |
Roberto Ierusalimschy
|
ea98620d98
new arguments for gsub
|
28 years ago |
Roberto Ierusalimschy
|
6b78040840
lhf corrections + new gsub
|
28 years ago |
Roberto Ierusalimschy
|
e931c7c0f6
error message always shows file names.
|
28 years ago |
Roberto Ierusalimschy
|
70160320b1
first version for Lua 3.0 (with tag methods, etc)
|
28 years ago |
Roberto Ierusalimschy
|
bfbf56f15a
extra parameter for "call" is "pack" or "plain".
|
28 years ago |
Roberto Ierusalimschy
|
732ef82c72
"luaI_undump1" cannot be static; luac uses it.
|
28 years ago |
Roberto Ierusalimschy
|
2a1da64872
"lua_getobjname" must return "tag-method" and not "fallback".
|
28 years ago |
Roberto Ierusalimschy
|
3c5d71cf77
"nil" may have fallbacks too.
|
28 years ago |
Roberto Ierusalimschy
|
1848bcc15b
"strsub" accepts negative indices (count from the end of the string).
|
28 years ago |
Roberto Ierusalimschy
|
4d2de484f6
"lua_seterrormethod" should return the previous handler.
|
28 years ago |
Roberto Ierusalimschy
|
312f78d925
default error method is not nil (nil does nothing).
|
28 years ago |
Roberto Ierusalimschy
|
e4b69d6c9c
"order" and "concat" operations choose tag methods the same way that
|
28 years ago |
Roberto Ierusalimschy
|
c9a2dfeb2c
using "zio" for parsing Lua code.
|
28 years ago |
Roberto Ierusalimschy
|
9fe5be3acf
library for uniform buffered input.
|
28 years ago |
Roberto Ierusalimschy
|
611680af08
functions "lua_settagmethod" and similars should be safe too.
|
28 years ago |
Roberto Ierusalimschy
|
cb1d8f0fa0
missing small dependency.
|
28 years ago |