Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | no more `seterrormethod' function | Roberto Ierusalimschy | 2000-04-17 | 1 | -9/+5 |
* | functions must return explicit `nil' on failure | Roberto Ierusalimschy | 2000-04-14 | 1 | -4/+6 |
* | `base' for `tonumber' must be >= 2. | Roberto Ierusalimschy | 2000-04-13 | 1 | -2/+2 |
* | tonumber must return `nil' when convertion fails. | Roberto Ierusalimschy | 2000-04-13 | 1 | -7/+13 |
* | `nil' is optional for next and nextvar (and is not for tonumber & tag). | Roberto Ierusalimschy | 2000-04-04 | 1 | -11/+9 |
* | BUG: tostring() without arguments gives seg. fault. | Roberto Ierusalimschy | 2000-04-03 | 1 | -2/+2 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -7/+1 |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -2/+2 |
* | no more support for gc TM for tables | Roberto Ierusalimschy | 2000-03-27 | 1 | -4/+2 |
* | limits now are in `llims.n' | Roberto Ierusalimschy | 2000-03-24 | 1 | -5/+1 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -32/+32 |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -8/+3 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -21/+32 |
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 1 | -5/+8 |
* | small optimizations (relational operators) | Roberto Ierusalimschy | 2000-01-19 | 1 | -5/+4 |
* | tag method must be a function | Roberto Ierusalimschy | 1999-12-30 | 1 | -4/+7 |
* | details. | Roberto Ierusalimschy | 1999-12-28 | 1 | -3/+3 |
* | comments. | Roberto Ierusalimschy | 1999-12-27 | 1 | -7/+7 |
* | no more "lua" in error messages | Roberto Ierusalimschy | 1999-12-27 | 1 | -2/+2 |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 1999-12-20 | 1 | -6/+4 |
* | luaS_newfixedstring renamed to luaS_newfixed | Roberto Ierusalimschy | 1999-12-14 | 1 | -3/+3 |
* | many details + code redistribution | Roberto Ierusalimschy | 1999-12-14 | 1 | -282/+48 |
* | details | Roberto Ierusalimschy | 1999-12-07 | 1 | -2/+2 |
* | new tests for begin/end blocks and multi-state | Roberto Ierusalimschy | 1999-12-06 | 1 | -5/+38 |
* | new language for testC (debugging facility) | Roberto Ierusalimschy | 1999-12-03 | 1 | -71/+127 |
* | lua_Object is a pointer to the stack (because now the stack doen't move) | Roberto Ierusalimschy | 1999-12-02 | 1 | -16/+15 |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -53/+46 |
* | details | Roberto Ierusalimschy | 1999-11-30 | 1 | -3/+3 |
* | new name for lua_equal(obj); LUA_NOOBJECT is equal to LUA_NOOBJECT | Roberto Ierusalimschy | 1999-11-29 | 1 | -2/+2 |
* | new way to keep function arguments (with StkId instead of copy) | Roberto Ierusalimschy | 1999-11-26 | 1 | -52/+51 |
* | new macro luaL_openl | Roberto Ierusalimschy | 1999-11-22 | 1 | -2/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -296/+295 |
* | last warnings in Visual C | Roberto Ierusalimschy | 1999-11-16 | 1 | -5/+5 |
* | new API function `lua_equalobj' | Roberto Ierusalimschy | 1999-11-11 | 1 | -1/+5 |
* | better ways to test lock mechanism | Roberto Ierusalimschy | 1999-11-10 | 1 | -6/+9 |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -26/+35 |
* | invariant tests over tables performed externally, through a built-in | Roberto Ierusalimschy | 1999-10-26 | 1 | -13/+20 |
* | warnings from Visual C++ | Roberto Ierusalimschy | 1999-10-19 | 1 | -2/+2 |
* | new implementation of hash tables. | Roberto Ierusalimschy | 1999-10-14 | 1 | -24/+49 |
* | new implementation for string hashing, with chaining. | Roberto Ierusalimschy | 1999-10-11 | 1 | -7/+14 |
* | new API function 'lua_type'. | Roberto Ierusalimschy | 1999-10-07 | 1 | -8/+8 |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -18/+45 |
* | compatibility with old fallback system now provided by external module | Roberto Ierusalimschy | 1999-09-20 | 1 | -7/+5 |
* | tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil. | Roberto Ierusalimschy | 1999-09-08 | 1 | -7/+9 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -22/+22 |
* | details. | Roberto Ierusalimschy | 1999-07-22 | 1 | -2/+2 |
* | better treatment for arbitrary limits | Roberto Ierusalimschy | 1999-06-17 | 1 | -2/+5 |
* | tremove erases its previous last element (to avoid locking potential | Roberto Ierusalimschy | 1999-05-27 | 1 | -7/+8 |
* | foreach, foreachi, foreachvar points to function in stack when stack | Roberto Ierusalimschy | 1999-05-24 | 1 | -14/+20 |