summaryrefslogtreecommitdiff
path: root/lualib.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-11-28next release won't be betaRoberto Ierusalimschy1-2/+2
2014-11-27removed unneeded barrier ('from' must be white)Roberto Ierusalimschy1-2/+2
2014-11-25details (comments)Roberto Ierusalimschy1-6/+5
2014-11-25clearer notation for "compare" instructionRoberto Ierusalimschy1-3/+6
2014-11-24bug ('#3' causes seg. fault in 5.3-beta) + comments + 'codearith' ->Roberto Ierusalimschy1-13/+24
2014-11-24new test for macro 'luai_numinvalidop'Roberto Ierusalimschy1-1/+5
2014-11-21detail (buffer in 'LoadF' is related to files)Roberto Ierusalimschy1-2/+2
2014-11-21avoid memory errors while a file is locked (when reading a line)Roberto Ierusalimschy1-7/+16
2014-11-21'x//y' extended to floatsRoberto Ierusalimschy3-11/+10
2014-11-21'x//y' extended to floats + more comments about module and floorRoberto Ierusalimschy2-24/+43
2014-11-19simpler definition for 'luaV_tonumber_'Roberto Ierusalimschy1-11/+8
2014-11-19detail (LUAL_BUFFERSIZE has a larger variation among differentRoberto Ierusalimschy1-2/+2
2014-11-14allows calling luaL_checkstack with no message (in runC)Roberto Ierusalimschy1-2/+5
2014-11-14small bug (error of "chunk has too many lines" might use 't.token'Roberto Ierusalimschy1-2/+3
2014-11-12uses return value from luaL_getmetatableRoberto Ierusalimschy1-3/+2
2014-11-12uses return value from lua_getfieldRoberto Ierusalimschy1-3/+3
2014-11-12details (matching parameter names with manual)Roberto Ierusalimschy1-10/+11
2014-11-12details (match parameter names with lua.h and manual)Roberto Ierusalimschy1-12/+12
2014-11-11detail (use new returned value from 'lua_getglobal' )Roberto Ierusalimschy1-3/+2
2014-11-11detail (to avoid a "to avoid warnings" return)Roberto Ierusalimschy1-10/+8
2014-11-11independent code for 'printstack' + test for panic function canRoberto Ierusalimschy1-17/+21
2014-11-11no need to ensure any stack space for panic function + some changesRoberto Ierusalimschy1-16/+12
2014-11-11detailsRoberto Ierusalimschy1-3/+3
2014-11-10detailsRoberto Ierusalimschy1-7/+11
2014-11-10bug: memory error in panic mode does not push error message onRoberto Ierusalimschy1-2/+14
2014-11-10new function 'T.checkpanic' (to check panic errors)Roberto Ierusalimschy1-1/+52
2014-11-10detail (comment)Roberto Ierusalimschy1-2/+2
2014-11-10luaL_loadbuffer replaced by luaL_loadstring (to test luaL_loadstring)Roberto Ierusalimschy1-4/+11
2014-11-10added missing cases for debug info about tag methods +Roberto Ierusalimschy1-17/+20
2014-11-10better error message for bitwise operators (they are not arithmetic...)Roberto Ierusalimschy2-5/+8
2014-11-10using address instead of string for key for table 'CLIBS' in theRoberto Ierusalimschy1-6/+10
2014-11-10using address key (light userdata) for hook table, instead ofRoberto Ierusalimschy1-12/+12
2014-11-10removed unneeded test (result of b_str2int is already checkedRoberto Ierusalimschy1-3/+1
2014-11-08details (error messages)Roberto Ierusalimschy1-4/+3
2014-11-08detail (line break)Roberto Ierusalimschy1-3/+2
2014-11-07when checking thread consistency, check its entire stack (alwaysRoberto Ierusalimschy1-4/+4
2014-11-07cleaner test for overflow for range of 'math.random'Roberto Ierusalimschy1-3/+3
2014-11-05detailRoberto Ierusalimschy1-2/+2
2014-11-05more direct way to fill sign-extension extra bytes when packingRoberto Ierusalimschy1-13/+29
2014-11-05removed repeated flags (-Wall/-Wdisabled-optimization) + removed flagRoberto Ierusalimschy1-73/+77
2014-11-04no need to cast '*s' to unsigned char when we know it is a digit +Roberto Ierusalimschy1-4/+4
2014-11-04added macro for configuring padding value in 'string.pack'Roberto Ierusalimschy1-6/+12
2014-11-03macro to change method of conversion from float to integer (make itRoberto Ierusalimschy1-6/+15