Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1996-11-18 | correction in inheritance code in Cv2.5 | Roberto Ierusalimschy | 1 | -2/+4 |
1996-11-18 | undump needs file in binary mode | Roberto Ierusalimschy | 1 | -2/+4 |
1996-11-18 | BUG: problems with negative indexes | Roberto Ierusalimschy | 1 | -19/+21 |
1996-11-18 | headers includes sizeof(Word) not sizeof(int) | Luiz Henrique de Figueiredo | 1 | -4/+7 |
1996-11-16 | stdlib.h for exit | Luiz Henrique de Figueiredo | 1 | -3/+3 |
1996-11-14 | spelling corrections. | Roberto Ierusalimschy | 1 | -11/+11 |
1996-11-14 | corrected version test (0x23 not 23) | Luiz Henrique de Figueiredo | 1 | -2/+2 |
1996-11-14 | (no commit message) | Luiz Henrique de Figueiredo | 1 | -2/+2 |
1996-11-14 | added 3 new bytes to header (sizeof's) | Luiz Henrique de Figueiredo | 1 | -4/+14 |
1996-11-14 | new header version | Luiz Henrique de Figueiredo | 1 | -2/+2 |
1996-11-12 | new version | Roberto Ierusalimschy | 2 | -5/+5 |
1996-11-08 | better format for error messages. | Roberto Ierusalimschy | 1 | -3/+4 |
1996-11-08 | error message for syntax "1..2"; | Roberto Ierusalimschy | 1 | -7/+18 |
1996-11-08 | syntax error function is in "lex.c" (it has the token) | Roberto Ierusalimschy | 2 | -10/+4 |
1996-11-07 | SunOS is not ANSI about the return value of "sprintf". | Roberto Ierusalimschy | 1 | -7/+6 |
1996-11-07 | corrected copyright notice | Roberto Ierusalimschy | 1 | -2/+2 |
1996-11-07 | replaced unions by memcpy | Luiz Henrique de Figueiredo | 1 | -7/+4 |
1996-11-07 | replaced unions by memcpy | Luiz Henrique de Figueiredo | 1 | -12/+9 |
1996-11-06 | new flag for STRERROR; libs now are called lib...v2.5-beta | Roberto Ierusalimschy | 1 | -18/+24 |
1996-11-06 | anna's comments | Roberto Ierusalimschy | 1 | -23/+33 |
1996-11-06 | pragmas should not be recognized inside literal strings. | Roberto Ierusalimschy | 1 | -6/+6 |
1996-11-01 | i/o functions return an error message | Roberto Ierusalimschy | 1 | -4/+14 |
1996-11-01 | although an ANSI function, some systems do not offer "strerror" | Roberto Ierusalimschy | 1 | -0/+4 |
1996-11-01 | new parameters for "read" and "write". BIG CHANGE. | Roberto Ierusalimschy | 1 | -438/+124 |
1996-11-01 | new pattern matching facilities; new version of i/o lib; | Roberto Ierusalimschy | 1 | -189/+363 |
1996-11-01 | pre-defined variable _VERSION_ | Roberto Ierusalimschy | 1 | -2/+5 |
1996-11-01 | new version number | Roberto Ierusalimschy | 1 | -2/+2 |
1996-11-01 | small omission corrected ("s_tsvalue") | Roberto Ierusalimschy | 1 | -1/+2 |
1996-10-31 | small corrections in error messages | Roberto Ierusalimschy | 1 | -5/+5 |
1996-10-31 | "strfind" has an extra parameter to turn off all special characteres. | Roberto Ierusalimschy | 1 | -2/+3 |
1996-10-16 | some compilers do not accept "stdin"/"stdout" as constants. | Roberto Ierusalimschy | 1 | -2/+3 |
1996-09-26 | documentation of opcode meanings (thanks to lhf) | Roberto Ierusalimschy | 1 | -53/+76 |
1996-09-25 | new way to handle pragmas (at the lexical level, instead of parsing). | Roberto Ierusalimschy | 2 | -35/+35 |
1996-09-25 | lua_linenumber is initialized in lex.c | Roberto Ierusalimschy | 1 | -3/+1 |
1996-09-24 | "call" returns separate results, instead of a table. | Roberto Ierusalimschy | 3 | -33/+17 |
1996-09-24 | "dofile" and "dostring" may return values. | Roberto Ierusalimschy | 3 | -15/+27 |
1996-09-24 | a chunk may end with a return. | Roberto Ierusalimschy | 1 | -6/+7 |
1996-09-20 | new function "strrep" | Roberto Ierusalimschy | 1 | -1/+12 |
1996-09-20 | better structure to control stack interface lua-C. | Roberto Ierusalimschy | 1 | -55/+53 |
1996-09-16 | "strmap" replaced by "strupper" and "strlower" (that's what people will | Roberto Ierusalimschy | 1 | -67/+100 |
1996-09-11 | "dostring" now stores the prefix of its string, to improve error messages. | Roberto Ierusalimschy | 1 | -5/+11 |
1996-09-09 | BUG: a program ending in a comment without EOL made lex loops forever. | Roberto Ierusalimschy | 2 | -10/+5 |
1996-09-02 | functions may have tags CMARK and MARK, too. | Roberto Ierusalimschy | 1 | -4/+9 |
1996-08-28 | lhf's corrections. | Roberto Ierusalimschy | 1 | -166/+166 |
1996-08-15 | skip first line of a lua file if it starts with a '#' (to allow shell | Roberto Ierusalimschy | 1 | -2/+8 |
1996-08-09 | "[^]]" must mean "not ]". | Roberto Ierusalimschy | 1 | -8/+13 |
1996-08-05 | singlematch and item_end are used by "read", in iolib. | Roberto Ierusalimschy | 2 | -8/+11 |
1996-08-01 | Pattern-Matching! | Roberto Ierusalimschy | 1 | -135/+359 |
1996-08-01 | more functions exported. | Roberto Ierusalimschy | 1 | -2/+4 |
1996-08-01 | "pushnil" is not needed (default return is nil). | Roberto Ierusalimschy | 1 | -23/+6 |