810 Commits (1d8edd347d728ba6b0160359f3c0391e7b1a8a44)
 

Author SHA1 Message Date
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
Roberto Ierusalimschy 33f4fef410 BUG: did not handle properly pragmas $endinput/$debug inside a $if. 28 years ago
Roberto Ierusalimschy e77534c08f small 'improvement' 28 years ago
Roberto Ierusalimschy a22b54bbb6 format more uniform, to facilitate filters .tex->.html 28 years ago
Roberto Ierusalimschy 414ebe8ce1 power method (^) acts only in numbers. 28 years ago
Roberto Ierusalimschy 33ace03b5a udata is just void * again, so there is no point for function "getbyte". 28 years ago
Roberto Ierusalimschy 085181a08a new function "testC", to help debug the API. 28 years ago
Roberto Ierusalimschy dd22ea4da5 new implementation for udata (again they are just void *); 28 years ago
Roberto Ierusalimschy 5fdcfeb353 new lua_Objects are created below the C2lua stack, so most API functions 28 years ago
Roberto Ierusalimschy d68d8287aa new lua_Objects are created below the C2lua stack, so most API functions 28 years ago
Roberto Ierusalimschy e1249970c2 new API function to force garbage collection. 28 years ago
Roberto Ierusalimschy 9d6f4e48a6 unused declaration. 28 years ago
Roberto Ierusalimschy b546a042e8 another (better?) implementation for "pushsubscript". 28 years ago
Roberto Ierusalimschy bd9e68cfcd new implementation of gc: "Pre-collect" garbage in temporary lists and 28 years ago
Roberto Ierusalimschy 9747f3c87a double hashing + tables do not grow if there are empty slots 28 years ago
Roberto Ierusalimschy 12d9731a49 bug: string table must be initialized. 28 years ago
Roberto Ierusalimschy 4aade854bb correction of name (and "iternal" was wrong, any way). 28 years ago
Roberto Ierusalimschy 369dd65318 small optimization in the access to i.m. table. 28 years ago
Roberto Ierusalimschy 209602ac31 BUG: input file must be closed just after parser. 28 years ago
Roberto Ierusalimschy 6251d889ca missing definition of "lua_storesubscript", for compatibility 28 years ago
Roberto Ierusalimschy faec0b0824 new pragma "$endinput" 28 years ago
Roberto Ierusalimschy 64d93e7cf9 global variables (in $if) may have '_'. 28 years ago
Roberto Ierusalimschy d73c5bcfe7 function name is only needed *if* there is an error. 28 years ago
Luiz Henrique de Figueiredo e78c1c54aa mem.h is now luamem.h 28 years ago
Luiz Henrique de Figueiredo 42049b42f1 fix comment in VERSION 28 years ago
Roberto Ierusalimschy a8cd072c76 nested "$if's", "$else", and "$if" constants (nil & 1). 28 years ago
Roberto Ierusalimschy 83e9897cf0 correction on comments about opcodes. 28 years ago
Roberto Ierusalimschy f93704728f one cannot "create" a userdata. 28 years ago
Roberto Ierusalimschy c9e3d32182 first implementation of "$if"; 28 years ago
Roberto Ierusalimschy 00050b8a6b detail: local names 28 years ago
Roberto Ierusalimschy 19a1e19ae1 detail: better way to put a "..." in message. 28 years ago
Roberto Ierusalimschy 3a9516ffc8 luaL check functions do not need the function name (it can be 28 years ago
Roberto Ierusalimschy 42fa305649 better error messages; 28 years ago
Roberto Ierusalimschy 9319735744 using new lib auxlib. 28 years ago
Roberto Ierusalimschy 1ea6e8064c "setintmethod" returns old method (to be coerent with seterrormethod). 28 years ago
Roberto Ierusalimschy c1746340c3 obs: version 4 is due to internal methods. 28 years ago