Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | chars from zio are always unsigned | Roberto Ierusalimschy | 2003-03-24 | 1 | -2/+2 | |
* | better error message for (deprecated) "%global" | Roberto Ierusalimschy | 2003-02-28 | 1 | -3/+8 | |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 | |
* | details | Roberto Ierusalimschy | 2002-10-23 | 1 | -3/+3 | |
* | better tokens for error messages | Roberto Ierusalimschy | 2002-10-22 | 1 | -6/+4 | |
* | details | Roberto Ierusalimschy | 2002-10-09 | 1 | -3/+8 | |
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -66/+63 | |
* | state's buffer is used only for chars | Roberto Ierusalimschy | 2002-09-19 | 1 | -2/+2 | |
* | no more newlines at the end of error messages | Roberto Ierusalimschy | 2002-09-05 | 1 | -2/+2 | |
* | no more reserved word "global" | Roberto Ierusalimschy | 2002-09-03 | 1 | -2/+2 | |
* | cleaning the stage for generational collection | Roberto Ierusalimschy | 2002-08-16 | 1 | -4/+5 | |
* | bug: chunk can end just after a '\' in a string | Roberto Ierusalimschy | 2002-07-10 | 1 | -1/+2 | |
* | details to allow compilation of Lua as a single file | Roberto Ierusalimschy | 2002-07-08 | 1 | -4/+5 | |
* | error message ends with `\n' (is already formatted) | Roberto Ierusalimschy | 2002-06-25 | 1 | -2/+2 | |
* | new protocol for error handling | Roberto Ierusalimschy | 2002-06-18 | 1 | -2/+2 | |
* | uses `isspace' to recognize space characters | Roberto Ierusalimschy | 2002-06-03 | 1 | -26/+26 | |
* | no more use of stdio inside the core (except for `tostring'...) | Roberto Ierusalimschy | 2002-06-03 | 1 | -2/+1 | |
* | new names for string formating functions | Roberto Ierusalimschy | 2002-05-16 | 1 | -8/+8 | |
* | new format for error messages | Roberto Ierusalimschy | 2002-05-15 | 1 | -3/+2 |