Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new macro 'cast_uchar' | Roberto Ierusalimschy | 2010-12-10 | 2 | -4/+5 |
| | |||||
* | 'loadstring' deprecated; use 'load' instead | Roberto Ierusalimschy | 2010-12-08 | 2 | -13/+18 |
| | |||||
* | comment | Roberto Ierusalimschy | 2010-12-07 | 1 | -2/+2 |
| | |||||
* | detection of erroneous numeric strings with \0 (such as "1\0") | Roberto Ierusalimschy | 2010-12-06 | 4 | -13/+17 |
| | |||||
* | using 'strspn' to skip spaces in 'tonumber' | Roberto Ierusalimschy | 2010-12-06 | 1 | -5/+9 |
| | |||||
* | 'printf' replaced by 'luai_writestring' | Roberto Ierusalimschy | 2010-12-03 | 1 | -2/+2 |
| | |||||
* | 'micro' bug: when closing state, old objects are finalized (breaking | Roberto Ierusalimschy | 2010-12-03 | 1 | -5/+8 |
| | | | | assertion) | ||||
* | comments | Roberto Ierusalimschy | 2010-12-02 | 1 | -3/+3 |
| | |||||
* | getlocal/setlocal can access vararg parameters | Roberto Ierusalimschy | 2010-11-30 | 1 | -9/+22 |
| | |||||
* | new functions 'extract' and 'replace' | Roberto Ierusalimschy | 2010-11-29 | 1 | -13/+56 |
| | |||||
* | finalizers (__gc) for tables | Roberto Ierusalimschy | 2010-11-26 | 7 | -57/+63 |
| | |||||
* | removed deprecated functions getn-foreach-foreachiv5.2-alpha | Roberto Ierusalimschy | 2010-11-23 | 1 | -53/+7 |
| | |||||
* | 'test' -> 'btest' | Roberto Ierusalimschy | 2010-11-22 | 1 | -2/+2 |
| | |||||
* | conventional names for bitwise operators | Roberto Ierusalimschy | 2010-11-22 | 1 | -13/+13 |
| | |||||
* | 'gfind' was deprecated in 5.1 | Roberto Ierusalimschy | 2010-11-19 | 1 | -8/+1 |
| | |||||
* | keep 'seminfo->ts' even for reserved words, just in case | Roberto Ierusalimschy | 2010-11-18 | 1 | -2/+2 |
| | | | | (some lhf's tools need this) | ||||
* | avoid "unreacheable code" warnings | Roberto Ierusalimschy | 2010-11-18 | 1 | -4/+5 |
| | |||||
* | small bug: 'find' did not detect magic chars after a \0 in a pattern | Roberto Ierusalimschy | 2010-11-16 | 1 | -3/+15 |
| | | | | and did a plain search in those cases | ||||
* | comment about compatibility-only functions | Roberto Ierusalimschy | 2010-11-16 | 1 | -3/+5 |
| | |||||
* | 'getuservalue' accepts any type of argument | Roberto Ierusalimschy | 2010-11-16 | 1 | -11/+8 |
| | |||||
* | no more compatibility with (veryyyy) old ref system | Roberto Ierusalimschy | 2010-11-16 | 2 | -23/+9 |
| | |||||
* | -DLUA_COMPAT_ALL is the default | Roberto Ierusalimschy | 2010-11-16 | 1 | -1/+1 |
| | |||||
* | 'debug' library is loaded by default | Roberto Ierusalimschy | 2010-11-12 | 2 | -18/+7 |
| | |||||
* | 'l_tvar' renamed to 'l_tg' | Roberto Ierusalimschy | 2010-11-12 | 1 | -32/+31 |
| | |||||
* | new macro 'l_tvar' to easy the use of mathlib with other floating | Roberto Ierusalimschy | 2010-11-11 | 1 | -28/+39 |
| | | | | types (float and long double) | ||||
* | allows larger array parts in tables (no need to restrict it to 2^26) | Roberto Ierusalimschy | 2010-11-11 | 1 | -3/+3 |
| | |||||
* | no more sentinel to detect loops in module dependencies; | Roberto Ierusalimschy | 2010-11-10 | 1 | -12/+3 |
| | | | | usual message for infinite recursion is good enough. | ||||
* | better error message when light userdata is used instead of a | Roberto Ierusalimschy | 2010-11-10 | 1 | -3/+10 |
| | | | | full userdata | ||||
* | new function 'luaL_setmetatable' | Roberto Ierusalimschy | 2010-11-10 | 4 | -8/+13 |
| | |||||
* | 'luaL_typeerror' deprecated | Roberto Ierusalimschy | 2010-11-10 | 3 | -10/+6 |
| | |||||
* | when reading blocks with given size, try to read whole block | Roberto Ierusalimschy | 2010-11-09 | 1 | -17/+24 |
| | | | | at once | ||||
* | detail (message) | Roberto Ierusalimschy | 2010-11-09 | 1 | -2/+2 |
| | |||||
* | added support for conditional use of %Lg when using long double | Roberto Ierusalimschy | 2010-11-08 | 1 | -8/+25 |
| | |||||
* | when reading large files, double buffer size at each iteration | Roberto Ierusalimschy | 2010-11-08 | 1 | -4/+10 |
| | |||||
* | code should not use "defined" types, but "typedef"s types when they | Roberto Ierusalimschy | 2010-11-08 | 1 | -10/+11 |
| | | | | | | are available (i.e., after including lua.h) + small changes to make conversions more portable across diferent types for lua_Number (long double) and lua_Unsigned (long long unsigned) | ||||
* | correction to allow lua_Unsigned larger than usigned int | Roberto Ierusalimschy | 2010-11-08 | 1 | -2/+2 |
| | |||||
* | code for conversion macros moved from luaconf to llimits + 'uint' | Roberto Ierusalimschy | 2010-11-03 | 3 | -103/+101 |
| | | | | renamed to 'unsigned' in those macros | ||||
* | comment typos | Roberto Ierusalimschy | 2010-10-29 | 4 | -9/+9 |
| | |||||
* | bug: by-one error when creating short source names (luaO_chunkid) | Roberto Ierusalimschy | 2010-10-29 | 1 | -2/+2 |
| | |||||
* | detail (ununsed parameter) | Roberto Ierusalimschy | 2010-10-29 | 1 | -3/+3 |
| | |||||
* | 'luaL_checkversion' also checks convertions (number to integer types) | Roberto Ierusalimschy | 2010-10-29 | 1 | -1/+8 |
| | |||||
* | added another option for ieeeendian | Roberto Ierusalimschy | 2010-10-29 | 1 | -2/+2 |
| | |||||
* | comment typo | Roberto Ierusalimschy | 2010-10-29 | 1 | -2/+2 |
| | |||||
* | more robust implementation for 'luaO_str2d' | Roberto Ierusalimschy | 2010-10-28 | 1 | -6/+11 |
| | |||||
* | correct handling of negative numbers in non-10 bases by 'tonumber' | Roberto Ierusalimschy | 2010-10-28 | 1 | -2/+5 |
| | | | | (e.g., tonumber(-34, 8)) | ||||
* | added more platforms for ieeeendianess + small comments | Roberto Ierusalimschy | 2010-10-28 | 1 | -4/+7 |
| | |||||
* | stricter control over number of bits in each operation | Roberto Ierusalimschy | 2010-10-28 | 1 | -12/+20 |
| | |||||
* | added check for architectures with known endianess (only i386 now) | Roberto Ierusalimschy | 2010-10-27 | 1 | -1/+5 |
| | |||||
* | new names for bit functions (mimicking assembler) | Roberto Ierusalimschy | 2010-10-27 | 1 | -11/+11 |
| | |||||
* | better organization for coercion functions between lua_Number and | Roberto Ierusalimschy | 2010-10-26 | 2 | -30/+70 |
| | | | | integer types + IEEE trick to be used in most platforms, by default |