Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -1/+2 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -2/+3 |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -1/+2 |
* | details | Roberto Ierusalimschy | 2002-05-20 | 1 | -2/+2 |
* | new interface for weak modes | Roberto Ierusalimschy | 2002-01-09 | 1 | -0/+1 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -41/+8 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -4/+4 |
* | "compatibility module" no longer exists | Roberto Ierusalimschy | 2001-10-02 | 1 | -2/+1 |
* | extra parenteses to avoid warnings | Roberto Ierusalimschy | 2001-08-27 | 1 | -3/+3 |
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -2/+2 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -2/+2 |
* | first (big) step to support wide chars | Roberto Ierusalimschy | 2001-02-23 | 1 | -4/+4 |
* | string pointers are always fully aligned | Roberto Ierusalimschy | 2001-02-09 | 1 | -2/+2 |
* | first implementation for type names | Roberto Ierusalimschy | 2001-01-25 | 1 | -2/+8 |
* | a small optimization | Roberto Ierusalimschy | 2001-01-24 | 1 | -1/+16 |
* | thead-specific state separated from "global" state | Roberto Ierusalimschy | 2001-01-19 | 1 | -4/+4 |
* | explicit control of size for growing vectors | Roberto Ierusalimschy | 2000-12-26 | 1 | -2/+2 |
* | 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 |