summaryrefslogtreecommitdiff
path: root/ldo.c (unfollow)
Commit message (Expand)AuthorFilesLines
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
2011-06-27commentsRoberto Ierusalimschy1-1/+2
2011-06-27avoid "magic constant" 32 (the difference from 'A' to 'a')Roberto Ierusalimschy1-2/+2
2011-06-27back to "one-label-per-block"Roberto Ierusalimschy1-20/+13
2011-06-24useless assignments removed (macros already do the assignment)Roberto Ierusalimschy1-4/+4
2011-06-24resort to standard C ctype for non-ASCII systems + 'ltoupper' replacedRoberto Ierusalimschy1-6/+41
2011-06-24resort to standard C ctype for non-ASCII systemsRoberto Ierusalimschy1-3/+7
2011-06-24using 'tolower' instead of 'toupper' (slightly simpler to implement)Roberto Ierusalimschy1-2/+2
2011-06-23macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)Roberto Ierusalimschy3-24/+33
2011-06-23label syntax changed to '::label::'Roberto Ierusalimschy1-2/+7
2011-06-21change in the representation of file handlesRoberto Ierusalimschy1-139/+128
2011-06-20label syntax changed to '::label::'Roberto Ierusalimschy2-8/+8
2011-06-20commentRoberto Ierusalimschy1-2/+2
2011-06-20added cast to void to calls to 'setlocale' (to easy redefining it asRoberto Ierusalimschy1-3/+3
2011-06-20typo in messageRoberto Ierusalimschy1-2/+2
2011-06-18parser must work with C locale, but external locale must be preservedRoberto Ierusalimschy1-4/+23
2011-06-16label names must be unique inside a functionRoberto Ierusalimschy1-12/+27
2011-06-16correct length for LUA_COPYRIGHT (without trailing '\0')Roberto Ierusalimschy1-2/+2
2011-06-16avoid warning about -unsigned valueRoberto Ierusalimschy2-4/+4
2011-06-16detail (missing cast to unsigned char when converting char to int)Roberto Ierusalimschy1-2/+2
2011-06-16avoid conversion from 'const char*' to 'void *' (warning about 'const')Roberto Ierusalimschy1-6/+15
2011-06-16'os.execute' (and similars) should return 'exit' and code in caseRoberto Ierusalimschy1-7/+6
2011-06-16declarations should be present only when implementations areRoberto Ierusalimschy1-1/+4
2011-06-15just in case, avoid side effects in 'ctype' macrosRoberto Ierusalimschy1-15/+22
2011-06-13configuration for NaN trick big-endian + macro 'luai_checknum' toRoberto Ierusalimschy3-7/+50
2011-06-09avoid warnings with -Wstrict-overflowRoberto Ierusalimschy2-8/+10
2011-06-09better way to test overflows with string indicesRoberto Ierusalimschy1-2/+2
2011-06-09macro 'NNMARK' (mark for non-number values using the NaN trick)Roberto Ierusalimschy1-4/+6