Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | new scheme for buffers | Roberto Ierusalimschy | 2000-09-11 | 1 | -82/+114 |
* | pragmas are no longer supported | Roberto Ierusalimschy | 2000-08-22 | 1 | -17/+5 |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 |
* | no more options for debug information: it is always on | Roberto Ierusalimschy | 2000-08-08 | 1 | -4/+1 |
* | new way to generate SETLINEs | Roberto Ierusalimschy | 2000-06-21 | 1 | -1/+2 |
* | better control of source name | Roberto Ierusalimschy | 2000-06-19 | 1 | -3/+4 |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 |
* | no more pragmas | Roberto Ierusalimschy | 2000-05-26 | 1 | -141/+38 |
* | better implementation for looh-ahead | Roberto Ierusalimschy | 2000-05-25 | 1 | -2/+2 |
* | bug: record-constructor starting with an upvalue name gets an error | Roberto Ierusalimschy | 2000-05-24 | 1 | -6/+7 |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -1/+12 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -2/+9 |
* | 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/+3 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -5/+1 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -21/+21 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -9/+9 |
* | small changes for "clean C" | Roberto Ierusalimschy | 2000-02-08 | 1 | -8/+6 |
* | only need to reset buffer for strings, numbers, and names. | Roberto Ierusalimschy | 2000-01-26 | 1 | -3/+7 |
* | performance details. | Roberto Ierusalimschy | 2000-01-25 | 1 | -83/+88 |
* | details. | Roberto Ierusalimschy | 1999-12-30 | 1 | -2/+2 |
* | little bug: `1ea' got a wrong token at the error message | Roberto Ierusalimschy | 1999-12-22 | 1 | -2/+3 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -4/+4 |
* | missing include | Roberto Ierusalimschy | 1999-12-02 | 1 | -1/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -74/+77 |
* | new warnings with option "-W" (gcc) | Roberto Ierusalimschy | 1999-11-09 | 1 | -2/+2 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 1999-10-19 | 1 | -2/+2 |
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 1 | -4/+4 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -4/+4 |