| Commit message (Expand) | Author | Files | Lines |
2010-02-11 | removed support for '#fist-line comment' on binary files (as binary | Roberto Ierusalimschy | 1 | -14/+2 |
2010-02-09 | better usage messages, showing entire offending argument | Roberto Ierusalimschy | 1 | -8/+11 |
2010-02-09 | when yielding, original 'func' value must be kept and restored so | Roberto Ierusalimschy | 1 | -7/+6 |
2010-02-09 | field 'oldtop' renamed to 'extra', as it can be used for other | Roberto Ierusalimschy | 2 | -4/+4 |
2010-02-05 | typo (thanks to Gavin) | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-21 | new function 'luaL_cpcall' | Roberto Ierusalimschy | 5 | -23/+25 |
2010-01-21 | typo in comment | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-21 | better messages for invalid options | Roberto Ierusalimschy | 1 | -8/+10 |
2010-01-15 | __unm metamethod gets nil as its 2nd parameter | Roberto Ierusalimschy | 1 | -1/+2 |
2010-01-13 | table.pack was locking last result, avoiding its collection | Roberto Ierusalimschy | 1 | -1/+3 |
2010-01-13 | HINSTANCE -> HMODULE (they are the same thing, but the MS documentation | Roberto Ierusalimschy | 1 | -4/+12 |
2010-01-13 | warnings that are not compatible with C++ separated from other warning | Roberto Ierusalimschy | 1 | -9/+12 |
2010-01-13 | "no value" added to array luaT_typenames + occurrences of "userdata" | Roberto Ierusalimschy | 5 | -23/+20 |
2010-01-13 | correct error message when yielding from outside a coroutine | Roberto Ierusalimschy | 1 | -3/+7 |
2010-01-13 | on 64-bit machines, an address may not fit into a 'long', so it | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-12 | missing standard defines | Roberto Ierusalimschy | 1 | -1/+4 |
2010-01-11 | 'searchpath' changes dots into directory separators | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-11 | added casts from int to enumerations to follow C++ rules | Roberto Ierusalimschy | 2 | -6/+7 |
2010-01-11 | removed useless initialization | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-11 | conversion from pointer to void to pointer to function seems more | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-11 | missing 'external' in variable declaration | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-11 | pathes corrected to 5.2 | Roberto Ierusalimschy | 1 | -3/+3 |
2010-01-11 | corrected copyright notice to 2010 | Roberto Ierusalimschy | 1 | -3/+3 |
2010-01-11 | include of 'windows.h' moved to where it is needed | Roberto Ierusalimschy | 2 | -3/+3 |
2010-01-11 | Dynamic C functions should be created with the global table as their | Roberto Ierusalimschy | 1 | -2/+4 |
2010-01-11 | changed macro lua_number2int for Windows (added brackets; some recent | Roberto Ierusalimschy | 1 | -2/+3 |
2010-01-11 | "-"-trick in C packages now accept name-v13... | Roberto Ierusalimschy | 1 | -7/+14 |
2010-01-11 | removed old prototype for 'luaI_openlib' (which does not exist anymore) | Roberto Ierusalimschy | 1 | -3/+1 |
2010-01-08 | better may to force recompilation when makefile changes | Roberto Ierusalimschy | 1 | -47/+48 |
2010-01-08 | 'setobj' must assing fields one by one, to allow trick of using | Roberto Ierusalimschy | 1 | -3/+5 |
2010-01-08 | removed parentheses around some function names in their definitions | Roberto Ierusalimschy | 1 | -3/+3 |
2010-01-06 | some changes in compatibility macros: added LUA_COMPAT_ALL + compatibility | Roberto Ierusalimschy | 1 | -50/+43 |
2010-01-06 | compatibility code removed or moved to luaconf.h | Roberto Ierusalimschy | 1 | -7/+1 |
2010-01-06 | compatibility code moved to luaconf.h | Roberto Ierusalimschy | 1 | -28/+4 |
2010-01-06 | new debug info 'isvararg' and 'nparams' | Roberto Ierusalimschy | 3 | -8/+25 |
2010-01-06 | no need to use two different defines (LUA_DL_DLOPEN and LUA_USE_DLOPEN) | Roberto Ierusalimschy | 1 | -3/+3 |
2010-01-06 | again changing macro to function to save a few bytes | Roberto Ierusalimschy | 1 | -5/+9 |
2010-01-05 | macro 'luaY_checklimit' changed into a function (and renamed 'checklimit'). | Roberto Ierusalimschy | 1 | -10/+12 |
2010-01-05 | field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsigned | Roberto Ierusalimschy | 1 | -2/+2 |
2010-01-04 | new api_check that 'pcallk' cannot be called inside hooks | Roberto Ierusalimschy | 1 | -1/+3 |
2010-01-04 | reorganization of switch in function 'match' (details) | Roberto Ierusalimschy | 1 | -18/+18 |
2010-01-04 | comments + small details | Roberto Ierusalimschy | 1 | -16/+14 |
2009-12-28 | 'unpack' moved to table library (and therefore "renamed" to | Roberto Ierusalimschy | 3 | -21/+33 |
2009-12-22 | 'lua_cpcall' is deprecated + other small changes in 'pmain' (comments | Roberto Ierusalimschy | 1 | -31/+28 |
2009-12-22 | 'lua_cpcall' is deprecated | Roberto Ierusalimschy | 3 | -6/+14 |
2009-12-22 | no more pseudoindex LUA_GLOBALSINDEX; global table now accessible | Roberto Ierusalimschy | 12 | -53/+63 |
2009-12-18 | code for error message for 'setn' removed | Roberto Ierusalimschy | 1 | -7/+1 |
2009-12-18 | missing parentheses around 'lua_version' + moving typdef's before | Roberto Ierusalimschy | 1 | -10/+10 |
2009-12-17 | 'lua_objlen' replaced by 'lua_rawlen', 'lua_len', and 'luaL_len' | Roberto Ierusalimschy | 11 | -42/+69 |
2009-12-17 | allocator function receives the tag of object being allocated in 'osize' | Roberto Ierusalimschy | 8 | -52/+59 |