Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1997-07-31 | correct support for changing real to double (optional) | Roberto Ierusalimschy | 2 | -16/+15 |
1997-07-30 | "random" accepts an 'n' to return between 1 and 'n'. | Roberto Ierusalimschy | 2 | -6/+12 |
1997-07-30 | BIG CHANGE: functions have their own "constant table". | Roberto Ierusalimschy | 12 | -277/+278 |
1997-07-30 | free(b) is equivalent to realloc(b, 0) | Roberto Ierusalimschy | 2 | -4/+8 |
1997-07-29 | bug: lua_getlocal breaks when called with a CFunction. | Roberto Ierusalimschy | 2 | -2/+5 |
1997-07-29 | new way to handle global state during compilation. | Roberto Ierusalimschy | 4 | -188/+164 |
1997-07-29 | new opcode, ENDCODE, to signal end of code vector. | Roberto Ierusalimschy | 1 | -2/+3 |
1997-07-29 | unused field "size" in struct TFunc. | Roberto Ierusalimschy | 3 | -7/+6 |
1997-07-29 | BUG: LUA_COMPAT2_5 written wrong... | Roberto Ierusalimschy | 2 | -2/+3 |