Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stricter control (using tag variants) over closure kinds (Lua x C) | Roberto Ierusalimschy | 2011-06-02 | 1 | -2/+2 |
* | small problems with 'luaone.c' | Roberto Ierusalimschy | 2011-02-28 | 1 | -3/+3 |
* | first implementation of light C functions | Roberto Ierusalimschy | 2010-04-14 | 1 | -2/+2 |
* | "no value" added to array luaT_typenames + occurrences of "userdata" | Roberto Ierusalimschy | 2010-01-13 | 1 | -4/+6 |
* | new macros 'LUAI_DDEC'/'LUAI_DDEF' to better control declarations and | Roberto Ierusalimschy | 2009-11-19 | 1 | -2/+2 |
* | tables and strings respect __len metamethod | Roberto Ierusalimschy | 2007-09-10 | 1 | -3/+3 |
* | details | Roberto Ierusalimschy | 2006-01-10 | 1 | -2/+2 |
* | small changes in casts | Roberto Ierusalimschy | 2005-12-22 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2005-05-20 | 1 | -2/+2 |
* | metatables for all types | Roberto Ierusalimschy | 2005-05-05 | 1 | -4/+4 |
* | new `mod' (`%') operator | Roberto Ierusalimschy | 2005-03-08 | 1 | -2/+2 |
* | new scheme for configuration through `luaconf.h' | Roberto Ierusalimschy | 2004-04-30 | 1 | -1/+2 |
* | more and better tools (assertions & inspectors) to check incremental GC | Roberto Ierusalimschy | 2004-02-16 | 1 | -2/+3 |
* | `TObject' renamed to `TValue' + other name changes and better assertions | Roberto Ierusalimschy | 2003-12-10 | 1 | -5/+5 |
* | default metatable can be NULL | Roberto Ierusalimschy | 2003-12-01 | 1 | -5/+8 |
* | warnings from several compilers (mainly typecasts when lua_Number is float) | Roberto Ierusalimschy | 2003-04-03 | 1 | -2/+2 |
* | each .c file defines its own name | Roberto Ierusalimschy | 2002-12-04 | 1 | -1/+3 |
* | back to `__mode' metafield to specify weakness | Roberto Ierusalimschy | 2002-11-14 | 1 | -2/+2 |
* | threads now are real Lua objects, subject to garbage collection | Roberto Ierusalimschy | 2002-10-25 | 1 | -2/+2 |
* | unification of __index & __gettable (and __newindex & __settable) | Roberto Ierusalimschy | 2002-09-19 | 1 | -2/+1 |
* | new structure for collectable objects, sharing a common header | Roberto Ierusalimschy | 2002-08-30 | 1 | -3/+3 |
* | new API for weak mode | Roberto Ierusalimschy | 2002-08-06 | 1 | -3/+3 |
* | new macros `ttis*' | Roberto Ierusalimschy | 2002-08-05 | 1 | -2/+2 |
* | new names for light userdata operations | Roberto Ierusalimschy | 2002-07-17 | 1 | -2/+2 |
* | `__weakmode' -> `__mode' | Roberto Ierusalimschy | 2002-06-25 | 1 | -3/+3 |
* | TM_GETTABLE/TM_SETTABLE don't need fast access anymore | Roberto Ierusalimschy | 2002-06-24 | 1 | -2/+3 |
* | new fallback for equality `__eq' | Roberto Ierusalimschy | 2002-06-13 | 1 | -2/+2 |
* | new fallback __le (less equal), for partial order | Roberto Ierusalimschy | 2002-06-12 | 1 | -3/+4 |
* | no more use of stdio inside the core (except for `tostring'...) | Roberto Ierusalimschy | 2002-06-03 | 1 | -2/+1 |
* | new `__newindex' eventfield | Roberto Ierusalimschy | 2002-05-27 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2002-05-20 | 1 | -2/+2 |
* | new macro to `fix' strings | Roberto Ierusalimschy | 2002-04-30 | 1 | -2/+2 |
* | support for `light' userdata + simpler support for `boxed' udata | Roberto Ierusalimschy | 2002-04-05 | 1 | -2/+3 |
* | new names for tag methods | Roberto Ierusalimschy | 2002-03-18 | 1 | -6/+6 |
* | better(?) order for types (nil == 0) | Roberto Ierusalimschy | 2002-02-14 | 1 | -1/+1 |
* | `eventtable' renamed to `metatable' | Roberto Ierusalimschy | 2002-01-30 | 1 | -2/+2 |
* | new interface for weak modes | Roberto Ierusalimschy | 2002-01-09 | 1 | -1/+1 |
* | new type `boolean' | Roberto Ierusalimschy | 2001-12-11 | 1 | -1/+1 |
* | it doesn't pay to optimize absence when it is an error | Roberto Ierusalimschy | 2001-12-10 | 1 | -3/+8 |
* | tag system replaced by event tables | Roberto Ierusalimschy | 2001-12-05 | 1 | -141/+24 |
* | no more explicit support for wide-chars; too much troble... | Roberto Ierusalimschy | 2001-11-28 | 1 | -22/+21 |
* | no more copytagmethod function | Roberto Ierusalimschy | 2001-10-11 | 1 | -14/+0 |
* | "compatibility module" no longer exists | Roberto Ierusalimschy | 2001-10-02 | 1 | -2/+2 |
* | better syntax for type casts | Roberto Ierusalimschy | 2001-08-31 | 1 | -2/+2 |
* | better locality of assignment of table values | Roberto Ierusalimschy | 2001-08-30 | 1 | -4/+6 |
* | no more deprecated code | Roberto Ierusalimschy | 2001-07-24 | 1 | -11/+8 |
* | `newtype' returns old tag when given an old name | Roberto Ierusalimschy | 2001-07-23 | 1 | -6/+4 |
* | better names for type-related functions | Roberto Ierusalimschy | 2001-07-12 | 1 | -3/+4 |
* | cleaner way to ensure alignment for strings and userdata | Roberto Ierusalimschy | 2001-06-15 | 1 | -3/+3 |
* | new implementation for userdatas, without `keys' | Roberto Ierusalimschy | 2001-06-06 | 1 | -3/+3 |