Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2004-05-11 | avoid name clashes among different files | Roberto Ierusalimschy | 1 | -4/+4 |
2004-05-10 | in `time', uses default if `isdst' is absent | Roberto Ierusalimschy | 1 | -2/+2 |
2004-05-10 | no more USE_DEGREES option | Roberto Ierusalimschy | 1 | -21/+8 |
2004-05-10 | `tinsert' and `tremove' also use LUA_FIRSTINDEX | Roberto Ierusalimschy | 1 | -14/+14 |
2004-05-10 | code parameterized by LUA_FIRSTINDEX (first index of an array) | Roberto Ierusalimschy | 7 | -25/+32 |
2004-05-10 | LUAL_BUFFERSIZE is used in `lauxlib.h' and so everybody may need it | Roberto Ierusalimschy | 1 | -4/+4 |
2004-05-03 | accept `\r' as newline when looking for line end | Roberto Ierusalimschy | 1 | -2/+2 |