aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
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