summaryrefslogtreecommitdiff
path: root/ltests.c (unfollow)
Commit message (Expand)AuthorFilesLines
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