summaryrefslogtreecommitdiff
path: root/ldebug.c (unfollow)
Commit message (Expand)AuthorFilesLines
2014-05-09in 'for' loops, make the limit an integer whenever initial value andRoberto Ierusalimschy1-3/+40
2014-05-08'T.totalmem' accepts 0 for unlimited memoryRoberto Ierusalimschy1-3/+5
2014-05-08commentsRoberto Ierusalimschy1-5/+6
2014-05-08new function 'lua_isyieldable' (and 'coroutine.isyieldable')Roberto Ierusalimschy3-7/+26
2014-05-07updated several 'fix' fieldsRoberto Ierusalimschy1-15/+13
2014-05-07marks for releases 5.2.2 and 5.2.3 + correction in last bug's descriptionRoberto Ierusalimschy1-3/+13
2014-05-07better alignments (for 64-bit arquitectures) for structures 'Table' andRoberto Ierusalimschy1-4/+4
2014-05-02'math.fmod' handles integers as integersRoberto Ierusalimschy1-4/+14
2014-05-01'lua_getuservalue' returns type of user valueRoberto Ierusalimschy2-4/+5
2014-05-01'lua_strtonum' (and 'luaO_str2num') now return string size, instead ofRoberto Ierusalimschy7-41/+39
2014-04-30function 'limittointeger' no needed (now that 'tointeger_aux' handlesRoberto Ierusalimschy1-16/+2
2014-04-30debug.numbits replaced by debug.CsizeRoberto Ierusalimschy1-11/+25
2014-04-30'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' plus properRoberto Ierusalimschy1-22/+46
2014-04-30'luaO_str2d' + 'luaO_str2int' replaced by 'luaO_str2num' (which convertsRoberto Ierusalimschy4-44/+50
2014-04-29merge of common parts from 'limittointeger' and 'luaV_tointeger_'Roberto Ierusalimschy1-10/+15
2014-04-29'setnvalue' -> 'setfltvalue' (for consitency with 'fltvalue')Roberto Ierusalimschy6-27/+27
2014-04-29'for' loop tries to convert limit to integer when initial value andRoberto Ierusalimschy1-2/+23
2014-04-29template for 'mkstemp' is configurable (via LUA_TMPNAMTEMPLATE)Roberto Ierusalimschy1-2/+8
2014-04-27using lua_Unsigned (instead of lua_Integer) for bit manipulationRoberto Ierusalimschy1-7/+8
2014-04-27n^-m gives float result (instead of error)Roberto Ierusalimschy4-17/+15
2014-04-17'math.random(n,m)' interval restricted in size, to avoid using conversionRoberto Ierusalimschy1-8/+12
2014-04-17commentRoberto Ierusalimschy1-3/+3
2014-04-16back to larger sizes for 'dumpint/undumpint' (small Lua shouldRoberto Ierusalimschy1-13/+39
2014-04-16correct integer limits for Windows + small adjustments for shortRoberto Ierusalimschy1-3/+14
2014-04-15keep 'luaL_checkversion_' with its signature in version 5.2, forRoberto Ierusalimschy2-5/+5
2014-04-15initial '*' in 'io.read' formats is deprecatedRoberto Ierusalimschy1-4/+4
2014-04-15cast_u2s/cast_s2u renamed l_castS2U/l_castU2S to be configurable fromRoberto Ierusalimschy6-19/+23
2014-04-15macros cast_integer/cast_unsigned replaced by cast_u2s/cast_s2u, thatRoberto Ierusalimschy7-25/+33
2014-04-14instructions in 'runC' sorted alphabetically + new instructionsRoberto Ierusalimschy1-192/+198
2014-04-14size of strings in 'string.rep' should be limited by the size ofRoberto Ierusalimschy1-3/+3
2014-04-14using predefined limits (instead of computing min/max values for eachRoberto Ierusalimschy1-16/+28
2014-04-13maximum size of array part of a table now is restricted not only byRoberto Ierusalimschy1-8/+8
2014-04-12new macro LUA_MAXUNSIGNED + support for 'short' integers (for tests only)Roberto Ierusalimschy1-12/+36
2014-04-12new global macro 'LUA_MAXUNSIGNED'Roberto Ierusalimschy3-10/+6
2014-04-12detail (avoid "casting down" in case lua_Integer is smaller than int)Roberto Ierusalimschy1-2/+2
2014-04-11errors like 1e100 << "2" were giving wrong messagesRoberto Ierusalimschy1-3/+5
2014-04-11correct definition for 'MAX_SIZE' (using singed integers as the limit,Roberto Ierusalimschy1-8/+9
2014-04-11new type 'LUAI_UACINT' (result of an 'usual argument conversion' ofRoberto Ierusalimschy2-3/+7
2014-04-11'MIN/MAX_INTEGER' replaced by 'LUA_MIN/MAXINTEGER'Roberto Ierusalimschy2-9/+6
2014-04-11details in commentsRoberto Ierusalimschy1-5/+6
2014-04-10maximum size for dump of integers is size of lua_Integer (whichRoberto Ierusalimschy1-36/+17
2014-04-10pack/unpack functions renamed dump/undumpRoberto Ierusalimschy1-14/+14
2014-04-10math.random: use 'random' when available + changes to work correctlyRoberto Ierusalimschy1-8/+19
2014-04-09more precision for PI + no more RADIANS_PER_DEGREE +Roberto Ierusalimschy1-7/+6
2014-04-09new definition for 'luai_nummod' (using 'fmod')Roberto Ierusalimschy3-6/+13
2014-04-08using 'volatile' in 'tofloat' to ensure result has the same precisionRoberto Ierusalimschy1-4/+7
2014-04-04'GCmemtrav' does not need to track the entire collection, only eachRoberto Ierusalimschy1-8/+8
2014-04-04'int' -> 'lua_Integer' in several functionsRoberto Ierusalimschy1-11/+11
2014-04-03new constants 'math.maxint'/'math.minint'Roberto Ierusalimschy1-1/+5
2014-04-03new macros LUA_MAXINTEGER/LUA_MININTEGERRoberto Ierusalimschy1-1/+6