Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | bug: true 1 != true 2 + no more lua_getstr + some new macros | Roberto Ierusalimschy | 2002-02-07 | 1 | -27/+6 | |
* | line number in listcode (and tests for replace) | Roberto Ierusalimschy | 2002-02-05 | 1 | -1/+5 | |
* | simpler implementation for `for' loops | Roberto Ierusalimschy | 2002-02-05 | 7 | -95/+57 | |
* | protected execution of `resume' | Roberto Ierusalimschy | 2002-02-05 | 1 | -26/+38 | |
* | comments | Roberto Ierusalimschy | 2002-02-05 | 1 | -2/+2 | |
* | new function luaL_errstr | Roberto Ierusalimschy | 2002-02-05 | 3 | -5/+19 | |
* | new function `lua_replace' | Roberto Ierusalimschy | 2002-02-05 | 2 | -16/+14 | |
* | details | Roberto Ierusalimschy | 2002-01-30 | 1 | -4/+4 | |
* | callhook can be static | Roberto Ierusalimschy | 2002-01-30 | 2 | -2/+1 | |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 13 | -69/+69 | |
* | first version of dynamic stack | Roberto Ierusalimschy | 2002-01-25 | 9 | -175/+250 | |
* | details | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+1 | |
* | nil is a `valid' eventtable | Roberto Ierusalimschy | 2002-01-25 | 2 | -4/+7 | |
* | 2^15 does not fit in a 16-bit int | Roberto Ierusalimschy | 2002-01-25 | 1 | -7/+5 | |
* | OP_LOADINT can be done by OP_LOADK | Roberto Ierusalimschy | 2002-01-25 | 6 | -97/+74 | |
* | small improvements | Roberto Ierusalimschy | 2002-01-18 | 1 | -21/+6 | |
* | no more linehook field in CallInfo | Roberto Ierusalimschy | 2002-01-18 | 3 | -9/+14 | |
* | legacy declaration | Roberto Ierusalimschy | 2002-01-18 | 1 | -1/+0 | |
* | preparations for stack reallocation | Roberto Ierusalimschy | 2002-01-16 | 2 | -2/+2 | |
* | cleaner semantics for test instructions (skips) | Roberto Ierusalimschy | 2002-01-16 | 5 | -72/+48 | |
* | small optimization | Roberto Ierusalimschy | 2002-01-16 | 1 | -8/+13 | |
* | `yield' passes its arguments to `resume' | Roberto Ierusalimschy | 2002-01-11 | 2 | -34/+47 | |
* | details | Roberto Ierusalimschy | 2002-01-11 | 1 | -2/+3 | |
* | distinct functions to create/destroy states and threads | Roberto Ierusalimschy | 2002-01-11 | 7 | -88/+135 |