Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | 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 |