Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
1997-03-06 | new form for constructors: {[exp] = exp, ...} | Roberto Ierusalimschy | 3 | -32/+38 |
1997-03-05 | atualization of #include dependencies. | Roberto Ierusalimschy | 1 | -22/+26 |
1997-03-05 | skips can be nested (why not?). | Roberto Ierusalimschy | 1 | -3/+9 |
1997-03-03 | "mem.c.debug" incorporated (with "#if"). | Roberto Ierusalimschy | 1 | -1/+102 |
1997-02-26 | first step in implementing internal methods. | Roberto Ierusalimschy | 10 | -233/+438 |
1997-02-26 | small correction. | Roberto Ierusalimschy | 1 | -4/+6 |
1997-02-21 | new pattern item ".-"; | Roberto Ierusalimschy | 1 | -10/+22 |
1997-02-21 | new facilities for pattern matching (%b and .-); | Roberto Ierusalimschy | 1 | -26/+58 |
1997-02-20 | lua_Type is private (preparation for tags) | Roberto Ierusalimschy | 3 | -43/+53 |
1997-02-13 | small syntax error (yacc does not complain, but bison does). | Roberto Ierusalimschy | 1 | -2/+2 |
1997-02-11 | userdata can handle arbitrary binary data; | Roberto Ierusalimschy | 6 | -41/+79 |
1997-02-07 | BUG: "inclinenumber" cannot use public buffer, since it could change | Roberto Ierusalimschy | 1 | -9/+13 |
1997-01-31 | better check when converting from float to int, to avoid overflow | Roberto Ierusalimschy | 2 | -15/+19 |
1997-01-23 | lhf revisions/sugestions | Roberto Ierusalimschy | 1 | -171/+288 |
1997-01-15 | small correction to avoid "wrong" default action | Roberto Ierusalimschy | 1 | -2/+2 |
1996-11-22 | BUG: pointer arithmetic does not have to work when pointing outside | Roberto Ierusalimschy | 1 | -5/+5 |
1996-11-22 | ANSI ctype only works for unsigned chars (or EOF) | Roberto Ierusalimschy | 2 | -23/+26 |
1996-11-22 | useless include. | Roberto Ierusalimschy | 1 | -1/+0 |
1996-11-21 | small BUG: pragma deletes 0 at end of yytext, so a syntax error just after | Roberto Ierusalimschy | 1 | -1/+2 |
1996-11-20 | new versionv2.5.1 | Roberto Ierusalimschy | 1 | -2/+2 |
1996-11-20 | BUG: ISO chars are negative, ISO ints are not. | Roberto Ierusalimschy | 1 | -2/+3 |
1996-11-20 | BUG: ISO chars are negative, ISO ints are not. | Roberto Ierusalimschy | 1 | -6/+30 |
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 |