Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use 'opf' (float) variants only when explicitly allowed (LUA_USE_C99) | Roberto Ierusalimschy | 2014-10-21 | 1 | -9/+4 |
| | |||||
* | does not use 'long long' when LUA_ANSI is set | Roberto Ierusalimschy | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | macros 'LUA_QL'/'LUA_QL' deprecated | Roberto Ierusalimschy | 2014-10-17 | 1 | -2/+3 |
| | |||||
* | added "_CRT_SECURE_NO_WARNINGS" for Windows (to avoid warnings about | Roberto Ierusalimschy | 2014-10-15 | 1 | -9/+6 |
| | | | | several standard C functions) + small changes in '#include's | ||||
* | better handling of systems that do not support 'long long' | Roberto Ierusalimschy | 2014-10-08 | 1 | -11/+28 |
| | |||||
* | easier way to compile Lua 32 | Roberto Ierusalimschy | 2014-10-03 | 1 | -3/+12 |
| | |||||
* | deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) | Roberto Ierusalimschy | 2014-10-01 | 1 | -4/+5 |
| | |||||
* | 'lua_Ctx' -> 'lua_Kcontext' | Roberto Ierusalimschy | 2014-08-01 | 1 | -7/+8 |
| | |||||
* | 'ipairs' respects metamethods | Roberto Ierusalimschy | 2014-07-24 | 1 | -1/+6 |
| | |||||
* | better support for extra user space associated with a Lua state | Roberto Ierusalimschy | 2014-07-24 | 1 | -1/+9 |
| | |||||
* | new type 'lua_Ctx' for continuation-function contexts (to allow type | Roberto Ierusalimschy | 2014-07-17 | 1 | -1/+17 |
| | | | | to be configurable) | ||||
* | unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.) | Roberto Ierusalimschy | 2014-06-26 | 1 | -1/+7 |
| | | | | deprecated | ||||
* | LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and that | Roberto Ierusalimschy | 2014-06-24 | 1 | -7/+1 |
| | | | | | | definition was not strictly portable), so it was removed and replaced by a more correct and direct definition for 2.0^intnumbits (only where it was needed) | ||||
* | new items in default path for Windows | Roberto Ierusalimschy | 2014-06-10 | 1 | -6/+10 |
| | |||||
* | details (comments) | Roberto Ierusalimschy | 2014-06-01 | 1 | -9/+7 |
| | |||||
* | more "religious" definition for 'lua_numtointeger' | Roberto Ierusalimschy | 2014-05-27 | 1 | -9/+7 |
| | |||||
* | function 'luaV_numtointeger' changed to a global macro | Roberto Ierusalimschy | 2014-05-26 | 1 | -1/+19 |
| | | | | 'lua_numtointeger' (tricky, small, and useful in several places) | ||||
* | no more use of 'scanf' for reading numbers | Roberto Ierusalimschy | 2014-05-21 | 1 | -10/+1 |
| | |||||
* | 'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" in | Roberto Ierusalimschy | 2014-05-15 | 1 | -18/+39 |
| | | | | comments replaced by "@@". ("@*" is too distracting) | ||||
* | comments | Roberto Ierusalimschy | 2014-05-11 | 1 | -3/+6 |
| | |||||
* | comment | Roberto Ierusalimschy | 2014-04-17 | 1 | -3/+3 |
| | |||||
* | correct integer limits for Windows + small adjustments for short | Roberto Ierusalimschy | 2014-04-16 | 1 | -3/+14 |
| | | | | option | ||||
* | using predefined limits (instead of computing min/max values for each | Roberto Ierusalimschy | 2014-04-14 | 1 | -16/+28 |
| | | | | type) + some comments | ||||
* | new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only) | Roberto Ierusalimschy | 2014-04-12 | 1 | -12/+36 |
| | |||||
* | new type 'LUAI_UACINT' (result of an 'usual argument conversion' of | Roberto Ierusalimschy | 2014-04-11 | 1 | -1/+5 |
| | | | | a lua_Integer) | ||||
* | 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 |
| | | | | configurations | ||||
* | 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 |
| | | | | 'luai_numinvalidop' to protect constant folding | ||||
* | 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 |
| | | | | cannot throw errors anyway...) | ||||
* | 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 |
| | | | | | | to define number sizes (LUA_INT_INT/LUA_INT_LONG/LUA_INT_LONGLONG and LUA_REAL_FLOAT/LUA_REAL_DOUBLE/LUA_REAL_LONGDOUBLE) + use __int64 and I64 instead of long long (and ll) for Windows | ||||
* | LUA_SMALL_* changed to LUA_*SIZE + added support for long double + better | Roberto Ierusalimschy | 2013-06-25 | 1 | -24/+40 |
| | | | | support for ANSI systems | ||||
* | 'long' may have more than 32 bits in some machines; use 'int' for | Roberto Ierusalimschy | 2013-06-21 | 1 | -5/+12 |
| | | | | small lua_Integer unless necessary to use 'long' | ||||
* | new macro 'l_floor' (allows 'floorf' even when other math operations | Roberto Ierusalimschy | 2013-06-20 | 1 | -3/+4 |
| | | | | do not have an 'f' variant) | ||||
* | 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 |
| | | | | | controlled only a few other defines) + MS_ASMTRICK renamed to LUA_MSASMTRICK | ||||
* | 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 |
| | | | | IEEE trick for 64-bit integer types (lua_Integer on 64-bit machines) |