| Commit message (Expand) | Author | Age | Files | Lines |
* | userdata can have any Lua value as uservalue | Roberto Ierusalimschy | 2014-02-19 | 1 | -2/+14 |
* | UTF-8 encoding exported as format '%U' in 'lua_pushfstring' | Roberto Ierusalimschy | 2014-02-06 | 1 | -1/+4 |
* | detail ('ttisuserdata' renamed to 'ttisfulluserdata') | Roberto Ierusalimschy | 2013-12-04 | 1 | -3/+3 |
* | back to open hashing for the string table (but with a different | Roberto Ierusalimschy | 2013-09-05 | 1 | -2/+3 |
* | upvalues collected by reference count | Roberto Ierusalimschy | 2013-08-27 | 1 | -9/+4 |
* | 'next' field for tables changed from pointer to integer (for better | Roberto Ierusalimschy | 2013-08-18 | 1 | -2/+2 |
* | double-linked list of all upvalues elliminated and changed to a | Roberto Ierusalimschy | 2013-08-07 | 1 | -8/+2 |
* | 'luaO_str2int' more generic: accepts white spaces around the numeral | Roberto Ierusalimschy | 2013-05-14 | 1 | -2/+2 |
* | macro 'nvalue' removed (direct conversion from integer to double, | Roberto Ierusalimschy | 2013-05-06 | 1 | -4/+1 |
* | constant folding and API arithmetic with integers | Roberto Ierusalimschy | 2013-05-02 | 1 | -2/+3 |
* | 'luaO_arith' -> 'luaO_numarith' | Roberto Ierusalimschy | 2013-04-29 | 1 | -2/+2 |
* | first implementation of literal integers (no constant folding yet) | Roberto Ierusalimschy | 2013-04-16 | 1 | -1/+2 |
* | first steps in the support of integers: basic representation + table indexing... | Roberto Ierusalimschy | 2013-04-15 | 1 | -118/+20 |
* | 'ttypenv' -> 'ttnov' | Roberto Ierusalimschy | 2013-04-12 | 1 | -3/+3 |
* | no more macro 'changenvalue' | Roberto Ierusalimschy | 2012-09-11 | 1 | -5/+2 |
* | better(?) handling of '#define's for IEEE-related tricks + avoid using | Roberto Ierusalimschy | 2012-05-11 | 1 | -18/+19 |
* | no more 'Proto' objects on the stack. Protos are anchored on outer | Roberto Ierusalimschy | 2012-05-08 | 1 | -6/+1 |
* | first implementation of long strings | Roberto Ierusalimschy | 2012-01-25 | 1 | -3/+12 |
* | field 'reserved' -> 'extra' (may be used for other purposes too) | Roberto Ierusalimschy | 2012-01-23 | 1 | -1/+1 |
* | new macro 'checktype' | Roberto Ierusalimschy | 2012-01-20 | 1 | -2/+8 |
* | object tag keeps variant bits too -> no need for 'isC' field in | Roberto Ierusalimschy | 2012-01-20 | 1 | -5/+7 |
* | extra comments about what fields are optional debug information | Roberto Ierusalimschy | 2011-10-31 | 1 | -4/+4 |
* | more macros to try to make NaN trick work with other sizes of | Roberto Ierusalimschy | 2011-10-17 | 1 | -17/+39 |
* | dead objects are not collectable. | Roberto Ierusalimschy | 2011-09-24 | 1 | -3/+5 |
* | NILCONSTANT also depends no endianess (with NaN trick) | Roberto Ierusalimschy | 2011-07-04 | 1 | -4/+4 |
* | configuration for NaN trick big-endian + macro 'luai_checknum' to | Roberto Ierusalimschy | 2011-06-13 | 1 | -2/+19 |
* | macro 'NNMARK' (mark for non-number values using the NaN trick) | Roberto Ierusalimschy | 2011-06-09 | 1 | -4/+6 |
* | first version with 'NANTRICK' (packing all Lua values inside a 'double') | Roberto Ierusalimschy | 2011-06-07 | 1 | -15/+103 |
* | stricter control (using tag variants) over closure kinds (Lua x C) | Roberto Ierusalimschy | 2011-06-02 | 1 | -15/+32 |
* | yet another macro ('num_') | Roberto Ierusalimschy | 2011-05-31 | 1 | -4/+5 |
* | no need for two different implementations for equality (one raw and | Roberto Ierusalimschy | 2011-05-31 | 1 | -2/+2 |
* | yet another macro abstracting TValue representation | Roberto Ierusalimschy | 2011-05-26 | 1 | -12/+13 |
* | new macro 'lua_longassert' that is equivalent to an assertion without | Roberto Ierusalimschy | 2011-05-05 | 1 | -4/+3 |
* | new macros abstracting TValue representation (to easy change to | Roberto Ierusalimschy | 2011-05-05 | 1 | -43/+48 |
* | detail in assertion | Roberto Ierusalimschy | 2011-05-04 | 1 | -2/+2 |
* | more complete (and hopefuly more correct) handling of 'sizeof(char)' | Roberto Ierusalimschy | 2011-05-03 | 1 | -3/+3 |
* | cleaner scheme of bits for variant types (light C functions) and | Roberto Ierusalimschy | 2011-04-07 | 1 | -33/+47 |
* | all names used internally by macros end with '_' | Roberto Ierusalimschy | 2011-04-05 | 1 | -28/+28 |
* | small problems with 'luaone.c' | Roberto Ierusalimschy | 2011-02-28 | 1 | -1/+6 |
* | prototype for 'luaO_ceillog2' was different from definition | Roberto Ierusalimschy | 2011-01-07 | 1 | -2/+2 |
* | 'hexafloat' moved to 'lobject.c' (hexa conversion needs it too) | Roberto Ierusalimschy | 2010-12-10 | 1 | -1/+2 |
* | detection of erroneous numeric strings with \0 (such as "1\0") | Roberto Ierusalimschy | 2010-12-06 | 1 | -2/+2 |
* | finalizers (__gc) for tables | Roberto Ierusalimschy | 2010-11-26 | 1 | -1/+5 |
* | several new comments | Roberto Ierusalimschy | 2010-07-26 | 1 | -27/+43 |
* | Lua closures are cached for reuse | Roberto Ierusalimschy | 2010-06-04 | 1 | -1/+2 |
* | slightly better definition for 'changenvalue' | Roberto Ierusalimschy | 2010-05-07 | 1 | -3/+2 |
* | "light C function" is a better name than "C-function pointer" | Roberto Ierusalimschy | 2010-04-18 | 1 | -6/+6 |
* | first implementation of light C functions | Roberto Ierusalimschy | 2010-04-14 | 1 | -9/+30 |
* | new macro LUA_NUMTAGS | Roberto Ierusalimschy | 2010-04-12 | 1 | -10/+4 |
* | no more fenvs! | Roberto Ierusalimschy | 2010-03-26 | 1 | -3/+2 |