| Commit message (Expand) | Author | Age | Files | Lines |
* | no need for two different implementations for equality (one raw and | Roberto Ierusalimschy | 2011-05-31 | 7 | -36/+27 |
* | code is simpler without 'goto' here | Roberto Ierusalimschy | 2011-05-30 | 1 | -9/+3 |
* | yet another macro abstracting TValue representation | Roberto Ierusalimschy | 2011-05-26 | 1 | -12/+13 |
* | new macro 'luai_writeline' to print newlines (and flush 'stdout') | Roberto Ierusalimschy | 2011-05-26 | 3 | -9/+11 |
* | avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler and | Roberto Ierusalimschy | 2011-05-25 | 2 | -4/+4 |
* | changes by lhf (better control of chars x bytes) | Roberto Ierusalimschy | 2011-05-17 | 3 | -38/+50 |
* | details | Roberto Ierusalimschy | 2011-05-06 | 1 | -6/+8 |
* | new macro 'lua_longassert' that is equivalent to an assertion without | Roberto Ierusalimschy | 2011-05-05 | 2 | -5/+7 |
* | macro 'checkconsistency' moved to this file, as it is used only | Roberto Ierusalimschy | 2011-05-05 | 1 | -1/+5 |
* | break long assertion in two shorter ones | Roberto Ierusalimschy | 2011-05-05 | 1 | -2/+3 |
* | avoid using expression as argument to unsafe macro 'l_isfalse' | Roberto Ierusalimschy | 2011-05-05 | 1 | -2/+3 |
* | new macros abstracting TValue representation (to easy change to | Roberto Ierusalimschy | 2011-05-05 | 1 | -43/+48 |
* | detail in assertion | Roberto Ierusalimschy | 2011-05-04 | 1 | -2/+2 |
* | more complete (and hopefuly more correct) handling of 'sizeof(char)' | Roberto Ierusalimschy | 2011-05-03 | 6 | -24/+29 |
* | removed TOKEN_LEN (useless) | Roberto Ierusalimschy | 2011-05-03 | 2 | -5/+2 |
* | comment | Roberto Ierusalimschy | 2011-05-02 | 2 | -4/+4 |
* | MacOS 'strtod' handles hexa formats too | Roberto Ierusalimschy | 2011-04-29 | 1 | -1/+2 |
* | bug in OP_SELF when method name goes to a register | Roberto Ierusalimschy | 2011-04-28 | 2 | -19/+39 |
* | Mac OS defines LUA_USE_AFORMAT and LUA_USE_LONGLONG by default | Roberto Ierusalimschy | 2011-04-20 | 1 | -1/+3 |
* | 'LUA_USELONGLONG' -> 'LUA_USE_LONGLONG' | Roberto Ierusalimschy | 2011-04-20 | 2 | -4/+4 |
* | 'LUA_USELONGLONG' on by default on Linux + LUA_USE_HEXAFLOAT renamed | Roberto Ierusalimschy | 2011-04-19 | 1 | -3/+4 |
* | 'luaL_setfuncs' does not need to accept a NULL list. (If there is | Roberto Ierusalimschy | 2011-04-19 | 1 | -3/+6 |
* | change in opcode OP_LOADNIL: B is used as a counter instead of a | Roberto Ierusalimschy | 2011-04-19 | 5 | -18/+22 |
* | small bug (masked by wrong entry for OP_TEST in opcodes.c) | Roberto Ierusalimschy | 2011-04-18 | 1 | -1/+5 |
* | added macro for code checking | Roberto Ierusalimschy | 2011-04-18 | 1 | -1/+7 |
* | local function name only visible to debug info after being initialized | Roberto Ierusalimschy | 2011-04-18 | 1 | -1/+6 |
* | detail ('luai_apicheck' should be used always through macro 'api_check') | Roberto Ierusalimschy | 2011-04-18 | 1 | -2/+2 |
* | copyright updated to 2011 | Roberto Ierusalimschy | 2011-04-18 | 1 | -3/+3 |
* | small corrections in description of OP_TEST and OP_LOADKX | Roberto Ierusalimschy | 2011-04-12 | 1 | -3/+3 |
* | 'luaL_findtable' -> 'luaL_getsubtable' | Roberto Ierusalimschy | 2011-04-08 | 6 | -18/+18 |
* | new instruction OP_LOADKX (to replace OP_LOADK with extra argument) | Roberto Ierusalimschy | 2011-04-07 | 6 | -19/+27 |
* | cleaner scheme of bits for variant types (light C functions) and | Roberto Ierusalimschy | 2011-04-07 | 1 | -33/+47 |
* | detail (should use macro 'ttisdeadkey') | Roberto Ierusalimschy | 2011-04-05 | 1 | -2/+2 |
* | new macro 'ttisequal' | Roberto Ierusalimschy | 2011-04-05 | 3 | -7/+6 |
* | 2nd operand for unary tag methods does not need to be 'nil' | Roberto Ierusalimschy | 2011-04-05 | 1 | -3/+2 |
* | lua_arith gets no fake operand for unary minus | Roberto Ierusalimschy | 2011-04-05 | 1 | -7/+15 |
* | all names used internally by macros end with '_' | Roberto Ierusalimschy | 2011-04-05 | 1 | -28/+28 |
* | use of 'luaL_tolstring' for option '%s' in 'string.format' | Roberto Ierusalimschy | 2011-03-18 | 1 | -3/+3 |
* | macro 'mark' renamed 'EOFMARK' ('mark' is too easy to confict, e.g. | Roberto Ierusalimschy | 2011-03-14 | 1 | -4/+4 |
* | returns for file-related functions and process-related functions | Roberto Ierusalimschy | 2011-03-03 | 4 | -82/+85 |
* | loaders receive an extra argument returned by the searcher | Roberto Ierusalimschy | 2011-03-01 | 1 | -23/+32 |
* | small problems with 'luaone.c' | Roberto Ierusalimschy | 2011-02-28 | 5 | -11/+16 |
* | no need of lookahead in Zio | Roberto Ierusalimschy | 2011-02-23 | 8 | -41/+29 |
* | correct interpretation of return value from pclose | Roberto Ierusalimschy | 2011-02-21 | 1 | -28/+34 |
* | small bug: may call reader function again after it returned end | Roberto Ierusalimschy | 2011-02-17 | 2 | -4/+10 |
* | error for repeated label + jumps allowed to labels followed by | Roberto Ierusalimschy | 2011-02-14 | 1 | -24/+34 |
* | 'break' does not need to be last statement in a block + | Roberto Ierusalimschy | 2011-02-14 | 1 | -81/+84 |
* | p-close returns "correct" status plus type of termination | Roberto Ierusalimschy | 2011-02-10 | 1 | -16/+36 |
* | 'break' coded as 'goto' + small bug when closing multiple gotos | Roberto Ierusalimschy | 2011-02-10 | 1 | -59/+52 |
* | simpler code for repeat-until | Roberto Ierusalimschy | 2011-02-09 | 1 | -11/+5 |