aboutsummaryrefslogtreecommitdiff
path: root/fallback.h (unfollow)
Commit message (Collapse)AuthorFilesLines
1995-01-06function 'strfind' now has two optional parameters, to specify whereRoberto Ierusalimschy1-4/+26
to start and stop the search.
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 ↵Roberto Ierusalimschy1-2/+6
machines
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 ↵Waldemar Celes1-14/+6
efficiency)
1994-12-27better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' ↵Waldemar Celes2-10/+10
and 'parser.h')
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
machines
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