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