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