aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
1997-06-18error message always shows file names.Roberto Ierusalimschy1-3/+6
1997-06-17first version for Lua 3.0 (with tag methods, etc)Roberto Ierusalimschy1-311/+694
1997-06-17extra parameter for "call" is "pack" or "plain".Roberto Ierusalimschy1-2/+2
1997-06-17"luaI_undump1" cannot be static; luac uses it.Roberto Ierusalimschy2-3/+9
1997-06-17"lua_getobjname" must return "tag-method" and not "fallback".Roberto Ierusalimschy2-3/+3
1997-06-17"nil" may have fallbacks too.Roberto Ierusalimschy1-7/+7
1997-06-16"strsub" accepts negative indices (count from the end of the string).Roberto Ierusalimschy1-3/+6
1997-06-16"lua_seterrormethod" should return the previous handler.Roberto Ierusalimschy2-5/+6
1997-06-16default error method is not nil (nil does nothing).Roberto Ierusalimschy1-2/+9
1997-06-16"order" and "concat" operations choose tag methods the same way thatRoberto Ierusalimschy1-31/+13
1997-06-16using "zio" for parsing Lua code.Roberto Ierusalimschy9-202/+149
1997-06-16library for uniform buffered input.Roberto Ierusalimschy2-0/+164
1997-06-12functions "lua_settagmethod" and similars should be safe too.Roberto Ierusalimschy2-17/+18
1997-06-11missing small dependency.Roberto Ierusalimschy1-2/+2
1997-06-11BUG: did not handle properly pragmas $endinput/$debug inside a $if.Roberto Ierusalimschy1-36/+44
1997-06-11small 'improvement'Roberto Ierusalimschy1-3/+2
1997-06-09format more uniform, to facilitate filters .tex->.htmlRoberto Ierusalimschy1-249/+256
1997-06-09power method (^) acts only in numbers.Roberto Ierusalimschy1-2/+3
1997-06-09udata is just void * again, so there is no point for function "getbyte".Roberto Ierusalimschy1-45/+0
1997-06-09new function "testC", to help debug the API.Roberto Ierusalimschy1-1/+71
1997-06-09new implementation for udata (again they are just void *);Roberto Ierusalimschy7-136/+163
1997-06-06new lua_Objects are created below the C2lua stack, so most API functionsRoberto Ierusalimschy1-52/+53
1997-06-06new lua_Objects are created below the C2lua stack, so most API functionsRoberto Ierusalimschy1-2/+3
1997-05-26new API function to force garbage collection.Roberto Ierusalimschy3-8/+18
1997-05-26unused declaration.Roberto Ierusalimschy1-2/+1
1997-05-26another (better?) implementation for "pushsubscript".Roberto Ierusalimschy1-10/+16
1997-05-14new implementation of gc: "Pre-collect" garbage in temporary lists andRoberto Ierusalimschy7-87/+121
1997-05-08double hashing + tables do not grow if there are empty slotsRoberto Ierusalimschy1-83/+94
1997-05-05bug: string table must be initialized.Roberto Ierusalimschy1-3/+15
1997-04-30correction of name (and "iternal" was wrong, any way).Roberto Ierusalimschy1-1/+1
1997-04-24small optimization in the access to i.m. table.Roberto Ierusalimschy3-40/+49
1997-04-15BUG: input file must be closed just after parser.Roberto Ierusalimschy2-20/+15
1997-04-15missing definition of "lua_storesubscript", for compatibilityRoberto Ierusalimschy1-3/+5
1997-04-14new pragma "$endinput"Roberto Ierusalimschy1-4/+7
1997-04-14global variables (in $if) may have '_'.Roberto Ierusalimschy1-3/+3
1997-04-14function name is only needed *if* there is an error.Roberto Ierusalimschy1-5/+5
1997-04-14mem.h is now luamem.hv3.0-alphaLuiz Henrique de Figueiredo1-23/+23
1997-04-14fix comment in VERSIONLuiz Henrique de Figueiredo1-2/+2
1997-04-12nested "$if's", "$else", and "$if" constants (nil & 1).Roberto Ierusalimschy1-39/+103
1997-04-11correction on comments about opcodes.Roberto Ierusalimschy1-14/+14
1997-04-08one cannot "create" a userdata.Roberto Ierusalimschy1-2/+2
1997-04-07first implementation of "$if";Roberto Ierusalimschy6-73/+139
1997-04-06detail: local namesRoberto Ierusalimschy1-5/+5
1997-04-06detail: better way to put a "..." in message.Roberto Ierusalimschy1-3/+3
1997-04-06luaL check functions do not need the function name (it can beRoberto Ierusalimschy10-125/+129
1997-04-04better error messages;Roberto Ierusalimschy10-100/+107
1997-04-04using new lib auxlib.Roberto Ierusalimschy2-30/+18
1997-04-03"setintmethod" returns old method (to be coerent with seterrormethod).Roberto Ierusalimschy1-5/+5
1997-04-03obs: version 4 is due to internal methods.Roberto Ierusalimschy1-4/+4
1997-04-03"setintmethod" returns old method (to be coerent with seterrormethod).Roberto Ierusalimschy1-1/+2