Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tag methods are always functions, so don't need to store a whole object | Roberto Ierusalimschy | 2000-10-05 | 1 | -26/+26 |
* | new definition for types-tags | Roberto Ierusalimschy | 2000-10-05 | 1 | -3/+6 |
* | details. | Roberto Ierusalimschy | 2000-10-03 | 1 | -3/+3 |
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -3/+1 |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -2/+1 |
* | gc tag methods for udata are called in (reverse) tag order | Roberto Ierusalimschy | 2000-05-30 | 1 | -1/+2 |
* | `luaT_validevent' is exported, because compatibility module for fallbacks | Roberto Ierusalimschy | 2000-03-30 | 1 | -1/+2 |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 1 | -5/+4 |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -4/+3 |
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 1 | -5/+2 |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -8/+8 |
* | compatibility with old fallback system now provided by external module | Roberto Ierusalimschy | 1999-09-20 | 1 | -2/+2 |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -6/+6 |
* | names... | Roberto Ierusalimschy | 1999-01-15 | 1 | -3/+3 |
* | small details by lint. | Roberto Ierusalimschy | 1997-11-26 | 1 | -2/+1 |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -4/+5 |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -1/+2 |
* | Tag methods | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+61 |