Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | detail (to avoid warnings) | Roberto Ierusalimschy | 2014-12-26 | 1 | -3/+3 | |
| | ||||||
* | removed macro 'luai_numinvalidop' (main motivation removed, as folding | Roberto Ierusalimschy | 2014-12-26 | 2 | -15/+2 | |
| | | | | does not handle any division by zero by default) | |||||
* | removed useless initializations | Roberto Ierusalimschy | 2014-12-26 | 2 | -4/+4 | |
| | ||||||
* | comments were wrong (not updated about several changes) | Roberto Ierusalimschy | 2014-12-20 | 1 | -6/+6 | |
| | ||||||
* | details in 'luaM_reallocvchar' | Roberto Ierusalimschy | 2014-12-19 | 2 | -5/+6 | |
| | ||||||
* | new macro 'luaM_reallocvchar' to allocate arrays of chars (avoids | Roberto Ierusalimschy | 2014-12-19 | 2 | -3/+9 | |
| | | | | uneeded tests and respective warnings) | |||||
* | new macro 'nvalue' (to convert an object to a float when we know | Roberto Ierusalimschy | 2014-12-19 | 3 | -10/+7 | |
| | | | | object is a number) | |||||
* | detail (in test for 'luai_numinvalidop', use a round float) | Roberto Ierusalimschy | 2014-12-19 | 1 | -2/+2 | |
| | ||||||
* | comment | Roberto Ierusalimschy | 2014-12-19 | 1 | -2/+2 | |
| | ||||||
* | old Visual Studio versions did not support 'noreturn' attribute | Roberto Ierusalimschy | 2014-12-19 | 1 | -2/+2 | |
| | ||||||
* | stupid bug in T.stacklevel (not in use by the tests) | Roberto Ierusalimschy | 2014-12-18 | 1 | -2/+2 | |
| | ||||||
* | Windows uses 'long long' (instead of '__int64') when present; again, | Roberto Ierusalimschy | 2014-12-16 | 1 | -15/+15 | |
| | | | | uses macro LLONG_MAX as a proxy for the support for 'long long'. | |||||
* | added macro LUA_USE_I64 for separate control of use of Windows-specific | Roberto Ierusalimschy | 2014-12-16 | 1 | -2/+3 | |
| | | | | types | |||||
* | traverse loaded modules (instead of globals) for a name for a function + | Roberto Ierusalimschy | 2014-12-14 | 1 | -5/+13 | |
| | | | | removes prefix '_G.' from names (if present) | |||||
* | comments | Roberto Ierusalimschy | 2014-12-13 | 1 | -11/+11 | |
| | ||||||
* | in traceback names, give preference to 'name' over '_G.name' | Roberto Ierusalimschy | 2014-12-13 | 1 | -3/+4 | |
| | ||||||
* | reinsertion-control macro renamed: lconfig_h -> luaconf_h | Roberto Ierusalimschy | 2014-12-12 | 1 | -3/+3 | |
| | ||||||
* | correct computation for limit in 'getnum' | Roberto Ierusalimschy | 2014-12-11 | 1 | -3/+3 | |
| | ||||||
* | better limits for 'sting.rep' and 'string.packsize' | Roberto Ierusalimschy | 2014-12-11 | 1 | -12/+17 | |
| | ||||||
* | new specifiers in 'strftime' are defined in C99 (not Posix) | Roberto Ierusalimschy | 2014-12-10 | 1 | -3/+3 | |
| | ||||||
* | 'ipairs' needs an argument | Roberto Ierusalimschy | 2014-12-10 | 1 | -1/+2 | |
| | ||||||
* | macro 'LUA_C89_NUMBERS' makes a little easier to use C89 numerical types | Roberto Ierusalimschy | 2014-12-10 | 1 | -37/+25 | |
| | ||||||
* | new function 'string.packsize' | Roberto Ierusalimschy | 2014-12-10 | 1 | -1/+24 | |
| | ||||||
* | give preference to global names in tracebacks | Roberto Ierusalimschy | 2014-12-10 | 1 | -12/+10 | |
| | ||||||
* | new parameter for testC instruction 'pcall' (error handler) | Roberto Ierusalimschy | 2014-12-10 | 1 | -4/+4 | |
| | ||||||
* | error handler does not need to be a function (can be a callable | Roberto Ierusalimschy | 2014-12-10 | 1 | -2/+1 | |
| | | | | object) | |||||
* | redefinition of LUAI_MAXSTACK to make stack-overflow tests run faster | Roberto Ierusalimschy | 2014-12-09 | 1 | -1/+6 | |
| | ||||||
* | no more 'preloadedlibs' when opening libraries (as it is dead code now) | Roberto Ierusalimschy | 2014-12-09 | 2 | -26/+12 | |
| | ||||||
* | handle case where function was called as a hook | Roberto Ierusalimschy | 2014-12-08 | 1 | -4/+7 | |
| | ||||||
* | In 'debug.gethook', does not query hook table (which may not exist) if | Roberto Ierusalimschy | 2014-12-08 | 1 | -6/+8 | |
| | | | | there is no hook set | |||||
* | 'assert' checks that it has (at least) one parameter + 'assert' ensures | Roberto Ierusalimschy | 2014-12-08 | 1 | -4/+5 | |
| | | | | it passes only one value to 'error' | |||||
* | use 'namewhat' when building a traceback | Roberto Ierusalimschy | 2014-12-08 | 1 | -2/+2 | |
| | ||||||
* | avoid octal numerals | Roberto Ierusalimschy | 2014-12-08 | 1 | -2/+2 | |
| | ||||||
* | in test mode, debug library is not predefined (to allow testing | Roberto Ierusalimschy | 2014-12-06 | 2 | -3/+11 | |
| | | | | 'preloadedlibs') | |||||
* | no more default size for option 'c' in pack/unpack | Roberto Ierusalimschy | 2014-12-04 | 1 | -2/+6 | |
| | ||||||
* | some functions from test module must be exported | Roberto Ierusalimschy | 2014-11-29 | 1 | -4/+5 | |
| | ||||||
* | casts ('(int)' -> 'cast_int') | Roberto Ierusalimschy | 2014-11-29 | 1 | -9/+9 | |
| | ||||||
* | bug: lua_tounsignedx must cast to lua_Unsigned (of course...) | Roberto Ierusalimschy | 2014-11-29 | 1 | -2/+2 | |
| | ||||||
* | next release won't be beta | Roberto Ierusalimschy | 2014-11-28 | 1 | -2/+2 | |
| | ||||||
* | removed unneeded barrier ('from' must be white) | Roberto Ierusalimschy | 2014-11-27 | 1 | -2/+2 | |
| | ||||||
* | details (comments) | Roberto Ierusalimschy | 2014-11-25 | 1 | -6/+5 | |
| | ||||||
* | clearer notation for "compare" instruction | Roberto Ierusalimschy | 2014-11-25 | 1 | -3/+6 | |
| | ||||||
* | bug ('#3' causes seg. fault in 5.3-beta) + comments + 'codearith' -> | Roberto Ierusalimschy | 2014-11-24 | 1 | -13/+24 | |
| | | | | | 'codeexpval' (confusion about what operations function accept was one of the reasons for the bug) | |||||
* | new test for macro 'luai_numinvalidop' | Roberto Ierusalimschy | 2014-11-24 | 1 | -1/+5 | |
| | ||||||
* | detail (buffer in 'LoadF' is related to files) | Roberto Ierusalimschy | 2014-11-21 | 1 | -2/+2 | |
| | ||||||
* | avoid memory errors while a file is locked (when reading a line) | Roberto Ierusalimschy | 2014-11-21 | 1 | -7/+16 | |
| | ||||||
* | 'x//y' extended to floats | Roberto Ierusalimschy | 2014-11-21 | 3 | -11/+10 | |
| | ||||||
* | 'x//y' extended to floats + more comments about module and floor | Roberto Ierusalimschy | 2014-11-21 | 2 | -24/+43 | |
| | | | | division operations | |||||
* | simpler definition for 'luaV_tonumber_' | Roberto Ierusalimschy | 2014-11-19 | 1 | -11/+8 | |
| | ||||||
* | detail (LUAL_BUFFERSIZE has a larger variation among different | Roberto Ierusalimschy | 2014-11-19 | 1 | -2/+2 | |
| | | | | platforms) |