summaryrefslogtreecommitdiff
path: root/llimits.h
Commit message (Expand)AuthorAgeFilesLines
...
* `name' in comments changed to 'name'Roberto Ierusalimschy2014-10-251-3/+3
* no more "-2" for limits. (Limits should be precise; safety is inRoberto Ierusalimschy2014-07-181-6/+6
* detail (no need to define LUAI_USER_ALIGNMENT_T when it is notRoberto Ierusalimschy2014-07-181-4/+5
* removed unused parameter Ä'L' in macro 'api_check' and companyRoberto Ierusalimschy2014-07-151-7/+4
* 'IntPoint' -> 'point2int' + ensure that casted value fits inRoberto Ierusalimschy2014-06-261-3/+3
* cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable fromRoberto Ierusalimschy2014-04-151-5/+9
* macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, thatRoberto Ierusalimschy2014-04-151-3/+12
* new global macro 'LUA_MAXUNSIGNED'Roberto Ierusalimschy2014-04-121-5/+1
* correct definition for 'MAX_SIZE' (using singed integers as the limit,Roberto Ierusalimschy2014-04-111-8/+9
* 'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER'Roberto Ierusalimschy2014-04-111-5/+2
* new macro 'cast_void'Roberto Ierusalimschy2014-03-071-1/+2
* added macro MAX_UINTEGERRoberto Ierusalimschy2014-02-261-3/+5
* initial size of string table (MINSTRTABSIZE) should be large enoughRoberto Ierusalimschy2013-08-211-2/+2
* new constant 'MAX_SIZE', distinct from 'MAX_SIZET', for sizes visibleRoberto Ierusalimschy2013-06-191-1/+7
* removed all tricks for conversions + 'luai_hashnum' moved to ltable.cRoberto Ierusalimschy2013-05-291-43/+1
* "legal" way to convert a float to an integer in CRoberto Ierusalimschy2013-05-271-1/+7
* removed 'IEEE tricks' (should not be needed in Lua with integers)Roberto Ierusalimschy2013-05-231-56/+1
* new cast macros for lua_Integer and lua_UnsignedRoberto Ierusalimschy2013-04-251-1/+3
* 'l_tg' was renamed to 'l_mathop' and this use was not corrected atRoberto Ierusalimschy2013-02-201-2/+2
* small improvement in the support of 'float' as lua_NumberRoberto Ierusalimschy2013-01-291-2/+2
* macro 'lua_number2unsigned' also needs proper definition ifRoberto Ierusalimschy2012-10-021-2/+2
* LUA_CORE condition removed from definition of some 'tricks' (as itRoberto Ierusalimschy2012-10-011-2/+2
* definition for 'MAX_LMEM'Roberto Ierusalimschy2012-05-281-1/+3
* better(?) handling of '#define's for IEEE-related tricks + avoid usingRoberto Ierusalimschy2012-05-111-5/+10
* definition for 'LUA_MAXSHORTLEN' moved to 'lstring.c' (used only there)Roberto Ierusalimschy2012-03-281-10/+1
* first implementation of long stringsRoberto Ierusalimschy2012-01-251-1/+10
* no more explicit support for 'luaall_c': unifying file can doRoberto Ierusalimschy2011-12-061-2/+2
* small change to avoid warnings of non-specified order of accessRoberto Ierusalimschy2011-11-291-2/+2
* new type 'l_noret' for function that do not returnRoberto Ierusalimschy2011-10-071-1/+14
* lint (unused definition)Roberto Ierusalimschy2011-09-301-2/+1
* detail (make 'lua_assert' a valid expression even when turned off)Roberto Ierusalimschy2011-09-131-3/+3
* simpler 'luai_apicheck' (and avoids compilation error...)Roberto Ierusalimschy2011-07-021-3/+7
* new macro 'lua_longassert' that is equivalent to an assertion withoutRoberto Ierusalimschy2011-05-051-1/+4
* small problems with 'luaone.c'Roberto Ierusalimschy2011-02-281-3/+3
* better control for GC running or stoppedRoberto Ierusalimschy2011-02-011-2/+2
* more efficient hash for numbers in IEEE754 machinesRoberto Ierusalimschy2010-12-231-9/+10
* new macro 'cast_uchar'Roberto Ierusalimschy2010-12-101-1/+2
* code should not use "defined" types, but "typedef"s types when theyRoberto Ierusalimschy2010-11-081-10/+11
* code for conversion macros moved from luaconf to llimits + 'uint'Roberto Ierusalimschy2010-11-031-1/+90
* new macro MAXUPVAL (maximum number of upvalues per closure)Roberto Ierusalimschy2010-05-311-1/+6
* GC should not run when stopped, even in hard testsRoberto Ierusalimschy2010-05-241-2/+3
* 'lua_assert' can be empty when assertions are offRoberto Ierusalimschy2010-05-071-2/+2
* new way to control GC speed (keeping a 'debt' counter)Roberto Ierusalimschy2010-04-291-1/+2
* ensure that 'luai_userstatethread' is always called (even ifRoberto Ierusalimschy2010-04-191-5/+5
* more options moved from luaconf.h into internal filesRoberto Ierusalimschy2009-12-171-1/+33
* several configuration options that do not change often moved out ofRoberto Ierusalimschy2009-12-171-15/+30
* when doing hard memory tests, perform a full GC at every possible stepRoberto Ierusalimschy2009-11-171-1/+7
* API checks now have explanatory messagesRoberto Ierusalimschy2009-08-311-3/+5
* new way to control stack overflow, controling only total size of the stackRoberto Ierusalimschy2009-07-151-3/+3
* use of LUAI_UINT32 replaced by 'unsigned LUA_INT32' (one lessRoberto Ierusalimschy2009-07-011-2/+2