Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | new interface for `luaO_strtod', which now checks signal, too. | Roberto Ierusalimschy | 1999-09-06 | 1 | -3/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -8/+8 |
* | details | Roberto Ierusalimschy | 1999-07-22 | 1 | -3/+4 |
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 1 | -2/+4 |
* | bigger limits | Roberto Ierusalimschy | 1999-05-14 | 1 | -15/+10 |
* | details | Roberto Ierusalimschy | 1999-03-25 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 1999-03-11 | 1 | -2/+2 |
* | details about debug info. | Roberto Ierusalimschy | 1999-03-05 | 1 | -3/+2 |
* | storing chunk "sources" instead of "filenames". | Roberto Ierusalimschy | 1999-03-04 | 1 | -5/+9 |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+2 |
* | "L->Mbuffbase" is better kept as offset instead of pointer | Roberto Ierusalimschy | 1999-02-25 | 1 | -7/+7 |
* | "lua_debug", "lua_callhook" and "lua_linehook" must be inside "lua_state". | Roberto Ierusalimschy | 1999-02-04 | 1 | -6/+3 |
* | to avoid warnings about "typecast" (Visual C++) | Roberto Ierusalimschy | 1998-12-28 | 1 | -4/+4 |
* | new function "luaO_str2d" to convert strings to numbers, because | Roberto Ierusalimschy | 1998-12-27 | 1 | -45/+22 |
* | small warnings | Roberto Ierusalimschy | 1998-12-03 | 1 | -3/+3 |
* | details ("luaX_token2str" doesn't need LexState) | Roberto Ierusalimschy | 1998-07-24 | 1 | -2/+2 |
* | double constant used in integer expression | Roberto Ierusalimschy | 1998-07-06 | 1 | -2/+2 |