summaryrefslogtreecommitdiff
path: root/luaconf.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* detail (macro 'luai_numidiv' uses 'luai_numdiv' to compute the division)Roberto Ierusalimschy2014-12-291-2/+2
* removed macro 'luai_numinvalidop' (main motivation removed, as foldingRoberto Ierusalimschy2014-12-261-9/+1
* commentRoberto Ierusalimschy2014-12-191-2/+2
* Windows uses 'long long' (instead of '__int64') when present; again,Roberto Ierusalimschy2014-12-161-15/+15
* added macro LUA_USE_I64 for separate control of use of Windows-specificRoberto Ierusalimschy2014-12-161-2/+3
* commentsRoberto Ierusalimschy2014-12-131-11/+11
* reinsertion-control macro renamed: lconfig_h -> luaconf_hRoberto Ierusalimschy2014-12-121-3/+3
* macro 'LUA_C89_NUMBERS' makes a little easier to use C89 numerical typesRoberto Ierusalimschy2014-12-101-37/+25
* details (comments)Roberto Ierusalimschy2014-11-251-6/+5
* 'x//y' extended to floats + more comments about module and floorRoberto Ierusalimschy2014-11-211-2/+16
* detail (LUAL_BUFFERSIZE has a larger variation among differentRoberto Ierusalimschy2014-11-191-2/+2
* Windows uses "LONGLONG" option, even not having long long (it has __int64)Roberto Ierusalimschy2014-11-021-12/+17
* default changed from C89 to C99 + extra tests before using C99Roberto Ierusalimschy2014-10-301-82/+92
* Better organization of definitions in categories + removedRoberto Ierusalimschy2014-10-291-170/+165
* small reorganization of tests around LUA_USE_C99Roberto Ierusalimschy2014-10-271-21/+24
* comments + Windows numeric types not used if LUA_ANSI is definedRoberto Ierusalimschy2014-10-271-6/+7
* better (and safer?) way to test native size of type 'int'Roberto Ierusalimschy2014-10-271-11/+9
* avoid redeclaration of _CRT_SECURE_NO_WARNINGS + 'lua_numtointeger' ->Roberto Ierusalimschy2014-10-241-3/+5
* use 'opf' (float) variants only when explicitly allowed (LUA_USE_C99)Roberto Ierusalimschy2014-10-211-9/+4
* does not use 'long long' when LUA_ANSI is setRoberto Ierusalimschy2014-10-201-2/+2
* macros 'LUA_QL'/'LUA_QL' deprecatedRoberto Ierusalimschy2014-10-171-2/+3
* added "_CRT_SECURE_NO_WARNINGS" for Windows (to avoid warnings aboutRoberto Ierusalimschy2014-10-151-9/+6
* better handling of systems that do not support 'long long'Roberto Ierusalimschy2014-10-081-11/+28
* easier way to compile Lua 32Roberto Ierusalimschy2014-10-031-3/+12
* deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.)Roberto Ierusalimschy2014-10-011-4/+5
* 'lua_Ctx' -> 'lua_Kcontext'Roberto Ierusalimschy2014-08-011-7/+8
* 'ipairs' respects metamethodsRoberto Ierusalimschy2014-07-241-1/+6
* better support for extra user space associated with a Lua stateRoberto Ierusalimschy2014-07-241-1/+9
* new type 'lua_Ctx' for continuation-function contexts (to allow typeRoberto Ierusalimschy2014-07-171-1/+17
* unsigned-manipulation functions (lua_puhsunsigned, lua_tounsigned, etc.)Roberto Ierusalimschy2014-06-261-1/+7
* LUA_MAXUNSIGNED was only used to define 2.0^intnumbits (and thatRoberto Ierusalimschy2014-06-241-7/+1
* new items in default path for WindowsRoberto Ierusalimschy2014-06-101-6/+10
* details (comments)Roberto Ierusalimschy2014-06-011-9/+7
* more "religious" definition for 'lua_numtointeger'Roberto Ierusalimschy2014-05-271-9/+7
* function 'luaV_numtointeger' changed to a global macroRoberto Ierusalimschy2014-05-261-1/+19
* no more use of 'scanf' for reading numbersRoberto Ierusalimschy2014-05-211-10/+1
* 'LUA_COMPAT_ALL' -> 'LUA_COMPAT_5_1'/'LUA_COMPAT_5_2' + "@*" inRoberto Ierusalimschy2014-05-151-18/+39
* commentsRoberto Ierusalimschy2014-05-111-3/+6
* commentRoberto Ierusalimschy2014-04-171-3/+3
* correct integer limits for Windows + small adjustments for shortRoberto Ierusalimschy2014-04-161-3/+14
* using predefined limits (instead of computing min/max values for eachRoberto Ierusalimschy2014-04-141-16/+28
* new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only)Roberto Ierusalimschy2014-04-121-12/+36
* new type 'LUAI_UACINT' (result of an 'usual argument conversion' ofRoberto Ierusalimschy2014-04-111-1/+5
* new definition for 'luai_nummod' (using 'fmod')Roberto Ierusalimschy2014-04-091-2/+3
* new macros LUA_MAXINTEGER/LUA_MININTEGERRoberto Ierusalimschy2014-04-031-1/+6
* definition of LUA_REAL_* and LUA_INT_* moved to the beginning ofRoberto Ierusalimschy2014-03-211-19/+23
* bitlib has been deprecatedRoberto Ierusalimschy2014-03-181-1/+6
* back with 'L' for macros 'luai_num*', but now with a new macroRoberto Ierusalimschy2014-03-061-8/+15
* more uniformity for defining system-dependent featuresRoberto Ierusalimschy2014-02-261-13/+13
* no more 'L' in macros "luai_num*" (several places that use those macrosRoberto Ierusalimschy2014-01-271-11/+11