summaryrefslogtreecommitdiff
path: root/lobject.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-11-25randomness in 'table.sort' used only when needed (big imbalance inRoberto Ierusalimschy1-38/+73
2015-11-24handling 'clock_t' and 'time_t' correctly in ISO C point of viewRoberto Ierusalimschy1-5/+14
2015-11-23easy the way to accept other modifiers for 'mode' in 'io.open'Roberto Ierusalimschy1-7/+13
2015-11-23tiny code refactoring in 'luaS_hash'Roberto Ierusalimschy1-4/+3
2015-11-23ensure argument to 'string.format("%s")' does not contain zerosRoberto Ierusalimschy1-1/+2
2015-11-23details (comments)Roberto Ierusalimschy5-11/+11
2015-11-23using unsigned int (instead of int) in 'table.sort' to avoid overflowsRoberto Ierusalimschy1-17/+23
2015-11-23details (merging declarations with initialization)Roberto Ierusalimschy1-7/+5
2015-11-20randomness in pivot for 'table.sort' done by a macro (easier to change)Roberto Ierusalimschy1-11/+17
2015-11-19details (typos in comments)Roberto Ierusalimschy10-22/+22
2015-11-17detailRoberto Ierusalimschy1-2/+2
2015-11-13detailsRoberto Ierusalimschy1-18/+18
2015-11-13added separator for bugs in 5.3.1Roberto Ierusalimschy1-0/+4
2015-11-13new release number (5.3.2)Roberto Ierusalimschy1-2/+2
2015-11-13trying to optimize a little 'luaD_poscall'Roberto Ierusalimschy3-25/+56
2015-11-13removed field 'n' from 'CallInfo' (not being used right now)Roberto Ierusalimschy2-16/+12
2015-11-12macro with empty argument can be seen as macro with no argument; betterRoberto Ierusalimschy1-3/+3
2015-11-12in 'table.sort': tighter checks for invalid order function +Roberto Ierusalimschy1-5/+22
2015-11-11avoid the use of deprecated functions 'luaL_checkunsigned'/Roberto Ierusalimschy1-21/+25
2015-11-06janitor work on 'table.sort': added comments, partition code movedRoberto Ierusalimschy1-54/+76
2015-11-03no need for a special case to get long strings (not that common)Roberto Ierusalimschy1-22/+16
2015-11-03allow 'set' macros to be used when 'L' is not available (as it wasRoberto Ierusalimschy1-2/+2
2015-11-03added comment and assert about dead keysRoberto Ierusalimschy2-5/+11
2015-11-03bug: despite its name, 'luaH_getstr' did not work for strings inRoberto Ierusalimschy3-20/+44
2015-11-03new function 'luaS_hashlongstr'Roberto Ierusalimschy2-2/+13
2015-11-02in 'luaD_call', use two functions instead of one with fixed booleanRoberto Ierusalimschy1-10/+29
2015-11-02in 'luaD_call', use two functions instead of one with fixed booleanRoberto Ierusalimschy6-21/+26
2015-11-02now that we have a counter for CallInfos, use it for a moreRoberto Ierusalimschy1-2/+3
2015-11-02macro 'incr_top' replaced by function 'luaD_inctop'. (It is not usedRoberto Ierusalimschy5-11/+24
2015-11-02added counters for total and individual CallInfo entries (to allowRoberto Ierusalimschy2-9/+19
2015-11-02in 'luaD_precall', in vararg functions, complete missing parametersRoberto Ierusalimschy2-25/+21
2015-11-02'luaO_pushvfstring' now uses 'incr_top' to increment top.Roberto Ierusalimschy1-10/+10
2015-11-02using more "conventional" loops in 'luaD_poscall' (probably a littleRoberto Ierusalimschy1-7/+13
2015-11-02flag CIST_REENTRY changed to CIST_FRESH (its negation); fresh invocationsRoberto Ierusalimschy2-6/+6
2015-10-29with 'fast tracks', there is no need to do raw accesses in 'ipairs'Roberto Ierusalimschy1-19/+6
2015-10-29corrected comparisons of signed (int) with unsigned (size_t)Roberto Ierusalimschy1-3/+3
2015-10-28macro 'buff2num' replaced by its body (it caused more harm than goodRoberto Ierusalimschy1-5/+3
2015-10-28option 'c' in 'string.pack' accepts any string size (truncatingRoberto Ierusalimschy1-3/+8
2015-10-28function prepares vararg only if it really uses them (chunksRoberto Ierusalimschy3-7/+8
2015-10-28OP_SELF can use 'luaV_fastget' specialized for strings, as itRoberto Ierusalimschy1-3/+8
2015-10-28comments for luaD_precall/luaD_poscallRoberto Ierusalimschy1-2/+12
2015-10-28details (avoid 'case' inside block + avoid using one variable forRoberto Ierusalimschy1-5/+5
2015-10-26use macro 'hasjumps' to test whether expression has jumps...Roberto Ierusalimschy1-2/+2
2015-10-22hook test in 'luaV_execute' reduced to minimum (rest done inRoberto Ierusalimschy1-8/+8
2015-10-22hook test in 'luaV_execute' reduced to minimum (rest done inRoberto Ierusalimschy1-2/+4
2015-10-21small changes to allow 'precall' to spend time preserving 'func'Roberto Ierusalimschy3-28/+42
2015-10-21generic definitions for float types moved to before variable definitionsRoberto Ierusalimschy1-20/+26
2015-10-21'condchangemem' also may need to run 'pre'/'pos'Roberto Ierusalimschy1-2/+3
2015-10-20added commentsRoberto Ierusalimschy1-1/+8
2015-10-20cleaner definition for 'luaC_condGC', using 'pre'/'pos' parametersRoberto Ierusalimschy2-9/+9