| Commit message (Expand) | Author | Age | Files | Lines |
* | LUAI_MAXSHORTLEN moved from 'luaconf.h' to 'llimits.h' (does not | Roberto Ierusalimschy | 2015-01-16 | 2 | -11/+12 |
* | size of short strings stored in a single byte, to reduce the size | Roberto Ierusalimschy | 2015-01-16 | 9 | -45/+69 |
* | larger MINSTRTABSIZE (standard Lua starts with ~230 strings, after | Roberto Ierusalimschy | 2015-01-16 | 1 | -3/+8 |
* | comments | Roberto Ierusalimschy | 2015-01-16 | 1 | -2/+12 |
* | removed macro LUAI_FIRSTPSEUDOIDX (that stuff does not need | Roberto Ierusalimschy | 2015-01-13 | 2 | -7/+6 |
* | Long double needs a larger LUAL_BUFFERSIZE (because | Roberto Ierusalimschy | 2015-01-13 | 1 | -3/+10 |
* | BUG (when compiled with long double): buffer overflow when formatting | Roberto Ierusalimschy | 2015-01-13 | 1 | -5/+11 |
* | better check for overflows in 'table.move' (removes restriction that | Roberto Ierusalimschy | 2015-01-13 | 1 | -3/+5 |
* | definition for 'MAXUPVAL' moved for a more "private" place and its | Roberto Ierusalimschy | 2015-01-13 | 2 | -7/+9 |
* | typo in comment | Roberto Ierusalimschy | 2015-01-13 | 1 | -3/+3 |
* | typo in error message | Roberto Ierusalimschy | 2015-01-12 | 1 | -2/+2 |
* | 'setkey' -> 'setnodekey' (to avoid conflicts with POSIX)v5.3.0 | Roberto Ierusalimschy | 2015-01-05 | 2 | -4/+4 |
* | new macro 'cast_func' adds '__extension__' (in gnu compilers) when | Roberto Ierusalimschy | 2015-01-05 | 1 | -2/+14 |
* | includes 'stddef.h' (as it uses NULL) | Roberto Ierusalimschy | 2015-01-05 | 2 | -5/+9 |
* | detail (added -Wconversion as a comment, to be used ocasionally) | Roberto Ierusalimschy | 2015-01-02 | 1 | -0/+1 |
* | 'lua_setlocal' should not pop value when failing (to be consistent | Roberto Ierusalimschy | 2015-01-02 | 2 | -5/+11 |
* | clearer(?) code (also avoids a warning about 'c' being used | Roberto Ierusalimschy | 2015-01-02 | 1 | -5/+3 |
* | does not define _XOPEN_SOURCE when LUA_USE_C89 is defined + defining | Roberto Ierusalimschy | 2014-12-29 | 1 | -2/+8 |
* | all "divisions" (div,idiv,mod) by zero are not folded, to avoid | Roberto Ierusalimschy | 2014-12-29 | 1 | -24/+10 |
* | detail (macro 'luai_numidiv' uses 'luai_numdiv' to compute the division) | Roberto Ierusalimschy | 2014-12-29 | 1 | -2/+2 |
* | bug: 'random' limit is 2^31-1, not RAND_MAX | Roberto Ierusalimschy | 2014-12-27 | 1 | -3/+5 |
* | details | Roberto Ierusalimschy | 2014-12-27 | 1 | -4/+4 |
* | change in macro 'vmcase', avoding code inside it. (Code inside the | Roberto Ierusalimschy | 2014-12-27 | 1 | -97/+142 |
* | new year (2015) | Roberto Ierusalimschy | 2014-12-26 | 1 | -3/+3 |
* | detail (to avoid warnings) | Roberto Ierusalimschy | 2014-12-26 | 1 | -3/+3 |
* | removed macro 'luai_numinvalidop' (main motivation removed, as folding | Roberto Ierusalimschy | 2014-12-26 | 2 | -15/+2 |
* | removed useless initializations | Roberto Ierusalimschy | 2014-12-26 | 2 | -4/+4 |
* | comments were wrong (not updated about several changes) | Roberto Ierusalimschy | 2014-12-20 | 1 | -6/+6 |
* | details in 'luaM_reallocvchar' | Roberto Ierusalimschy | 2014-12-19 | 2 | -5/+6 |
* | new macro 'luaM_reallocvchar' to allocate arrays of chars (avoids | Roberto Ierusalimschy | 2014-12-19 | 2 | -3/+9 |
* | new macro 'nvalue' (to convert an object to a float when we know | Roberto Ierusalimschy | 2014-12-19 | 3 | -10/+7 |
* | detail (in test for 'luai_numinvalidop', use a round float) | Roberto Ierusalimschy | 2014-12-19 | 1 | -2/+2 |
* | comment | Roberto Ierusalimschy | 2014-12-19 | 1 | -2/+2 |
* | old Visual Studio versions did not support 'noreturn' attribute | Roberto Ierusalimschy | 2014-12-19 | 1 | -2/+2 |
* | stupid bug in T.stacklevel (not in use by the tests) | Roberto Ierusalimschy | 2014-12-18 | 1 | -2/+2 |
* | Windows uses 'long long' (instead of '__int64') when present; again, | Roberto Ierusalimschy | 2014-12-16 | 1 | -15/+15 |
* | added macro LUA_USE_I64 for separate control of use of Windows-specific | Roberto Ierusalimschy | 2014-12-16 | 1 | -2/+3 |
* | traverse loaded modules (instead of globals) for a name for a function + | Roberto Ierusalimschy | 2014-12-14 | 1 | -5/+13 |
* | comments | Roberto Ierusalimschy | 2014-12-13 | 1 | -11/+11 |
* | in traceback names, give preference to 'name' over '_G.name' | Roberto Ierusalimschy | 2014-12-13 | 1 | -3/+4 |
* | reinsertion-control macro renamed: lconfig_h -> luaconf_h | Roberto Ierusalimschy | 2014-12-12 | 1 | -3/+3 |
* | correct computation for limit in 'getnum' | Roberto Ierusalimschy | 2014-12-11 | 1 | -3/+3 |
* | better limits for 'sting.rep' and 'string.packsize' | Roberto Ierusalimschy | 2014-12-11 | 1 | -12/+17 |
* | new specifiers in 'strftime' are defined in C99 (not Posix) | Roberto Ierusalimschy | 2014-12-10 | 1 | -3/+3 |
* | 'ipairs' needs an argument | Roberto Ierusalimschy | 2014-12-10 | 1 | -1/+2 |
* | macro 'LUA_C89_NUMBERS' makes a little easier to use C89 numerical types | Roberto Ierusalimschy | 2014-12-10 | 1 | -37/+25 |
* | new function 'string.packsize' | Roberto Ierusalimschy | 2014-12-10 | 1 | -1/+24 |
* | give preference to global names in tracebacks | Roberto Ierusalimschy | 2014-12-10 | 1 | -12/+10 |
* | new parameter for testC instruction 'pcall' (error handler) | Roberto Ierusalimschy | 2014-12-10 | 1 | -4/+4 |
* | error handler does not need to be a function (can be a callable | Roberto Ierusalimschy | 2014-12-10 | 1 | -2/+1 |