Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | details | Roberto Ierusalimschy | 2005-12-07 | 1 | -2/+3 |
* | corrects decimal point to follow current locale | Roberto Ierusalimschy | 2005-12-07 | 1 | -1/+2 |
* | new mark LUAI_DATA for extern data | Roberto Ierusalimschy | 2005-06-06 | 1 | -2/+2 |
* | added LUAI_FUNC to functions not in the API | Roberto Ierusalimschy | 2005-04-25 | 1 | -8/+9 |
* | C stack is the same for the parser and the interpreter, so depth | Roberto Ierusalimschy | 2005-04-07 | 1 | -2/+1 |
* | details | Roberto Ierusalimschy | 2004-12-03 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2004-12-02 | 1 | -1/+5 |
* | better error messages for some limits | Roberto Ierusalimschy | 2004-03-12 | 1 | -2/+2 |
* | `luaX_errorline' was used only in one place | Roberto Ierusalimschy | 2003-10-20 | 1 | -2/+1 |
* | parser fully reentrant(!) | Roberto Ierusalimschy | 2003-08-27 | 1 | -1/+2 |
* | better error message for (deprecated) "%global" | Roberto Ierusalimschy | 2003-02-28 | 1 | -1/+2 |
* | avoid C stack overflow during parsing | Roberto Ierusalimschy | 2002-11-22 | 1 | -1/+2 |
* | use of different buffers for scanner and concatenation | Roberto Ierusalimschy | 2002-10-08 | 1 | -2/+3 |
* | no more reserved word "global" | Roberto Ierusalimschy | 2002-09-03 | 1 | -2/+2 |
* | new function `lua_vpushstr' to replace uses of `sprintf' | Roberto Ierusalimschy | 2002-05-07 | 1 | -3/+3 |
* | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 2002-02-08 | 1 | -2/+2 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -4/+4 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -6/+6 |
* | `luaX_syntaxerror' does not need to be public | Roberto Ierusalimschy | 2001-11-16 | 1 | -2/+1 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -2/+2 |
* | warnings/details | Roberto Ierusalimschy | 2001-07-21 | 1 | -2/+2 |
* | new reserved words `in' and `global' | Roberto Ierusalimschy | 2001-06-20 | 1 | -3/+4 |
* | sizeof(string) != strlen(string)+1 when sizeof(char) != 1 | Roberto Ierusalimschy | 2001-03-06 | 1 | -2/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -6/+6 |
* | tighter size for error buffers | Roberto Ierusalimschy | 2001-01-10 | 1 | -3/+3 |
* | lua_Number defined in lua.h (1st version) | Roberto Ierusalimschy | 2000-12-04 | 1 | -2/+2 |
* | bug: parser overwrites semantic information when looking ahead | Roberto Ierusalimschy | 2000-09-27 | 1 | -6/+10 |
* | new way to generate SETLINEs | Roberto Ierusalimschy | 2000-06-21 | 1 | -1/+2 |
* | better control of source name | Roberto Ierusalimschy | 2000-06-19 | 1 | -2/+3 |
* | no more pragmas | Roberto Ierusalimschy | 2000-05-26 | 1 | -12/+1 |
* | better implementation for looh-ahead | Roberto Ierusalimschy | 2000-05-25 | 1 | -4/+4 |
* | bug: record-constructor starting with an upvalue name gets an error | Roberto Ierusalimschy | 2000-05-24 | 1 | -6/+11 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -1/+2 |
* | first implementation of FOR | Roberto Ierusalimschy | 2000-04-12 | 1 | -2/+2 |
* | name changes | Roberto Ierusalimschy | 2000-04-07 | 1 | -2/+2 |
* | implementation of BREAK | Roberto Ierusalimschy | 2000-04-05 | 1 | -2/+2 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -5/+1 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -8/+9 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -5/+6 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -2/+5 |
* | performance details. | Roberto Ierusalimschy | 2000-01-25 | 1 | -2/+2 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -4/+4 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -3/+4 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 1999-07-22 | 1 | -1/+6 |
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 1 | -2/+4 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -3/+3 |
* | details ("luaX_token2str" doesn't need LexState) | Roberto Ierusalimschy | 1998-07-24 | 1 | -2/+2 |
* | small corrections in comments | Roberto Ierusalimschy | 1998-06-19 | 1 | -2/+2 |
* | NEW LL(1) PARSER | Roberto Ierusalimschy | 1998-05-27 | 1 | -5/+26 |