| Commit message (Expand) | Author | Age | Files | Lines |
* | new definition for 'luai_nummod' (using 'fmod') | Roberto Ierusalimschy | 2014-04-09 | 1 | -2/+3 |
* | new macros LUA_MAXINTEGER/LUA_MININTEGER | Roberto Ierusalimschy | 2014-04-03 | 1 | -1/+6 |
* | definition of LUA_REAL_* and LUA_INT_* moved to the beginning of | Roberto Ierusalimschy | 2014-03-21 | 1 | -19/+23 |
* | bitlib has been deprecated | Roberto Ierusalimschy | 2014-03-18 | 1 | -1/+6 |
* | back with 'L' for macros 'luai_num*', but now with a new macro | Roberto Ierusalimschy | 2014-03-06 | 1 | -8/+15 |
* | more uniformity for defining system-dependent features | Roberto Ierusalimschy | 2014-02-26 | 1 | -13/+13 |
* | no more 'L' in macros "luai_num*" (several places that use those macros | Roberto Ierusalimschy | 2014-01-27 | 1 | -11/+11 |
* | details (comments) | Roberto Ierusalimschy | 2013-11-21 | 1 | -2/+2 |
* | "./?/init.lua" added to default path | Roberto Ierusalimschy | 2013-10-10 | 1 | -3/+5 |
* | use different constants (instead of different values for the same constant) | Roberto Ierusalimschy | 2013-07-09 | 1 | -13/+27 |
* | LUA_SMALL_* changed to LUA_*SIZE + added support for long double + better | Roberto Ierusalimschy | 2013-06-25 | 1 | -24/+40 |
* | 'long' may have more than 32 bits in some machines; use 'int' for | Roberto Ierusalimschy | 2013-06-21 | 1 | -5/+12 |
* | new macro 'l_floor' (allows 'floorf' even when other math operations | Roberto Ierusalimschy | 2013-06-20 | 1 | -3/+4 |
* | configuration of number sizes goes "mainstream" | Roberto Ierusalimschy | 2013-06-13 | 1 | -69/+71 |
* | first version of control for number sizes (still in 'local' section) | Roberto Ierusalimschy | 2013-05-26 | 1 | -4/+36 |
* | no more IEEE tricks | Roberto Ierusalimschy | 2013-05-26 | 1 | -69/+1 |
* | integer division operates only on integers | Roberto Ierusalimschy | 2013-04-29 | 1 | -2/+1 |
* | new operation '//' (integer division) | Roberto Ierusalimschy | 2013-04-26 | 1 | -1/+2 |
* | more definitions to support integer formatting | Roberto Ierusalimschy | 2013-04-25 | 1 | -10/+24 |
* | typos in comments | Roberto Ierusalimschy | 2013-03-16 | 1 | -3/+3 |
* | small improvement in the support of 'float' as lua_Number | Roberto Ierusalimschy | 2013-01-29 | 1 | -3/+9 |
* | LUA_CORE condition removed from definition of some 'tricks' (as it | Roberto Ierusalimschy | 2012-10-01 | 1 | -5/+4 |
* | typo | Roberto Ierusalimschy | 2012-07-13 | 1 | -2/+2 |
* | definition for 'LUAI_MAXSHORTLEN' moved to luaconf.h (too important) | Roberto Ierusalimschy | 2012-05-11 | 1 | -1/+8 |
* | better(?) handling of '#define's for IEEE-related tricks + avoid using | Roberto Ierusalimschy | 2012-05-11 | 1 | -43/+53 |
* | no more explicit support for 'luaall_c': unifying file can do | Roberto Ierusalimschy | 2011-12-06 | 1 | -10/+5 |
* | 'lUA' -> 'LUA' | Roberto Ierusalimschy | 2011-11-30 | 1 | -2/+2 |
* | when available, use '*_r' versions of 'gmtime' and 'localtime' | Roberto Ierusalimschy | 2011-11-29 | 1 | -1/+2 |
* | MS_ASMTRICK is only valid on MS compilers (not any Windows compiler) | Roberto Ierusalimschy | 2011-11-25 | 1 | -2/+2 |
* | avoids including 'stdio.h' everywhere (because of definitions for | Roberto Ierusalimschy | 2011-11-09 | 1 | -1/+5 |
* | by default, do not use Windows' goodies in Windows CE build | Roberto Ierusalimschy | 2011-11-05 | 1 | -3/+3 |
* | avoid the word 'TRICKLE' in macro name (as it has nothing to do | Roberto Ierusalimschy | 2011-10-07 | 1 | -8/+9 |
* | detail: centralize all tests for Windows on variable 'LUA_WIN' | Roberto Ierusalimschy | 2011-08-23 | 1 | -2/+2 |
* | 'M_IX86' -> '_M_IX86' | Roberto Ierusalimschy | 2011-07-25 | 1 | -2/+2 |
* | added '_M_IX86' in NaN trickv5.2-beta | Roberto Ierusalimschy | 2011-07-08 | 1 | -7/+5 |
* | 'package.loaders' -> 'package.searchers' | Roberto Ierusalimschy | 2011-06-28 | 1 | -1/+7 |
* | configuration for NaN trick big-endian + macro 'luai_checknum' to | Roberto Ierusalimschy | 2011-06-13 | 1 | -4/+28 |
* | new macro 'luai_writeline' to print newlines (and flush 'stdout') | Roberto Ierusalimschy | 2011-05-26 | 1 | -2/+3 |
* | MacOS 'strtod' handles hexa formats too | Roberto Ierusalimschy | 2011-04-29 | 1 | -1/+2 |
* | Mac OS defines LUA_USE_AFORMAT and LUA_USE_LONGLONG by default | Roberto Ierusalimschy | 2011-04-20 | 1 | -1/+3 |
* | 'LUA_USELONGLONG' -> 'LUA_USE_LONGLONG' | Roberto Ierusalimschy | 2011-04-20 | 1 | -2/+2 |
* | 'LUA_USELONGLONG' on by default on Linux + LUA_USE_HEXAFLOAT renamed | Roberto Ierusalimschy | 2011-04-19 | 1 | -3/+4 |
* | official support for floating hexa numerals | Roberto Ierusalimschy | 2010-12-10 | 1 | -2/+18 |
* | 'loadstring' deprecated; use 'load' instead | Roberto Ierusalimschy | 2010-12-08 | 1 | -1/+7 |
* | 'debug' library is loaded by default | Roberto Ierusalimschy | 2010-11-12 | 1 | -14/+6 |
* | 'luaL_typeerror' deprecated | Roberto Ierusalimschy | 2010-11-10 | 1 | -4/+1 |
* | code for conversion macros moved from luaconf to llimits + 'uint' | Roberto Ierusalimschy | 2010-11-03 | 1 | -99/+8 |
* | comment typos | Roberto Ierusalimschy | 2010-10-29 | 1 | -3/+3 |
* | added another option for ieeeendian | Roberto Ierusalimschy | 2010-10-29 | 1 | -2/+2 |
* | added more platforms for ieeeendianess + small comments | Roberto Ierusalimschy | 2010-10-28 | 1 | -4/+7 |