aboutsummaryrefslogtreecommitdiff
path: root/ltm.c (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-14small bug in if-goto optimization: block must be closed ('leaveblock')Roberto Ierusalimschy1-5/+8
2011-09-13using 'long' versions of 'fseek'/'ftell' when availableRoberto Ierusalimschy1-6/+57
2011-09-13details (and missing 'break's)Roberto Ierusalimschy1-7/+6
2011-09-13upvalue names always can be NULL (if debug info was removed), soRoberto Ierusalimschy1-7/+13
2011-09-13detail (make 'lua_assert' a valid expression even when turned off)Roberto Ierusalimschy1-3/+3
2011-09-12commentRoberto Ierusalimschy1-2/+2
2011-08-30optimization for |if cond then goto|Roberto Ierusalimschy1-18/+37
2011-08-30'luaK_goiffalse' exportedRoberto Ierusalimschy2-3/+4
2011-08-25cleaner code for 'if' constructRoberto Ierusalimschy1-20/+14
2011-08-23detail: centralize all tests for Windows on variable 'LUA_WIN'Roberto Ierusalimschy1-2/+2
2011-08-23'nCcalls' should be local to each thread, as each thread may have itsRoberto Ierusalimschy7-31/+31
2011-08-17bug: __newindex metamethod may not work if metatable is its ownRoberto Ierusalimschy1-2/+29
2011-08-17bug: __newindex metamethod may not work if metatable is its ownRoberto Ierusalimschy4-26/+44
2011-08-17new option '-E' to avoid environment variablesRoberto Ierusalimschy1-5/+25
2011-08-15comments about use of 'luaH_set'Roberto Ierusalimschy2-2/+6
2011-08-12new implementation for 'getobjname': first search for relevantRoberto Ierusalimschy1-85/+87
2011-08-11commentRoberto Ierusalimschy1-2/+2
2011-08-09no more 'luaH_setstr (used only once) + 'luaH_setint' receives valueRoberto Ierusalimschy7-34/+25
2011-08-09'string.format' checks whether values for integer formats areRoberto Ierusalimschy1-5/+14
2011-08-04detail (using array instead of several variables to keep track ofRoberto Ierusalimschy1-10/+17
2011-08-02better error message when trying to open filesRoberto Ierusalimschy1-6/+4
2011-07-28detail: factoring in common code for opening files and checking forRoberto Ierusalimschy1-16/+14
2011-07-27reducing even more use of C stack by the parser: struct 'FuncState'Roberto Ierusalimschy2-19/+18
2011-07-27no more field 'L' in 'FuncState'Roberto Ierusalimschy1-7/+7
2011-07-27tonumber: base 10 is not special, no base isRoberto Ierusalimschy1-8/+10
2011-07-27refuse things like 'inf' or 'Nan' as numeralsRoberto Ierusalimschy1-4/+6
2011-07-25'M_IX86' -> '_M_IX86'Roberto Ierusalimschy1-2/+2
2011-07-25removed unused variable 'found' (in 'findfield') + removed legacyRoberto Ierusalimschy1-4/+3
2011-07-15detail (cleaned whitespaces at end of lines)Roberto Ierusalimschy4-10/+10
2011-07-15no more 'zungetc' (better not to read next char)Roberto Ierusalimschy2-22/+20
2011-07-15macro 'char2int' replaced by 'cast_uchar' (used by other files)Roberto Ierusalimschy2-6/+4
2011-07-15better code for numerical escapesRoberto Ierusalimschy1-28/+19
2011-07-08added '_M_IX86' in NaN trickv5.2-betaRoberto Ierusalimschy1-7/+5
2011-07-08detailRoberto Ierusalimschy1-4/+4
2011-07-08error on invalid escape sequencesRoberto Ierusalimschy1-31/+38
2011-07-06detail (comment)Roberto Ierusalimschy1-2/+2
2011-07-05'\*' -> '\z' + '\?' is not an official escape sequenceRoberto Ierusalimschy1-3/+3
2011-07-05removed and deprecated functions really removed from the code baseRoberto Ierusalimschy4-46/+17
2011-07-04NILCONSTANT also depends no endianess (with NaN trick)Roberto Ierusalimschy1-4/+4
2011-07-04comments about some compiler options that should be tested once in a whileRoberto Ierusalimschy1-2/+3
2011-07-02'table.pack' also returns 'n' + 'deprecated' changed to 'removed'Roberto Ierusalimschy1-15/+17
2011-07-02reordering of some defines (more logical grouping)Roberto Ierusalimschy1-2/+2
2011-07-02compilation warning about integer size x pointer sizeRoberto Ierusalimschy1-2/+2
2011-07-02small simplifications (and assert was wrongly written)Roberto Ierusalimschy1-4/+2
2011-07-02simpler 'luai_apicheck' (and avoids compilation error...)Roberto Ierusalimschy1-3/+7
2011-07-02'deprecated' x 'removed' (they are not the same thing)Roberto Ierusalimschy1-6/+6
2011-06-28'package.loaders' -> 'package.searchers'Roberto Ierusalimschy2-25/+35
2011-06-28no more errors on accesses to 'string' and stringsRoberto Ierusalimschy1-19/+7
2011-06-28back to internal table for 'ctype', no more locale manipulationRoberto Ierusalimschy1-23/+4
2011-06-27use standard "underscore + uppercases" for reserved keys in the registryRoberto Ierusalimschy1-2/+2