aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 'luaO_arith' -> 'luaO_numarith'Roberto Ierusalimschy2013-04-293-6/+6
* new function 'luaT_trybinTM'Roberto Ierusalimschy2013-04-292-2/+16
* favoring 'tonumber' over 'nvalue'Roberto Ierusalimschy2013-04-262-34/+30
* dumping and undumping integersRoberto Ierusalimschy2013-04-262-9/+27
* bug: garbage collector can trigger too many times in recursive loops,Roberto Ierusalimschy2013-04-261-3/+10
* detailRoberto Ierusalimschy2013-04-261-3/+3
* new interface for 'tonumber'Roberto Ierusalimschy2013-04-264-39/+34
* "integer" keys in tables are now lua_Integer, not 'int'.Roberto Ierusalimschy2013-04-264-24/+29
* new operation '//' (integer division)Roberto Ierusalimschy2013-04-2614-27/+56
* new cast macros for lua_Integer and lua_UnsignedRoberto Ierusalimschy2013-04-251-1/+3
* 'for' loop uses integers when possibleRoberto Ierusalimschy2013-04-251-16/+33
* default increment for 'for' loop is an integer (1, not 1.0)Roberto Ierusalimschy2013-04-253-7/+7
* integer handling for order comparisons, power, and modulo operationsRoberto Ierusalimschy2013-04-252-6/+83
* functions 'get_equalTM' and 'call_orderTM' moved to other filesRoberto Ierusalimschy2013-04-253-31/+36
* functions 'traceexec', 'callTM', and 'call_binTM' moved to otherRoberto Ierusalimschy2013-04-255-75/+83
* new format "%I" in 'lua_pushfstring' for lua_IntegerRoberto Ierusalimschy2013-04-252-3/+20
* new API function 'lua_isinteger'Roberto Ierusalimschy2013-04-252-2/+9
* more definitions to support integer formattingRoberto Ierusalimschy2013-04-252-66/+36
* detailRoberto Ierusalimschy2013-04-241-2/+2
* BUG: stack overflow in vararg functions with many fixedRoberto Ierusalimschy2013-04-191-4/+11
* first implementation of literal integers (no constant folding yet)Roberto Ierusalimschy2013-04-167-37/+98
* a few more operations supporting integers (minus, umin, mult)Roberto Ierusalimschy2013-04-161-13/+47
* extra trim applied to 'replace' argument (in case lua_Unsigned isRoberto Ierusalimschy2013-04-161-6/+8
* first steps in the support of integers: basic representation + table indexing...Roberto Ierusalimschy2013-04-154-158/+87
* (no commit message)Roberto Ierusalimschy2013-04-152-9/+12
* dependencies updated (with 'gcc -MM')Roberto Ierusalimschy2013-04-151-2/+2
* 'ttypenv' -> 'ttnov'Roberto Ierusalimschy2013-04-126-21/+21
* _FILE_OFFSET_BITS usually also needs _LARGEFILE_SOURCE + easier toRoberto Ierusalimschy2013-04-111-11/+12
* logic for checking mode for 'fopen' moved to macro 'lua_checkmode'v5.2.2Roberto Ierusalimschy2013-03-211-10/+11
* detail (avoid unnecessary "unconst" in cast)Roberto Ierusalimschy2013-03-211-2/+2
* detail (error message)Roberto Ierusalimschy2013-03-201-3/+2
* detail (avoiding warnings)Roberto Ierusalimschy2013-03-191-3/+5
* macro 'lua_checkmode' + typos in commentsRoberto Ierusalimschy2013-03-161-2/+10
* typos in commentsRoberto Ierusalimschy2013-03-166-13/+13
* cast to avoid warningsRoberto Ierusalimschy2013-03-151-2/+2
* added two more commented warning options (just to know about them)Roberto Ierusalimschy2013-03-151-0/+2
* export 'lua_ident' to avoid it being removed by C++ linkerRoberto Ierusalimschy2013-03-151-1/+6
* second parameter to 'ldexp' is an integerRoberto Ierusalimschy2013-03-071-2/+2
* no need to handle 0 as a special case in 'table.remove'Roberto Ierusalimschy2013-03-071-3/+1
* added 'return' (when possible) to calls to error functionsRoberto Ierusalimschy2013-02-213-6/+7
* 'l_tg' was renamed to 'l_mathop' and this use was not corrected atRoberto Ierusalimschy2013-02-202-4/+4
* typo in commentRoberto Ierusalimschy2013-02-201-2/+2
* new release number + copyright yearRoberto Ierusalimschy2013-02-191-4/+4
* details (5.2 corrected to 5.2.0)Roberto Ierusalimschy2013-02-071-4/+4
* better error checking for 'table.insert' and 'table.remove'Roberto Ierusalimschy2013-02-061-10/+12
* commentsRoberto Ierusalimschy2013-02-061-3/+6
* small improvement in the support of 'float' as lua_NumberRoberto Ierusalimschy2013-01-294-46/+48
* detailRoberto Ierusalimschy2013-01-082-5/+4
* added some commentsRoberto Ierusalimschy2012-12-051-4/+4
* added commentRoberto Ierusalimschy2012-12-051-2/+3