summaryrefslogtreecommitdiff
path: root/lua.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2015-04-02new function 'log2' to test 'luaO_ceillog2' (if needed)Roberto Ierusalimschy1-1/+9
2015-04-02detail (comment)Roberto Ierusalimschy1-2/+2
2015-03-31'LUA_REAL_*' -> 'LUA_FLOAT_*' (everywhere else we are using 'float')Roberto Ierusalimschy1-16/+21
2015-03-30janitor work (comments, variable names, some other details)Roberto Ierusalimschy1-25/+31
2015-03-30calls to 'luaC_checkGC' in luaD_precall moved near to 'luaD_checkstack'Roberto Ierusalimschy1-4/+4
2015-03-30detail ('b + base' -> 'base + b' to follow all other similar uses)Roberto Ierusalimschy1-2/+2
2015-03-30avoid expression with side effect (in debug mode) inside 'sizeof'Roberto Ierusalimschy1-2/+3
2015-03-30details (avoid 'lint' warnings)Roberto Ierusalimschy3-12/+12
2015-03-28details (avoid some 'lint' warnings)Roberto Ierusalimschy1-5/+6
2015-03-28details (avoid 'lint' warnings)Roberto Ierusalimschy7-35/+37
2015-03-25'clearapihash' -> 'luaS_clearcache' and moved to 'lstring.c' (whichRoberto Ierusalimschy3-17/+18
2015-03-14commentsRoberto Ierusalimschy1-5/+5
2015-03-13code detail ('if' -> '?:')Roberto Ierusalimschy1-6/+6
2015-03-12use 'log2' when availableRoberto Ierusalimschy1-1/+4
2015-03-11'ci_func' don't need to be exportedRoberto Ierusalimschy3-7/+8
2015-03-10'lua_pushliteral' implemented with 'lua_pushstring' (to takeRoberto Ierusalimschy1-3/+2
2015-03-10detailRoberto Ierusalimschy1-3/+3