Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -41/+50 |
* | error message | Roberto Ierusalimschy | 2002-03-08 | 1 | -2/+3 |
* | implementation of long comments | Roberto Ierusalimschy | 2002-03-08 | 1 | -17/+25 |
* | not all unfinished strings with "..." end in EOF | Roberto Ierusalimschy | 2002-03-04 | 1 | -2/+3 |
* | error message compatible with incomplete lines of lua.c | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 |
* | details | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+1 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -3/+3 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -101/+100 |
* | `luaX_syntaxerror' does not need to be public | Roberto Ierusalimschy | 2001-11-16 | 1 | -12/+18 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -7/+7 |