aboutsummaryrefslogtreecommitdiff
path: root/lua.h (unfollow)
Commit message (Expand)AuthorFilesLines
1995-01-06function 'strfind' now has two optional parameters, to specify whereRoberto Ierusalimschy1-4/+26
1995-01-04small bug in fallback for power operatorRoberto Ierusalimschy1-2/+3
1995-01-03correcao de bug na construcao do formato.Waldemar Celes1-10/+11
1994-12-30stack is indexed by integers, not Words, to allow bigger stack on 32 bit mach...Roberto Ierusalimschy1-2/+6
1994-12-28functions that no more return error codes now have return type voidRoberto Ierusalimschy2-37/+26
1994-12-27'lua_getsubscript' and 'lua_storesubscript' now run unprotected (to improve e...Waldemar Celes1-14/+6
1994-12-27better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' an...Waldemar Celes2-10/+10
1994-12-27uses 'limits.h' for MAX_WORD and MAX_INTWaldemar Celes1-2/+5
1994-12-27bytecodes are indexed by integers, not Words, to allow bigger code on 32 bit ...Waldemar Celes1-10/+8
1994-12-27routines are defined before rules, to allow correct compilation with bisonWaldemar Celes1-185/+184
1994-12-23new file 'types.h'Roberto Ierusalimschy1-13/+12