Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new macro to convert double->int | Roberto Ierusalimschy | 2002-03-18 | 4 | -12/+20 |
* | configurable macros should live in llimits.h | Roberto Ierusalimschy | 2002-03-18 | 2 | -17/+17 |
* | special treatment for 'global in nil' | Roberto Ierusalimschy | 2002-03-18 | 2 | -22/+29 |
* | an error may call GC and find an incomplete `ci' | Roberto Ierusalimschy | 2002-03-15 | 1 | -2/+2 |
* | small optimization when returning a single local value | Roberto Ierusalimschy | 2002-03-14 | 1 | -7/+9 |
* | implementation of `global' statement | Roberto Ierusalimschy | 2002-03-14 | 4 | -106/+211 |
* | comments | Roberto Ierusalimschy | 2002-03-14 | 1 | -2/+2 |
* | first implementation of `gfind' | Roberto Ierusalimschy | 2002-03-11 | 1 | -9/+53 |
* | avoid C identifiers beginning with '_' | Roberto Ierusalimschy | 2002-03-11 | 7 | -31/+31 |
* | error message | Roberto Ierusalimschy | 2002-03-08 | 1 | -2/+3 |
* | details | Roberto Ierusalimschy | 2002-03-08 | 1 | -1/+2 |
* | cannot store `top' in local variables... | Roberto Ierusalimschy | 2002-03-08 | 1 | -4/+3 |
* | generic for (with any number of control variables) | Roberto Ierusalimschy | 2002-03-08 | 7 | -68/+98 |
* | implementation of long comments | Roberto Ierusalimschy | 2002-03-08 | 1 | -17/+25 |
* | `lua_stackspace' replaced by `lua_checkstack' | Roberto Ierusalimschy | 2002-03-07 | 3 | -9/+18 |
* | using `ci->top' to control acceptable indices in C calls | Roberto Ierusalimschy | 2002-03-07 | 3 | -23/+32 |
* | details | Roberto Ierusalimschy | 2002-03-07 | 2 | -8/+10 |
* | configurable minimum size for the string table | Roberto Ierusalimschy | 2002-03-05 | 3 | -5/+10 |
* | lu_byte is enough for those fields (maxstack < 256) | Roberto Ierusalimschy | 2002-03-05 | 3 | -11/+11 |
* | `inline' of tonumber | Roberto Ierusalimschy | 2002-03-04 | 2 | -8/+10 |
* | small optimization | Roberto Ierusalimschy | 2002-03-04 | 1 | -9/+9 |
* | `luaA_index' is a local macro now | Roberto Ierusalimschy | 2002-03-04 | 3 | -20/+17 |
* | detail | Roberto Ierusalimschy | 2002-03-04 | 1 | -2/+2 |
* | not all unfinished strings with "..." end in EOF | Roberto Ierusalimschy | 2002-03-04 | 1 | -2/+3 |
* | more tests for boolean API | Roberto Ierusalimschy | 2002-03-04 | 1 | -1/+7 |
* | detail | Roberto Ierusalimschy | 2002-02-15 | 1 | -2/+2 |
* | get error messages from luaL_errstr | Roberto Ierusalimschy | 2002-02-14 | 1 | -6/+5 |
* | no more -DOLD_ANSI option + details | Roberto Ierusalimschy | 2002-02-14 | 1 | -14/+9 |
* | towards next version... | Roberto Ierusalimschy | 2002-02-14 | 1 | -674/+475 |
* | prints any results returned by chunk | Roberto Ierusalimschy | 2002-02-14 | 1 | -8/+6 |
* | no more maximum stack size | Roberto Ierusalimschy | 2002-02-14 | 6 | -47/+37 |
* | new constructor syntax + new generic `for' | Roberto Ierusalimschy | 2002-02-14 | 1 | -133/+100 |
* | new generic `for' | Roberto Ierusalimschy | 2002-02-14 | 1 | -11/+14 |
* | `luaH_next' works like `next' | Roberto Ierusalimschy | 2002-02-14 | 2 | -6/+5 |
* | LFIELDS_PER_FLUSH is an opcode detail | Roberto Ierusalimschy | 2002-02-14 | 2 | -14/+7 |
* | details | Roberto Ierusalimschy | 2002-02-14 | 1 | -1/+1 |
* | `luaH_next' works like `next' + better hash for pointers | Roberto Ierusalimschy | 2002-02-14 | 1 | -10/+16 |
* | better(?) order for types (nil == 0) | Roberto Ierusalimschy | 2002-02-14 | 1 | -1/+1 |
* | better order of record fields for 64-bit machines | Roberto Ierusalimschy | 2002-02-08 | 7 | -37/+36 |
* | details. | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 |
* | `getstr' now gives const char * | Roberto Ierusalimschy | 2002-02-08 | 1 | -2/+2 |
* | error message compatible with incomplete lines of lua.c | Roberto Ierusalimschy | 2002-02-08 | 1 | -1/+1 |
* | `setlocale' may be used to query the current locale | Roberto Ierusalimschy | 2002-02-08 | 1 | -6/+6 |
* | no more `lua_istrue' function | Roberto Ierusalimschy | 2002-02-08 | 4 | -16/+10 |
* | incomplete lines (by lhf) | Roberto Ierusalimschy | 2002-02-07 | 1 | -110/+132 |
* | test for lua_pushbool | Roberto Ierusalimschy | 2002-02-07 | 1 | -0/+3 |
* | boolean type must be 0 or 1 | Roberto Ierusalimschy | 2002-02-07 | 1 | -2/+2 |
* | no more lua_[gs]etstr | Roberto Ierusalimschy | 2002-02-07 | 5 | -29/+48 |
* | comments | Roberto Ierusalimschy | 2002-02-07 | 1 | -1/+1 |
* | details. | Roberto Ierusalimschy | 2002-02-07 | 2 | -12/+12 |