aboutsummaryrefslogtreecommitdiff
path: root/lua.c (unfollow)
Commit message (Expand)AuthorFilesLines
1997-09-16a generic input stream interfaceRoberto Ierusalimschy2-10/+14
1997-09-16Standard library for strings and pattern-matchingRoberto Ierusalimschy2-147/+127
1997-09-16Lua standard librariesRoberto Ierusalimschy1-9/+18
1997-09-16Debuging APIRoberto Ierusalimschy1-4/+6
1997-09-16Global variablesRoberto Ierusalimschy4-288/+106
1997-09-16very small corrections...Roberto Ierusalimschy1-4/+5
1997-08-04small optimization in opcodes for "and" and "or"Roberto Ierusalimschy4-30/+16
1997-07-31small optimizations; try to find previous use when coding a real constant.Roberto Ierusalimschy1-37/+45
1997-07-31new dependenciesRoberto Ierusalimschy1-8/+6
1997-07-31prime numbers spread better.Roberto Ierusalimschy1-2/+2
1997-07-31correct support for changing real to double (optional)Roberto Ierusalimschy2-16/+15
1997-07-30"random" accepts an 'n' to return between 1 and 'n'.Roberto Ierusalimschy2-6/+12
1997-07-30BIG CHANGE: functions have their own "constant table".Roberto Ierusalimschy12-277/+278
1997-07-30free(b) is equivalent to realloc(b, 0)Roberto Ierusalimschy2-4/+8
1997-07-29bug: lua_getlocal breaks when called with a CFunction.Roberto Ierusalimschy2-2/+5
1997-07-29new way to handle global state during compilation.Roberto Ierusalimschy4-188/+164
1997-07-29new opcode, ENDCODE, to signal end of code vector.Roberto Ierusalimschy1-2/+3
1997-07-29unused field "size" in struct TFunc.Roberto Ierusalimschy3-7/+6
1997-07-29BUG: LUA_COMPAT2_5 written wrong...Roberto Ierusalimschy2-2/+3