| Commit message (Expand) | Author | Age | Files | Lines |
* | nested "$if's", "$else", and "$if" constants (nil & 1). | Roberto Ierusalimschy | 1997-04-12 | 1 | -39/+103 |
* | first implementation of "$if"; | Roberto Ierusalimschy | 1997-04-07 | 1 | -21/+66 |
* | small "bugs" detected by Purify: cannot read "next" after 0. | Roberto Ierusalimschy | 1997-04-01 | 1 | -4/+6 |
* | new name for old "mem.h" (conflicts with some compiler libraries) | Roberto Ierusalimschy | 1997-03-31 | 1 | -2/+2 |
* | new header 'auxlib.h' + new function luaL_verror | Roberto Ierusalimschy | 1997-03-18 | 1 | -4/+3 |
* | BUG: "inclinenumber" cannot use public buffer, since it could change | Roberto Ierusalimschy | 1997-02-07 | 1 | -9/+13 |
* | ANSI ctype only works for unsigned chars (or EOF) | Roberto Ierusalimschy | 1996-11-22 | 1 | -8/+11 |
* | small BUG: pragma deletes 0 at end of yytext, so a syntax error just after | Roberto Ierusalimschy | 1996-11-21 | 1 | -1/+2 |
* | better format for error messages. | Roberto Ierusalimschy | 1996-11-08 | 1 | -3/+4 |
* | error message for syntax "1..2"; | Roberto Ierusalimschy | 1996-11-08 | 1 | -7/+18 |
* | pragmas should not be recognized inside literal strings. | Roberto Ierusalimschy | 1996-11-06 | 1 | -6/+6 |
* | new way to handle pragmas (at the lexical level, instead of parsing). | Roberto Ierusalimschy | 1996-09-25 | 1 | -25/+33 |
* | BUG: a program ending in a comment without EOL made lex loops forever. | Roberto Ierusalimschy | 1996-09-09 | 1 | -8/+2 |
* | lexical analiser may use luaI_buffer, instead of waste space with | Roberto Ierusalimschy | 1996-05-30 | 1 | -74/+69 |
* | first version of vararg facility (plus new function "call"). | Roberto Ierusalimschy | 1996-05-28 | 1 | -2/+8 |
* | better control when growing arrays. | Roberto Ierusalimschy | 1996-03-21 | 1 | -3/+2 |
* | unused "#include" | Roberto Ierusalimschy | 1996-03-19 | 1 | -2/+1 |
* | no more "ugly" programs. | Roberto Ierusalimschy | 1996-03-14 | 1 | -23/+2 |
* | using double to read numbers. | Roberto Ierusalimschy | 1996-02-26 | 1 | -6/+6 |
* | small improvements | Roberto Ierusalimschy | 1996-02-14 | 1 | -5/+3 |
* | reserved words are stored in main string table; "marked" field is | Roberto Ierusalimschy | 1996-02-14 | 1 | -19/+12 |
* | new header "lex.h". | Roberto Ierusalimschy | 1996-02-13 | 1 | -2/+2 |
* | BIG CHANGE: new data structure for constants, strings and globals, using | Roberto Ierusalimschy | 1996-02-12 | 1 | -2/+2 |
* | a backslash followed by a newline allows the newline to go into | Roberto Ierusalimschy | 1996-02-09 | 1 | -1/+2 |
* | "lua_debug" now is exported through debug interface (luadebug.h) | Roberto Ierusalimschy | 1996-02-07 | 1 | -1/+2 |
* | names generated by yacc (starting with "yy") are changed to start with | Roberto Ierusalimschy | 1995-12-21 | 1 | -10/+9 |
* | useless "#include math.h"v2.2 | Roberto Ierusalimschy | 1995-11-16 | 1 | -2/+1 |
* | new method to keep debug line information: current line is stored on the | Roberto Ierusalimschy | 1995-10-25 | 1 | -2/+6 |
* | new function "luaI_findconstantbyname". | Roberto Ierusalimschy | 1995-10-13 | 1 | -3/+3 |
* | nova forma de comentarios: de '#' ate' fim de linha (para uso de lua | Roberto Ierusalimschy | 1995-10-06 | 1 | -2/+3 |
* | small correction to avoid problems with DOS/Windows | Roberto Ierusalimschy | 1995-10-03 | 1 | -1/+2 |
* | buffer for literals now grows dynamically, allowing big programs between [[ a... | Roberto Ierusalimschy | 1995-09-15 | 1 | -7/+40 |
* | new syntax for strings: [[ ... ]]. Still in tests, | Roberto Ierusalimschy | 1995-07-06 | 1 | -2/+50 |
* | better names for 'y.tab.c' and 'y.tab.h' (now they are moved to 'parser.c' an... | Waldemar Celes | 1994-12-27 | 1 | -2/+2 |
* | better control of integer types and their limits | Roberto Ierusalimschy | 1994-12-20 | 1 | -2/+2 |
* | small simplification | Roberto Ierusalimschy | 1994-11-22 | 1 | -3/+1 |
* | unification of symbol tree and constant tree | Roberto Ierusalimschy | 1994-11-14 | 1 | -12/+12 |
* | small changes in 'ugly' part. | Roberto Ierusalimschy | 1994-11-13 | 1 | -17/+12 |
* | prototype for function 'yylex' | Roberto Ierusalimschy | 1994-11-03 | 1 | -38/+3 |
* | split to 'ugly.h'. | Waldemar Celes | 1994-10-18 | 1 | -24/+7 |
* | new algorithm for reading floats. | Waldemar Celes | 1994-10-17 | 1 | -14/+35 |
* | Mudancas para tornar lex.c um modulo independente dos outros | Waldemar Celes | 1994-09-26 | 1 | -24/+34 |
* | added support for ugly tokens | Luiz Henrique de Figueiredo | 1994-09-22 | 1 | -18/+65 |
* | escapes \' e \" em strings; correcao do escape \\ | Waldemar Celes | 1994-09-05 | 1 | -2/+7 |
* | Implementacao da macro 'lua_strcmp' | Waldemar Celes | 1994-08-17 | 1 | -4/+10 |
* | implementacao de dois buffer de 'yytext' para evitar bug | Waldemar Celes | 1994-08-05 | 1 | -12/+20 |
* | Retirar chamada da funcao lua_findsymbol associada a cada | Waldemar Celes | 1994-04-15 | 1 | -2/+5 |
* | "include"s de string.h e stdlib.h para evitar warnings | Roberto Ierusalimschy | 1993-12-28 | 1 | -1/+6 |
* | Tratamento do token $debug e $nodebug | Waldemar Celes | 1993-12-22 | 1 | -8/+26 |
* | analizador lexico de LUA | Roberto Ierusalimschy | 1993-12-22 | 1 | -0/+207 |