summaryrefslogtreecommitdiff
path: root/lapi.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-02-03only parser uses MAX_WORDRoberto Ierusalimschy1-8/+1
1999-02-02new syntax: assignment expressions + better order for opcodesRoberto Ierusalimschy3-67/+111
1999-02-02opcodes with builtin parameters are too complicated for very little extraRoberto Ierusalimschy3-309/+96
1999-02-02"if" expression leaves only one of its expressions on the stackRoberto Ierusalimschy1-2/+5
1999-02-01"if" expressions.Roberto Ierusalimschy1-24/+31
1999-01-29negative numerals do not need a MINUSOPeration; go directly to contantRoberto Ierusalimschy1-44/+51
1999-01-26no need to define functions for macros...Roberto Ierusalimschy3-36/+5
1999-01-26detailsRoberto Ierusalimschy1-2/+2
1999-01-25luaH_set does the set and protect its value; luaH_move can then be aRoberto Ierusalimschy1-31/+16
1999-01-25luaH_set does the set, and protects its value, so luaH_move can be aRoberto Ierusalimschy1-4/+4
1999-01-25luaH_set does the set!Roberto Ierusalimschy1-13/+8
1999-01-25uses the same double hashing that is used for tablesRoberto Ierusalimschy1-12/+17
1999-01-25table entries with ref=null always have val=null too.Roberto Ierusalimschy3-32/+21
1999-01-22small optimizations(?)Roberto Ierusalimschy1-49/+36
1999-01-22C cannot initialize a struct.Roberto Ierusalimschy1-10/+10
1999-01-22"free" usually handles NULL; handle non ANSI case separately.Roberto Ierusalimschy1-1/+2
1999-01-22local names are all in the constant pool, so they do not need to beRoberto Ierusalimschy1-9/+2
1999-01-22"realloc" usually implements "malloc"; handle non ANSI case separately.Roberto Ierusalimschy1-23/+21
1999-01-21<string.h> is needed because of "memcpy".Roberto Ierusalimschy1-1/+2
1999-01-20small optimizationsRoberto Ierusalimschy1-9/+8
1999-01-15small optimization in getglobalRoberto Ierusalimschy1-18/+20
1999-01-15names...Roberto Ierusalimschy2-38/+24
1999-01-15new functions to manipulate C global variablesRoberto Ierusalimschy3-11/+51
1999-01-15GC can be called during parsing, if needed.Roberto Ierusalimschy2-31/+44
1999-01-15"getstack" returns func, too.Roberto Ierusalimschy1-1/+5
1999-01-13"%.16g" already formats integers as integers, so we do not need anRoberto Ierusalimschy1-12/+5
1999-01-13details (comments)Roberto Ierusalimschy2-8/+6
1999-01-12better precision when converting numbers to strings.Roberto Ierusalimschy1-2/+2
1999-01-11detailsRoberto Ierusalimschy1-4/+8
1999-01-11header missing.Roberto Ierusalimschy1-1/+2