Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | keep 'seminfo->ts' even for reserved words, just in case | Roberto Ierusalimschy | 2010-11-18 | 1 | -2/+2 |
* | comment | Roberto Ierusalimschy | 2010-10-25 | 1 | -2/+2 |
* | hexadecimal constants may be floating values too | Roberto Ierusalimschy | 2010-09-13 | 1 | -6/+4 |
* | name "_ENV" configurable through 'luaconf.h' | Roberto Ierusalimschy | 2010-09-07 | 1 | -2/+2 |
* | new escape sequence '\*' + several comments + moving options from | Roberto Ierusalimschy | 2010-04-16 | 1 | -42/+62 |
* | no need to keep "_ENV" name in global state (can be kept in lex state) | Roberto Ierusalimschy | 2010-04-05 | 1 | -1/+3 |
* | avoid 'continue' unless necessary | Roberto Ierusalimschy | 2010-02-27 | 1 | -8/+8 |
* | parser/scanner keep GC running | Roberto Ierusalimschy | 2009-11-17 | 1 | -2/+4 |
* | hexadecimal escape sequences in strings + better error messages for | Roberto Ierusalimschy | 2009-05-18 | 1 | -22/+55 |
* | ctype 'lalpha' includes '_' (as '_' behaves as a letter from the | Roberto Ierusalimschy | 2009-03-11 | 1 | -4/+4 |
* | Lua now uses "homemade" lctype (instead of ctype.h from ANSI C) | Roberto Ierusalimschy | 2009-02-19 | 1 | -13/+13 |
* | comment (should not use 'go trhough' when simply using multiple labels) | Roberto Ierusalimschy | 2009-02-11 | 1 | -2/+2 |
* | detail (MAXSRC changed to LUA_IDSIZE) | Roberto Ierusalimschy | 2008-12-26 | 1 | -6/+3 |
* | parser should not call 'luaX_lexerror' | Roberto Ierusalimschy | 2007-10-25 | 1 | -11/+14 |
* | better way to handle redefinitions of 'localeconv' | Roberto Ierusalimschy | 2007-09-14 | 1 | -3/+6 |
* | detail | Roberto Ierusalimschy | 2007-08-09 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2007-05-11 | 1 | -2/+3 |
* | more regularity in the use of quotes in error messages | Roberto Ierusalimschy | 2007-02-07 | 1 | -10/+14 |
* | behavior of 'strchr(x, 0)' is ill defined. | Roberto Ierusalimschy | 2006-09-18 | 1 | -2/+2 |
* | no more compatibility option for long strings | Roberto Ierusalimschy | 2006-08-30 | 1 | -20/+1 |
* | emergency garbage collector (core forces a GC when allocation fails) | Roberto Ierusalimschy | 2006-07-11 | 1 | -2/+5 |
* | 'lparser.h' should not include 'ltable.h' | Roberto Ierusalimschy | 2006-03-09 | 1 | -1/+2 |
* | compiler warning | Roberto Ierusalimschy | 2006-02-06 | 1 | -2/+2 |
* | detail | Roberto Ierusalimschy | 2006-01-23 | 1 | -6/+4 |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -2/+2 |
* | more robust way to test for decimal point separator | Roberto Ierusalimschy | 2005-12-08 | 1 | -9/+20 |
* | details | Roberto Ierusalimschy | 2005-12-07 | 1 | -3/+19 |
* | corrects decimal point to follow current locale | Roberto Ierusalimschy | 2005-12-07 | 1 | -2/+15 |
* | simpler checking for numbers (strtod does the rest) | Roberto Ierusalimschy | 2005-11-08 | 1 | -24/+16 |
* | several small details | Roberto Ierusalimschy | 2005-05-17 | 1 | -2/+2 |
* | better quotes for strings in error messages | Roberto Ierusalimschy | 2005-05-16 | 1 | -2/+2 |
* | nesting of long strings only in compatibility mode | Roberto Ierusalimschy | 2005-04-27 | 1 | -9/+24 |
* | details | Roberto Ierusalimschy | 2004-12-03 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2004-12-03 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2004-12-02 | 1 | -6/+7 |
* | better control of overflows in size computations | Roberto Ierusalimschy | 2004-12-01 | 1 | -13/+18 |
* | details | Roberto Ierusalimschy | 2004-11-24 | 1 | -2/+2 |
* | long string delimiter changed from `[*[' to `[=[' | Roberto Ierusalimschy | 2004-09-22 | 1 | -16/+16 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 |
* | better error messages for some limits | Roberto Ierusalimschy | 2004-03-12 | 1 | -14/+7 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -2/+2 |
* | `luaX_errorline' was used only in one place | Roberto Ierusalimschy | 2003-10-20 | 1 | -16/+6 |
* | detail | Roberto Ierusalimschy | 2003-10-03 | 1 | -4/+2 |
* | buffer should better use `size_t' for its size | Roberto Ierusalimschy | 2003-10-03 | 1 | -2/+10 |
* | some changes in error reporting | Roberto Ierusalimschy | 2003-09-04 | 1 | -30/+24 |
* | new form of long strings: `[***[...]***]' | Roberto Ierusalimschy | 2003-08-29 | 1 | -24/+39 |
* | simpler manipulation of buffer count in scanner | Roberto Ierusalimschy | 2003-08-28 | 1 | -186/+163 |
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -4/+14 |
* | newlines can be `\n', `\r', `\r\n', or `\n\r' | Roberto Ierusalimschy | 2003-08-21 | 1 | -6/+17 |
* | `#!' is detected by loadfile, not by the lexer | Roberto Ierusalimschy | 2003-05-15 | 1 | -6/+1 |