Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | | | | to change that constant...) | ||||
* | pack/unpack do not handle final '\0' as an "option" (it streches | Roberto Ierusalimschy | 2014-10-27 | 1 | -19/+11 |
| | | | | unnecessarily the switch range) | ||||
* | 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 |
| | | | | 'lua_numbertointeger' | ||||
* | 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 |
| | | | | string) | ||||
* | 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 |
| | | | | are not strings), unless they have a __tostring method. | ||||
* | in 'pack'/'unpack', endianness and alignment treated like options + | Roberto Ierusalimschy | 2014-10-20 | 1 | -55/+52 |
| | | | | small changes in names and handling of internal options ('KOption') | ||||
* | does not use 'long long' when LUA_ANSI is set | Roberto Ierusalimschy | 2014-10-20 | 1 | -2/+2 |
| | |||||
* | 'lua_stringtonum' -> 'lua_stringtonumber' | Roberto Ierusalimschy | 2014-10-17 | 4 | -10/+10 |
| | |||||
* | macros 'LUA_QL'/'LUA_QL' deprecated | Roberto Ierusalimschy | 2014-10-17 | 16 | -75/+67 |
| | |||||
* | 'debug.sizeof' removed | Roberto Ierusalimschy | 2014-10-17 | 1 | -29/+1 |
| | |||||
* | 'dumpint' and related functions replaced by 'string.pack'/'string.unpack' | Roberto Ierusalimschy | 2014-10-17 | 1 | -157/+340 |
| | |||||
* | added "_CRT_SECURE_NO_WARNINGS" for Windows (to avoid warnings about | Roberto Ierusalimschy | 2014-10-15 | 1 | -9/+6 |
| | | | | several standard C functions) + small changes in '#include's | ||||
* | 'charpatt' -> 'charpattern' | Roberto Ierusalimschy | 2014-10-15 | 1 | -3/+3 |
| | |||||
* | 'lua_strtonum' -> 'lua_stringtonum' | Roberto Ierusalimschy | 2014-10-15 | 4 | -9/+9 |
| | |||||
* | '$c' in 'lua_pushfstring' prints non-printable characters with | Roberto Ierusalimschy | 2014-10-10 | 2 | -6/+8 |
| | | | | their codes | ||||
* | better handling of systems that do not support 'long long' | Roberto Ierusalimschy | 2014-10-08 | 1 | -11/+28 |
| | |||||
* | avoid warnings in macro 'luaM_reallocv' + comments | Roberto Ierusalimschy | 2014-10-08 | 1 | -9/+15 |
| | |||||
* | added some casts for the cases when lua_Number != double | Roberto Ierusalimschy | 2014-10-08 | 2 | -8/+9 |
| | |||||
* | detail ('G(L)' -> 'g') | Roberto Ierusalimschy | 2014-10-08 | 1 | -6/+7 |
| | |||||
* | 'lua_Kcontext' -> 'lua_KContext' | Roberto Ierusalimschy | 2014-10-07 | 6 | -19/+19 |
| | |||||
* | comments | Roberto Ierusalimschy | 2014-10-06 | 1 | -2/+8 |
| | |||||
* | when thread yields, real "func" is in field 'extra', not in 'func' | Roberto Ierusalimschy | 2014-10-06 | 1 | -4/+8 |
| | |||||
* | alpha -> beta | Roberto Ierusalimschy | 2014-10-04 | 1 | -2/+2 |
| | |||||
* | added two casts to avoid warnings in VS | Roberto Ierusalimschy | 2014-10-04 | 1 | -3/+3 |
| | |||||
* | easier way to compile Lua 32 | Roberto Ierusalimschy | 2014-10-03 | 1 | -3/+12 |
| | |||||
* | details (comments) | Roberto Ierusalimschy | 2014-10-03 | 2 | -6/+6 |
| | |||||
* | detail | Roberto Ierusalimschy | 2014-10-01 | 1 | -2/+2 |
| | |||||
* | deprecated "cast macros" ('luaL_checkint', 'luaL_optint', etc.) | Roberto Ierusalimschy | 2014-10-01 | 11 | -65/+70 |
| | |||||
* | better to use 'long' to represent UTF-8 code points | Roberto Ierusalimschy | 2014-10-01 | 4 | -12/+13 |
| | |||||
* | 'ipairs' always stops at first nil element | Roberto Ierusalimschy | 2014-09-30 | 1 | -14/+5 |
| | |||||
* | small change to avoid bug in some versions of the clang compiler | Roberto Ierusalimschy | 2014-09-26 | 1 | -2/+7 |
| | |||||
* | detail in 'report' + message handler always is called with an | Roberto Ierusalimschy | 2014-09-25 | 1 | -8/+7 |
| | | | | argument + 'report' already handles non-string error messages |