Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small steps towards yields in iterators and tag methods | Roberto Ierusalimschy | 2004-05-14 | 1 | -3/+5 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -6/+6 |
* | new way to control `pc' of running functions | Roberto Ierusalimschy | 2003-07-16 | 1 | -2/+2 |
* | inlining of `luaV_gettable' were too complex (dirty) | Roberto Ierusalimschy | 2003-05-05 | 1 | -3/+2 |
* | better code to signal write barriers | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
* | (much) cleaner way to control function states | Roberto Ierusalimschy | 2002-08-07 | 1 | -8/+1 |
* | new implementation for error handling | Roberto Ierusalimschy | 2002-08-05 | 1 | -1/+8 |
* | optimizations for gettable (temporary) | Roberto Ierusalimschy | 2002-07-05 | 1 | -2/+3 |
* | `luaV_gettable' returns element position | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+2 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -1/+5 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+2 |
* | `strconc' -> `concat' | Roberto Ierusalimschy | 2002-06-03 | 1 | -2/+2 |
* | new format for test intructions (handle NaN correctly) | Roberto Ierusalimschy | 2002-05-06 | 1 | -2/+2 |
* | erroneous objects may not live in the stack | Roberto Ierusalimschy | 2002-03-19 | 1 | -3/+3 |
* | `inline' of tonumber | Roberto Ierusalimschy | 2002-03-04 | 1 | -2/+3 |
* | details. | Roberto Ierusalimschy | 2002-02-07 | 1 | -1/+3 |
* | preparations for stack reallocation | Roberto Ierusalimschy | 2002-01-16 | 1 | -1/+1 |
* | first implementation of coroutines | Roberto Ierusalimschy | 2002-01-09 | 1 | -1/+1 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -3/+1 |
* | new definitions for closure structures | Roberto Ierusalimschy | 2001-10-02 | 1 | -2/+2 |
* | first implementation of unrestricted static scoping | Roberto Ierusalimschy | 2001-09-07 | 1 | -3/+1 |
* | new implementation for the Virtual Machine | Roberto Ierusalimschy | 2001-06-05 | 1 | -4/+3 |
* | new way to handle top x L->top | Roberto Ierusalimschy | 2001-02-07 | 1 | -6/+6 |
* | better control of relationship top x L->top | Roberto Ierusalimschy | 2001-02-01 | 1 | -5/+5 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -3/+3 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -5/+6 |
* | `call' doesn't use pack anymore | Roberto Ierusalimschy | 2000-08-31 | 1 | -2/+1 |
* | better implementation for luaV_pack | Roberto Ierusalimschy | 2000-08-29 | 1 | -2/+2 |
* | new signature for `luaH_set' | Roberto Ierusalimschy | 2000-06-06 | 1 | -2/+1 |
* | global variables are stored in a Lua table | Roberto Ierusalimschy | 2000-05-08 | 1 | -4/+3 |
* | no more `register' declarations: leave it to the compiler. | Roberto Ierusalimschy | 2000-04-19 | 1 | -2/+2 |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -3/+4 |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -4/+4 |
* | some optimizations | Roberto Ierusalimschy | 2000-03-08 | 1 | -2/+2 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -3/+3 |
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 1 | -2/+2 |
* | keep `top' in registers when running basic tasks (settable, getglobal, ...) | Roberto Ierusalimschy | 2000-01-24 | 1 | -5/+5 |
* | small optimizations (relational operators) | Roberto Ierusalimschy | 2000-01-19 | 1 | -3/+2 |
* | fixed stack; first version. | Roberto Ierusalimschy | 1999-12-01 | 1 | -5/+5 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -13/+13 |
* | new implementation for global variable values (separated from strings) | Roberto Ierusalimschy | 1999-11-04 | 1 | -3/+3 |
* | some more `const's | Roberto Ierusalimschy | 1999-10-14 | 1 | -2/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -3/+3 |
* | clearer way to set tables. | Roberto Ierusalimschy | 1999-02-08 | 1 | -2/+2 |
* | details ("settable") | Roberto Ierusalimschy | 1998-12-30 | 1 | -2/+3 |
* | new functions "tinsert" and "tremove" | Roberto Ierusalimschy | 1998-12-30 | 1 | -1/+2 |
* | new function "sort" + many small changes | Roberto Ierusalimschy | 1998-07-12 | 1 | -1/+4 |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -2/+2 |
* | "nupvalues" is kept in Closure, not in prototype (as a preparation | Roberto Ierusalimschy | 1997-10-16 | 1 | -2/+2 |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -3/+3 |