| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | removed unneeded test (result of b_str2int is already checked | Roberto Ierusalimschy | 2014-11-10 | 1 | -3/+1 |
* | details (error messages) | Roberto Ierusalimschy | 2014-11-08 | 1 | -4/+3 |
* | detail (line break) | Roberto Ierusalimschy | 2014-11-08 | 1 | -3/+2 |
* | when checking thread consistency, check its entire stack (always | Roberto Ierusalimschy | 2014-11-07 | 1 | -4/+4 |
* | cleaner test for overflow for range of 'math.random' | Roberto Ierusalimschy | 2014-11-07 | 1 | -3/+3 |
* | detail | Roberto Ierusalimschy | 2014-11-05 | 1 | -2/+2 |
* | more direct way to fill sign-extension extra bytes when packing | Roberto Ierusalimschy | 2014-11-05 | 1 | -13/+29 |
* | removed repeated flags (-Wall/-Wdisabled-optimization) + removed flag | Roberto Ierusalimschy | 2014-11-05 | 1 | -73/+77 |
* | no need to cast '*s' to unsigned char when we know it is a digit + | Roberto Ierusalimschy | 2014-11-04 | 1 | -4/+4 |
* | added macro for configuring padding value in 'string.pack' | Roberto Ierusalimschy | 2014-11-04 | 1 | -6/+12 |
* | macro to change method of conversion from float to integer (make it | Roberto Ierusalimschy | 2014-11-03 | 1 | -6/+15 |
* | Definitions for Lua code that must come before any other header file | Roberto Ierusalimschy | 2014-11-03 | 1 | -0/+39 |
* | keep "#include <windows.h>" in this file, but without the | Roberto Ierusalimschy | 2014-11-03 | 1 | -1/+3 |
* | Windows uses "LONGLONG" option, even not having long long (it has __int64) | Roberto Ierusalimschy | 2014-11-02 | 1 | -12/+17 |
* | comments (references to "ANSI C" changed to "ISO C", which is the | Roberto Ierusalimschy | 2014-11-02 | 8 | -20/+19 |
* | added include for 'lprefix.h', for stuff that must be added before | Roberto Ierusalimschy | 2014-11-02 | 35 | -145/+198 |
* | 'lua_load' sets _ENV for any chunk with upvalues (not just those | Roberto Ierusalimschy | 2014-10-31 | 1 | -2/+2 |
* | LUA_WIN -> LUA_USE_WINDOWS | Roberto Ierusalimschy | 2014-10-31 | 2 | -5/+5 |
* | new option '=' (native endian) for pack/unpack | Roberto Ierusalimschy | 2014-10-31 | 1 | -1/+2 |
* | comments (a few extra quotes around identifiers) | Roberto Ierusalimschy | 2014-10-30 | 6 | -17/+17 |
* | default changed from C89 to C99 + extra tests before using C99 | Roberto Ierusalimschy | 2014-10-30 | 1 | -82/+92 |
* | Better organization of definitions in categories + removed | Roberto Ierusalimschy | 2014-10-29 | 1 | -170/+165 |
* | configurations for types 'lu_mem'/'l_mem'/'Instruction' moved to here | Roberto Ierusalimschy | 2014-10-29 | 1 | -14/+26 |
* | definitions for 'luai_writestring'/'luai_writeline'/'luai_writestringerror' | Roberto Ierusalimschy | 2014-10-29 | 5 | -21/+46 |
* | definition for 'LUA_ENV' moved from 'luaconf.h' to here (no need to | Roberto Ierusalimschy | 2014-10-29 | 1 | -1/+5 |
* | added comment and assert about an (impossible) division by zero | Roberto Ierusalimschy | 2014-10-29 | 1 | -3/+6 |
* | small simplifications in code for 'lua_strx2number' | Roberto Ierusalimschy | 2014-10-28 | 1 | -15/+13 |
* | detail | Roberto Ierusalimschy | 2014-10-28 | 1 | -2/+2 |
* | removed useless 'include math.h' | Roberto Ierusalimschy | 2014-10-28 | 1 | -2/+1 |
* | comment | Roberto Ierusalimschy | 2014-10-28 | 1 | -2/+2 |
* | small reorganization of tests around LUA_USE_C99 | Roberto Ierusalimschy | 2014-10-27 | 2 | -41/+26 |
* | comments + Windows numeric types not used if LUA_ANSI is defined | Roberto Ierusalimschy | 2014-10-27 | 1 | -6/+7 |
* | comments | Roberto Ierusalimschy | 2014-10-27 | 1 | -5/+5 |
* | 'T.limits' reports some more useful limits | Roberto Ierusalimschy | 2014-10-27 | 1 | -2/+5 |
* | better (and safer?) way to test native size of type 'int' | Roberto Ierusalimschy | 2014-10-27 | 1 | -11/+9 |
* | 'MAXSTACK' -> 'MAXREGS' and moved to 'lcode.c' (there is no reason | Roberto Ierusalimschy | 2014-10-27 | 2 | -7/+7 |
* | pack/unpack do not handle final '\0' as an "option" (it streches | Roberto Ierusalimschy | 2014-10-27 | 1 | -19/+11 |
* | detail | Roberto Ierusalimschy | 2014-10-26 | 1 | -2/+2 |
* | `name' in comments changed to 'name' | Roberto Ierusalimschy | 2014-10-25 | 31 | -180/+180 |
* | avoid redeclaration of _CRT_SECURE_NO_WARNINGS + 'lua_numtointeger' -> | Roberto Ierusalimschy | 2014-10-24 | 1 | -3/+5 |
* | added some casts to avoid warnings in some compilers | Roberto Ierusalimschy | 2014-10-24 | 2 | -6/+6 |
* | 'lua_numtointeger' -> 'lua_numbertointeger' | Roberto Ierusalimschy | 2014-10-24 | 3 | -6/+6 |
* | detail (using 'sizeof' instead of 'strlen' for length of a constantv5.3-beta | Roberto Ierusalimschy | 2014-10-22 | 1 | -2/+3 |
* | added 'l_' prefix for names that can be redefined externally | Roberto Ierusalimschy | 2014-10-22 | 3 | -13/+13 |
* | use 'opf' (float) variants only when explicitly allowed (LUA_USE_C99) | Roberto Ierusalimschy | 2014-10-21 | 1 | -9/+4 |
* | comments | Roberto Ierusalimschy | 2014-10-20 | 1 | -5/+6 |
* | error in comment | Roberto Ierusalimschy | 2014-10-20 | 1 | -2/+2 |
* | message handler always adds a traceback to messages (even if they | Roberto Ierusalimschy | 2014-10-20 | 1 | -14/+14 |
* | in 'pack'/'unpack', endianness and alignment treated like options + | Roberto Ierusalimschy | 2014-10-20 | 1 | -55/+52 |
* | does not use 'long long' when LUA_ANSI is set | Roberto Ierusalimschy | 2014-10-20 | 1 | -2/+2 |