| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | new definition for 'luai_nummod' (using 'fmod') | Roberto Ierusalimschy | 2014-04-09 | 1 | -2/+4 |
* | using 'volatile' in 'tofloat' to ensure result has the same precision | Roberto Ierusalimschy | 2014-04-08 | 1 | -4/+7 |
* | bug (in work version): comparisons should not try to convert | Roberto Ierusalimschy | 2014-04-02 | 1 | -5/+20 |
* | detail ('1U' -> '1u', like other unsigned constants in the code) | Roberto Ierusalimschy | 2014-03-31 | 1 | -3/+3 |
* | macro 'tostring' is used only by 'luaV_concat' | Roberto Ierusalimschy | 2014-03-31 | 1 | -1/+3 |
* | detail (comment) | Roberto Ierusalimschy | 2014-03-15 | 1 | -2/+2 |
* | details | Roberto Ierusalimschy | 2014-03-14 | 1 | -7/+8 |
* | new macro 'cast_void' | Roberto Ierusalimschy | 2014-03-07 | 1 | -3/+3 |
* | back with 'L' for macros 'luai_num*', but now with a new macro | Roberto Ierusalimschy | 2014-03-06 | 1 | -11/+11 |
* | insertion of ".0" in floats with integer values done by "luaL_tolstring", | Roberto Ierusalimschy | 2014-02-05 | 1 | -12/+4 |
* | no more 'L' in macros "luai_num*" (several places that use those macros | Roberto Ierusalimschy | 2014-01-27 | 1 | -14/+14 |
* | larger limit + better error messages for loop detection in inheritance | Roberto Ierusalimschy | 2014-01-22 | 1 | -4/+4 |
* | first implementation of '<<', '>>', and '~' (bitwise not) | Roberto Ierusalimschy | 2013-12-30 | 1 | -3/+48 |
* | first implementation of bitwise operators '&' (band), '|' (bor), | Roberto Ierusalimschy | 2013-12-18 | 1 | -1/+29 |
* | integer exponentiation with negative exponent is invalid | Roberto Ierusalimschy | 2013-12-16 | 1 | -19/+20 |
* | details (a few casts moved from macro invocation to macro definition) | Roberto Ierusalimschy | 2013-08-29 | 1 | -3/+3 |
* | upvalues collected by reference count | Roberto Ierusalimschy | 2013-08-27 | 1 | -3/+4 |
* | "barrier" for link prototype->cache changed to be consistent with | Roberto Ierusalimschy | 2013-08-19 | 1 | -6/+6 |
* | added 'local' bit (true => object is only refered by local variables) | Roberto Ierusalimschy | 2013-08-16 | 1 | -1/+2 |
* | use unsigneds for unary minus, too | Roberto Ierusalimschy | 2013-07-10 | 1 | -3/+3 |
* | new macro 'l_floor' (allows 'floorf' even when other math operations | Roberto Ierusalimschy | 2013-06-20 | 1 | -2/+2 |
* | new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visible | Roberto Ierusalimschy | 2013-06-19 | 1 | -2/+2 |
* | avoid adding '.0' to "numbers" like "nan" and "inf" | Roberto Ierusalimschy | 2013-06-07 | 1 | -3/+3 |
* | string contatenation handles conversion of integers to strings + | Roberto Ierusalimschy | 2013-06-04 | 1 | -6/+17 |
* | "legal" way to convert a float to an integer in C | Roberto Ierusalimschy | 2013-05-27 | 1 | -6/+14 |
* | 'objlen' can return integers | Roberto Ierusalimschy | 2013-05-26 | 1 | -3/+3 |
* | macro 'nvalue' removed + cast to void added to avoid warnings | Roberto Ierusalimschy | 2013-05-06 | 1 | -5/+8 |
* | new macro 'intop' (to perform integer arithmetic on unsigned types) | Roberto Ierusalimschy | 2013-05-02 | 1 | -9/+8 |
* | new function 'tointeger' + 'luaV_arith' replaced by 'luaT_trybinTM' | Roberto Ierusalimschy | 2013-04-29 | 1 | -37/+41 |
* | favoring 'tonumber' over 'nvalue' | Roberto Ierusalimschy | 2013-04-26 | 1 | -31/+26 |
* | detail | Roberto Ierusalimschy | 2013-04-26 | 1 | -3/+3 |
* | new interface for 'tonumber' | Roberto Ierusalimschy | 2013-04-26 | 1 | -23/+19 |
* | new operation '//' (integer division) | Roberto Ierusalimschy | 2013-04-26 | 1 | -2/+15 |
* | 'for' loop uses integers when possible | Roberto Ierusalimschy | 2013-04-25 | 1 | -16/+33 |
* | integer handling for order comparisons, power, and modulo operations | Roberto Ierusalimschy | 2013-04-25 | 1 | -5/+79 |
* | functions 'get_equalTM' and 'call_orderTM' moved to other files | Roberto Ierusalimschy | 2013-04-25 | 1 | -29/+6 |
* | functions 'traceexec', 'callTM', and 'call_binTM' moved to other | Roberto Ierusalimschy | 2013-04-25 | 1 | -71/+10 |
* | a few more operations supporting integers (minus, umin, mult) | Roberto Ierusalimschy | 2013-04-16 | 1 | -13/+47 |
* | first steps in the support of integers: basic representation + table indexing... | Roberto Ierusalimschy | 2013-04-15 | 1 | -8/+24 |
* | 'ttypenv' -> 'ttnov' | Roberto Ierusalimschy | 2013-04-12 | 1 | -2/+2 |
* | typos in comments | Roberto Ierusalimschy | 2013-03-16 | 1 | -2/+2 |
* | remove of unecessary luaD_checkstack. (In some cases, C should | Roberto Ierusalimschy | 2012-08-16 | 1 | -2/+1 |
* | details (remove of some extra spaces) | Roberto Ierusalimschy | 2012-08-14 | 1 | -2/+2 |
* | bugs in yields inside debug hooks | Roberto Ierusalimschy | 2012-06-08 | 1 | -5/+14 |
* | macro 'checkGC' takes care of setting 'top' to limit stack live values | Roberto Ierusalimschy | 2012-05-14 | 1 | -16/+9 |
* | no more 'Proto' objects on the stack. Protos are anchored on outer | Roberto Ierusalimschy | 2012-05-08 | 1 | -2/+3 |
* | first implementation of long strings | Roberto Ierusalimschy | 2012-01-25 | 1 | -1/+2 |
* | 'eqstr' -> 'luaS_eqstr' | Roberto Ierusalimschy | 2012-01-23 | 1 | -3/+3 |
* | cast from 'bool' to 'int' (for C++) | Roberto Ierusalimschy | 2011-12-07 | 1 | -2/+2 |
* | comment | Roberto Ierusalimschy | 2011-11-29 | 1 | -2/+2 |