aboutsummaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2013-04-26detailRoberto Ierusalimschy1-3/+3
2013-04-26new interface for 'tonumber'Roberto Ierusalimschy4-39/+34
2013-04-26"integer" keys in tables are now lua_Integer, not 'int'.Roberto Ierusalimschy4-24/+29
2013-04-26new operation '//' (integer division)Roberto Ierusalimschy14-27/+56
2013-04-25new cast macros for lua_Integer and lua_UnsignedRoberto Ierusalimschy1-1/+3
2013-04-25'for' loop uses integers when possibleRoberto Ierusalimschy1-16/+33
2013-04-25default increment for 'for' loop is an integer (1, not 1.0)Roberto Ierusalimschy3-7/+7
2013-04-25integer handling for order comparisons, power, and modulo operationsRoberto Ierusalimschy2-6/+83
2013-04-25functions 'get_equalTM' and 'call_orderTM' moved to other filesRoberto Ierusalimschy3-31/+36
2013-04-25functions 'traceexec', 'callTM', and 'call_binTM' moved to otherRoberto Ierusalimschy5-75/+83
2013-04-25new format "%I" in 'lua_pushfstring' for lua_IntegerRoberto Ierusalimschy2-3/+20
2013-04-25new API function 'lua_isinteger'Roberto Ierusalimschy2-2/+9
2013-04-25more definitions to support integer formattingRoberto Ierusalimschy2-66/+36
2013-04-24detailRoberto Ierusalimschy1-2/+2
2013-04-19BUG: stack overflow in vararg functions with many fixedRoberto Ierusalimschy1-4/+11
2013-04-16first implementation of literal integers (no constant folding yet)Roberto Ierusalimschy7-37/+98
2013-04-16a few more operations supporting integers (minus, umin, mult)Roberto Ierusalimschy1-13/+47
2013-04-16extra trim applied to 'replace' argument (in case lua_Unsigned isRoberto Ierusalimschy1-6/+8
2013-04-15first steps in the support of integers: basic representation + table indexing...Roberto Ierusalimschy4-158/+87
2013-04-15(no commit message)Roberto Ierusalimschy2-9/+12
2013-04-15dependencies updated (with 'gcc -MM')Roberto Ierusalimschy1-2/+2
2013-04-12'ttypenv' -> 'ttnov'Roberto Ierusalimschy6-21/+21
2013-04-11_FILE_OFFSET_BITS usually also needs _LARGEFILE_SOURCE + easier toRoberto Ierusalimschy1-11/+12
2013-03-21logic for checking mode for 'fopen' moved to macro 'lua_checkmode'v5.2.2Roberto Ierusalimschy1-10/+11
2013-03-21detail (avoid unnecessary "unconst" in cast)Roberto Ierusalimschy1-2/+2
2013-03-20detail (error message)Roberto Ierusalimschy1-3/+2
2013-03-19detail (avoiding warnings)Roberto Ierusalimschy1-3/+5
2013-03-16macro 'lua_checkmode' + typos in commentsRoberto Ierusalimschy1-2/+10
2013-03-16typos in commentsRoberto Ierusalimschy6-13/+13
2013-03-15cast to avoid warningsRoberto Ierusalimschy1-2/+2
2013-03-15added two more commented warning options (just to know about them)Roberto Ierusalimschy1-0/+2
2013-03-15export 'lua_ident' to avoid it being removed by C++ linkerRoberto Ierusalimschy1-1/+6
2013-03-07second parameter to 'ldexp' is an integerRoberto Ierusalimschy1-2/+2
2013-03-07no need to handle 0 as a special case in 'table.remove'Roberto Ierusalimschy1-3/+1
2013-02-21added 'return' (when possible) to calls to error functionsRoberto Ierusalimschy3-6/+7
2013-02-20'l_tg' was renamed to 'l_mathop' and this use was not corrected atRoberto Ierusalimschy2-4/+4
2013-02-20typo in commentRoberto Ierusalimschy1-2/+2
2013-02-19new release number + copyright yearRoberto Ierusalimschy1-4/+4
2013-02-07details (5.2 corrected to 5.2.0)Roberto Ierusalimschy1-4/+4
2013-02-06better error checking for 'table.insert' and 'table.remove'Roberto Ierusalimschy1-10/+12
2013-02-06commentsRoberto Ierusalimschy1-3/+6
2013-01-29small improvement in the support of 'float' as lua_NumberRoberto Ierusalimschy4-46/+48
2013-01-08detailRoberto Ierusalimschy2-5/+4
2012-12-05added some commentsRoberto Ierusalimschy1-4/+4
2012-12-05added commentRoberto Ierusalimschy1-2/+3
2012-12-05missing brackets in 'if' body (no bug, only 'luaC_checkfinalizer' isRoberto Ierusalimschy1-2/+3
2012-12-03Bug: load/loadfile returns wrong result when given an environmentRoberto Ierusalimschy2-19/+74
2012-11-14avoids warning with 'clang' + comment explaining macroRoberto Ierusalimschy1-4/+11
2012-11-04removed unreacheable 'lua_unlock'Roberto Ierusalimschy1-2/+2
2012-10-19more precise control for GC pause (based on threshold)Roberto Ierusalimschy1-19/+27