Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | details | Roberto Ierusalimschy | 2001-08-30 | 1 | -2/+3 |
* | warnings/details | Roberto Ierusalimschy | 2001-07-21 | 1 | -2/+2 |
* | new reserved words `in' and `global' | Roberto Ierusalimschy | 2001-06-20 | 1 | -5/+6 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -4/+4 |
* | detail | Roberto Ierusalimschy | 2001-06-13 | 1 | -2/+2 |
* | smaller structs for udata and for strings | Roberto Ierusalimschy | 2001-06-07 | 1 | -2/+2 |
* | new way to handle `profiles' | Roberto Ierusalimschy | 2001-03-26 | 1 | -1/+2 |
* | string [[...]] ignores initial \n | Roberto Ierusalimschy | 2001-03-07 | 1 | -1/+3 |
* | sizeof(string) != strlen(string)+1 when sizeof(char) != 1 | Roberto Ierusalimschy | 2001-03-06 | 1 | -2/+2 |
* | buffer should be void *, as char now is not that neutral... | Roberto Ierusalimschy | 2001-02-23 | 1 | -11/+12 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -112/+118 |
* | avoid '...' and "..." inside comments | Roberto Ierusalimschy | 2001-02-22 | 1 | -7/+7 |
* | better encapsulation of some types | Roberto Ierusalimschy | 2001-02-22 | 1 | -3/+3 |
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 1 | -2/+2 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -9/+9 |
* | details | Roberto Ierusalimschy | 2001-01-15 | 1 | -4/+1 |
* | small changes in lstring | Roberto Ierusalimschy | 2001-01-10 | 1 | -4/+5 |
* | tighter size for error buffers | Roberto Ierusalimschy | 2001-01-10 | 1 | -3/+4 |
* | new macro LUA_API | Roberto Ierusalimschy | 2000-10-20 | 1 | -2/+2 |
* | bug: parser overwrites semantic information when looking ahead | Roberto Ierusalimschy | 2000-09-27 | 1 | -14/+14 |
* | `lauxlib' is now part of the libraries (not used by core Lua) | Roberto Ierusalimschy | 2000-09-11 | 1 | -4/+3 |