Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | new version for API | Roberto Ierusalimschy | 2000-09-05 | 1 | -7/+10 | |
* | default now is multi-state | Roberto Ierusalimschy | 2000-08-09 | 1 | -3/+1 | |
* | new algorithm for traversing in GC to avoid deep recursion calls | Roberto Ierusalimschy | 2000-08-07 | 1 | -14/+1 | |
* | (much) better handling of memory alloction errors | Roberto Ierusalimschy | 2000-08-04 | 1 | -3/+3 | |
* | `lua.h' is included before any other Lua header file | Roberto Ierusalimschy | 2000-06-12 | 1 | -1/+3 | |
* | access to `values' in TObject always through macros | Roberto Ierusalimschy | 2000-06-08 | 1 | -3/+3 | |
* | gc tag methods for udata are called in (reverse) tag order | Roberto Ierusalimschy | 2000-05-30 | 1 | -1/+2 | |
* | code cleaner for 16 bits. | Roberto Ierusalimschy | 2000-05-24 | 1 | -3/+4 | |
* | `luaT_validevent' is exported, because compatibility module for fallbacks | Roberto Ierusalimschy | 2000-03-30 | 1 | -2/+2 | |
* | no more special cases for closures with 0 upvalues (performance is the same, | Roberto Ierusalimschy | 2000-03-29 | 1 | -12/+7 | |
* | TAG_ARRAY -> TAG_TABLE | Roberto Ierusalimschy | 2000-03-27 | 1 | -6/+6 | |
* | no more support for gc TM for tables | Roberto Ierusalimschy | 2000-03-27 | 1 | -15/+13 | |
* | tags can be positive values | Roberto Ierusalimschy | 2000-03-20 | 1 | -30/+24 | |
* | some name changes | Roberto Ierusalimschy | 2000-03-10 | 1 | -20/+20 | |
* | many details (most by lhf). | Roberto Ierusalimschy | 2000-03-03 | 1 | -2/+2 | |
* | all order operators use a single tag method (<) | Roberto Ierusalimschy | 2000-02-22 | 1 | -14/+26 | |
* | new debug API (first version) | Roberto Ierusalimschy | 2000-01-19 | 1 | -3/+1 | |
* | new ttypes to distinguish between C closures and Lua closures. | Roberto Ierusalimschy | 1999-12-23 | 1 | -14/+12 | |
* | first implementation of multiple states (reentrant code). | Roberto Ierusalimschy | 1999-11-22 | 1 | -32/+34 | |
* | simplified version of `gc' tag method (only for userdata now). | Roberto Ierusalimschy | 1999-10-04 | 1 | -2/+6 | |
* | compatibility with old fallback system now provided by external module | Roberto Ierusalimschy | 1999-09-20 | 1 | -95/+2 | |
* | "const" !!! | Roberto Ierusalimschy | 1999-08-16 | 1 | -10/+12 | |
* | some C compilers cannot initialize a local struct | Roberto Ierusalimschy | 1999-05-21 | 1 | -2/+3 | |
* | macros "growvector" and "reallocvector" more compact | Roberto Ierusalimschy | 1999-02-26 | 1 | -5/+3 | |
* | details (from lhf) | Roberto Ierusalimschy | 1999-02-25 | 1 | -2/+2 | |
* | new way to handle "growing" vectors | Roberto Ierusalimschy | 1999-02-25 | 1 | -6/+5 | |
* | "errorim" now is _ERRORMESSAGE. | Roberto Ierusalimschy | 1999-02-04 | 1 | -4/+7 | |
* | names... | Roberto Ierusalimschy | 1999-01-15 | 1 | -35/+21 | |
* | details (comments) | Roberto Ierusalimschy | 1999-01-13 | 1 | -6/+4 | |
* | better error message | Roberto Ierusalimschy | 1998-12-23 | 1 | -3/+5 | |
* | new implementation for error handling: on error, function _ERRORMESSAGE | Roberto Ierusalimschy | 1998-08-21 | 1 | -3/+1 | |
* | "findname" moved from lobject.c to lauxlib.c (so libraries may use it). | Roberto Ierusalimschy | 1998-06-18 | 1 | -4/+4 | |
* | details | Roberto Ierusalimschy | 1998-03-11 | 1 | -2/+2 | |
* | better use of "ASSERT". | Roberto Ierusalimschy | 1998-03-09 | 1 | -2/+2 | |
* | LUA_COMPAT2.5 may use #ifdef instead of #if | Roberto Ierusalimschy | 1998-01-02 | 1 | -2/+2 | |
* | optimization: closures without upvalues don't need to be closures | Roberto Ierusalimschy | 1997-12-15 | 1 | -5/+6 | |
* | new API function and built-in "lua_copytagmethods" | Roberto Ierusalimschy | 1997-12-11 | 1 | -2/+14 | |
* | better treatment of MARKs and DEBUG cases. | Roberto Ierusalimschy | 1997-12-11 | 1 | -2/+6 | |
* | make sure there is no mem problems, using %.ns instead of %s for luaV_error. | Roberto Ierusalimschy | 1997-11-19 | 1 | -2/+2 | |
* | first implementation of centralized global state. | Roberto Ierusalimschy | 1997-11-19 | 1 | -21/+17 | |
* | details | Roberto Ierusalimschy | 1997-11-10 | 1 | -2/+2 | |
* | "lua_open": now lua has an explicit open operation. | Roberto Ierusalimschy | 1997-11-04 | 1 | -63/+20 | |
* | "global" version of a nil object. | Roberto Ierusalimschy | 1997-11-03 | 1 | -2/+2 | |
* | first version of Cclosures. | Roberto Ierusalimschy | 1997-10-24 | 1 | -11/+16 | |
* | better identification of types which are tags | Roberto Ierusalimschy | 1997-10-16 | 1 | -44/+15 | |
* | new implementation for globals: Global value is stored in TaggedString | Roberto Ierusalimschy | 1997-09-26 | 1 | -2/+2 | |
* | Tag methods | Roberto Ierusalimschy | 1997-09-16 | 1 | -0/+317 |