| Commit message (Expand) | Author | Age | Files | Lines |
* | gsub aborts if error occurs. | Roberto Ierusalimschy | 1997-06-19 | 1 | -2/+5 |
* | macros don't need prototypes. | Roberto Ierusalimschy | 1997-06-18 | 1 | -6/+4 |
* | using old version functions. | Roberto Ierusalimschy | 1997-06-18 | 2 | -4/+4 |
* | #if wraps compatibility issue | Roberto Ierusalimschy | 1997-06-18 | 1 | -5/+14 |
* | do not use $...$ to italic. | Roberto Ierusalimschy | 1997-06-18 | 1 | -7/+8 |
* | new functions lua_doFILE and lua_dobuffer to help users... | Roberto Ierusalimschy | 1997-06-18 | 2 | -19/+50 |
* | exported functions follow "lua" prefix rule. | Roberto Ierusalimschy | 1997-06-18 | 1 | -1/+10 |
* | new arguments for gsub | Roberto Ierusalimschy | 1997-06-18 | 1 | -28/+9 |
* | lhf corrections + new gsub | Roberto Ierusalimschy | 1997-06-18 | 1 | -220/+254 |
* | error message always shows file names. | Roberto Ierusalimschy | 1997-06-18 | 1 | -3/+6 |
* | first version for Lua 3.0 (with tag methods, etc) | Roberto Ierusalimschy | 1997-06-17 | 1 | -311/+694 |
* | extra parameter for "call" is "pack" or "plain". | Roberto Ierusalimschy | 1997-06-17 | 1 | -2/+2 |
* | "luaI_undump1" cannot be static; luac uses it. | Roberto Ierusalimschy | 1997-06-17 | 2 | -3/+9 |
* | "lua_getobjname" must return "tag-method" and not "fallback". | Roberto Ierusalimschy | 1997-06-17 | 2 | -3/+3 |
* | "nil" may have fallbacks too. | Roberto Ierusalimschy | 1997-06-17 | 1 | -7/+7 |
* | "strsub" accepts negative indices (count from the end of the string). | Roberto Ierusalimschy | 1997-06-16 | 1 | -3/+6 |
* | "lua_seterrormethod" should return the previous handler. | Roberto Ierusalimschy | 1997-06-16 | 2 | -5/+6 |
* | default error method is not nil (nil does nothing). | Roberto Ierusalimschy | 1997-06-16 | 1 | -2/+9 |
* | "order" and "concat" operations choose tag methods the same way that | Roberto Ierusalimschy | 1997-06-16 | 1 | -31/+13 |
* | using "zio" for parsing Lua code. | Roberto Ierusalimschy | 1997-06-16 | 9 | -202/+149 |
* | library for uniform buffered input. | Roberto Ierusalimschy | 1997-06-16 | 2 | -0/+164 |
* | functions "lua_settagmethod" and similars should be safe too. | Roberto Ierusalimschy | 1997-06-12 | 2 | -17/+18 |
* | missing small dependency. | Roberto Ierusalimschy | 1997-06-11 | 1 | -2/+2 |
* | BUG: did not handle properly pragmas $endinput/$debug inside a $if. | Roberto Ierusalimschy | 1997-06-11 | 1 | -36/+44 |
* | small 'improvement' | Roberto Ierusalimschy | 1997-06-11 | 1 | -3/+2 |
* | format more uniform, to facilitate filters .tex->.html | Roberto Ierusalimschy | 1997-06-09 | 1 | -249/+256 |
* | power method (^) acts only in numbers. | Roberto Ierusalimschy | 1997-06-09 | 1 | -2/+3 |
* | udata is just void * again, so there is no point for function "getbyte". | Roberto Ierusalimschy | 1997-06-09 | 1 | -45/+0 |
* | new function "testC", to help debug the API. | Roberto Ierusalimschy | 1997-06-09 | 1 | -1/+71 |
* | new implementation for udata (again they are just void *); | Roberto Ierusalimschy | 1997-06-09 | 7 | -136/+163 |
* | new lua_Objects are created below the C2lua stack, so most API functions | Roberto Ierusalimschy | 1997-06-06 | 1 | -52/+53 |
* | new lua_Objects are created below the C2lua stack, so most API functions | Roberto Ierusalimschy | 1997-06-06 | 1 | -2/+3 |
* | new API function to force garbage collection. | Roberto Ierusalimschy | 1997-05-26 | 3 | -8/+18 |
* | unused declaration. | Roberto Ierusalimschy | 1997-05-26 | 1 | -2/+1 |
* | another (better?) implementation for "pushsubscript". | Roberto Ierusalimschy | 1997-05-26 | 1 | -10/+16 |
* | new implementation of gc: "Pre-collect" garbage in temporary lists and | Roberto Ierusalimschy | 1997-05-14 | 7 | -87/+121 |
* | double hashing + tables do not grow if there are empty slots | Roberto Ierusalimschy | 1997-05-08 | 1 | -83/+94 |
* | bug: string table must be initialized. | Roberto Ierusalimschy | 1997-05-05 | 1 | -3/+15 |
* | correction of name (and "iternal" was wrong, any way). | Roberto Ierusalimschy | 1997-04-30 | 1 | -1/+1 |
* | small optimization in the access to i.m. table. | Roberto Ierusalimschy | 1997-04-24 | 3 | -40/+49 |
* | BUG: input file must be closed just after parser. | Roberto Ierusalimschy | 1997-04-15 | 2 | -20/+15 |
* | missing definition of "lua_storesubscript", for compatibility | Roberto Ierusalimschy | 1997-04-15 | 1 | -3/+5 |
* | new pragma "$endinput" | Roberto Ierusalimschy | 1997-04-14 | 1 | -4/+7 |
* | global variables (in $if) may have '_'. | Roberto Ierusalimschy | 1997-04-14 | 1 | -3/+3 |
* | function name is only needed *if* there is an error. | Roberto Ierusalimschy | 1997-04-14 | 1 | -5/+5 |
* | mem.h is now luamem.hv3.0-alpha | Luiz Henrique de Figueiredo | 1997-04-14 | 1 | -23/+23 |
* | fix comment in VERSION | Luiz Henrique de Figueiredo | 1997-04-14 | 1 | -2/+2 |
* | nested "$if's", "$else", and "$if" constants (nil & 1). | Roberto Ierusalimschy | 1997-04-12 | 1 | -39/+103 |
* | correction on comments about opcodes. | Roberto Ierusalimschy | 1997-04-11 | 1 | -14/+14 |
* | one cannot "create" a userdata. | Roberto Ierusalimschy | 1997-04-08 | 1 | -2/+2 |