Roberto Ierusalimschy
|
3c5d71cf77
"nil" may have fallbacks too.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
1848bcc15b
"strsub" accepts negative indices (count from the end of the string).
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
4d2de484f6
"lua_seterrormethod" should return the previous handler.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
312f78d925
default error method is not nil (nil does nothing).
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
e4b69d6c9c
"order" and "concat" operations choose tag methods the same way that
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
c9a2dfeb2c
using "zio" for parsing Lua code.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
9fe5be3acf
library for uniform buffered input.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
611680af08
functions "lua_settagmethod" and similars should be safe too.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
cb1d8f0fa0
missing small dependency.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
33f4fef410
BUG: did not handle properly pragmas $endinput/$debug inside a $if.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
e77534c08f
small 'improvement'
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
a22b54bbb6
format more uniform, to facilitate filters .tex->.html
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
414ebe8ce1
power method (^) acts only in numbers.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
33ace03b5a
udata is just void * again, so there is no point for function "getbyte".
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
085181a08a
new function "testC", to help debug the API.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
dd22ea4da5
new implementation for udata (again they are just void *);
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
5fdcfeb353
new lua_Objects are created below the C2lua stack, so most API functions
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
d68d8287aa
new lua_Objects are created below the C2lua stack, so most API functions
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
e1249970c2
new API function to force garbage collection.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
9d6f4e48a6
unused declaration.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
b546a042e8
another (better?) implementation for "pushsubscript".
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
bd9e68cfcd
new implementation of gc: "Pre-collect" garbage in temporary lists and
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
9747f3c87a
double hashing + tables do not grow if there are empty slots
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
12d9731a49
bug: string table must be initialized.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
4aade854bb
correction of name (and "iternal" was wrong, any way).
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
369dd65318
small optimization in the access to i.m. table.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
209602ac31
BUG: input file must be closed just after parser.
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
6251d889ca
missing definition of "lua_storesubscript", for compatibility
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
faec0b0824
new pragma "$endinput"
|
%!s(int64=28) %!d(string=hai) anos |
Roberto Ierusalimschy
|
64d93e7cf9
global variables (in $if) may have '_'.
|
%!s(int64=28) %!d(string=hai) anos |