aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2015-07-15'lua_Number' added to 'L_Umaxalign' unionRoberto Ierusalimschy1-2/+8
2015-07-15bug: 'io.lines' does not check maximum number of optionsRoberto Ierusalimschy1-1/+8
2015-07-13avoid overflows (detected with 'clang -ftrapv')Roberto Ierusalimschy2-7/+14
2015-07-07detail (comment)Roberto Ierusalimschy1-2/+2
2015-07-06'strftime' puts its result directly into 'lua_Buffer'Roberto Ierusalimschy1-5/+9
2015-07-04better treatment for integer overflows + all errors throw an errorRoberto Ierusalimschy1-23/+37
2015-07-04because of debt, 'totalbytes' can be negative (and therefore itsRoberto Ierusalimschy1-3/+3
2015-07-04avoid possibility of subtle arith. overflowRoberto Ierusalimschy1-2/+2
2015-07-04avoid subtle possibility of arithmetic overflowRoberto Ierusalimschy1-5/+5
2015-07-04computations in numerical for loop must avoid overflows tooRoberto Ierusalimschy1-3/+3
2015-07-01using 'clang' by default + changes in warnings ('old-style-declaration'Roberto Ierusalimschy1-4/+3
2015-07-01detailRoberto Ierusalimschy2-4/+4
2015-06-26simpler code for 'luaO_fb2int'Roberto Ierusalimschy1-4/+2
2015-06-26tiny bug: 'randomseed' was calling 'rand' (instead of 'l_rand')Roberto Ierusalimschy1-2/+2
2015-06-26with string cache, it is not that important for 'type' to avoidRoberto Ierusalimschy1-13/+5
2015-06-25detail (cast to avoid mixing types in conditional expression)Roberto Ierusalimschy1-2/+2
2015-06-24buffer size changed from size_t to int (it is always small) +Roberto Ierusalimschy1-7/+10
2015-06-24detailRoberto Ierusalimschy1-2/+2
2015-06-21detailRoberto Ierusalimschy1-2/+2
2015-06-18redefine 'l_sprintf' to test correctness of buffer sizes givenRoberto Ierusalimschy1-1/+10
2015-06-18using 'snprintf' in C99 (both for documentation of buffer sizesRoberto Ierusalimschy3-26/+39
2015-06-18using 'lua_longassert' to avoid warningsRoberto Ierusalimschy1-2/+2
2015-06-18better implementation for buffers (reallocated memory directlyRoberto Ierusalimschy1-8/+52
2015-06-18detail (i + 1 > exp is simply i >= exp)Roberto Ierusalimschy1-2/+2
2015-06-18details (use original type when saving variable's value)Roberto Ierusalimschy2-4/+4
2015-06-18missing ']]' in long stringRoberto Ierusalimschy1-0/+2
2015-06-09bug in order NaN x int (tests must ensure that NaN does not getv5.3.1Roberto Ierusalimschy1-11/+12
2015-06-09using macros ('rttype' and 'settt_') to access "private" field 'tt_'Roberto Ierusalimschy1-3/+3
2015-06-09comment (FALLTHROUGH position)Roberto Ierusalimschy1-3/+3
2015-06-09commentRoberto Ierusalimschy1-6/+6
2015-06-03new release number (5.3.1)Roberto Ierusalimschy1-2/+2
2015-06-02When comparing integers with floats, use float as common type whenRoberto Ierusalimschy1-52/+69
2015-06-01'strcache' elements as arrays of 1 element hints that cache canRoberto Ierusalimschy2-11/+11
2015-05-22bug: return hook may not see correct values for active local variablesRoberto Ierusalimschy1-0/+13
2015-05-22dependencies updatedRoberto Ierusalimschy1-17/+17
2015-05-22bug: interpreter cannot pop activation frame before calling returnRoberto Ierusalimschy3-14/+13
2015-05-22reuse of 'addinfo' by lexical errorsRoberto Ierusalimschy3-19/+21
2015-05-20'l <= r' for numbers has its own function, instead of usingRoberto Ierusalimschy1-14/+30
2015-05-20new configuration macro 'l_mathlim' (simplifies some dependenciesRoberto Ierusalimschy2-16/+17
2015-05-20new semantics for numerical order (following math regardlessRoberto Ierusalimschy1-28/+90
2015-05-20detail (removed useless '#include')Roberto Ierusalimschy1-2/+1
2015-04-29new semantics for equality int-floatRoberto Ierusalimschy1-5/+3
2015-04-29error message ("too complex" -> "too many registers") + MAXREGSRoberto Ierusalimschy1-4/+5
2015-04-13patch for last bug corrected to be against last released versionRoberto Ierusalimschy1-15/+15
2015-04-11some details in 'luaO_int2fb' + more consistent use of the localeRoberto Ierusalimschy1-10/+20
2015-04-10Bug: suspended '__le' metamethod can give wrong resultRoberto Ierusalimschy3-12/+90
2015-04-10re-organization of initial configuration optionsRoberto Ierusalimschy1-27/+40
2015-04-06avoid using API functions inside the coreRoberto Ierusalimschy1-12/+10
2015-04-03more consistent use of locale radix character across LuaRoberto Ierusalimschy4-20/+21
2015-04-02detail (removed unused macro VARBITS)Roberto Ierusalimschy1-3/+1