aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* useless assignments removed (macros already do the assignment)Roberto Ierusalimschy2011-06-241-4/+4
* resort to standard C ctype for non-ASCII systems + 'ltoupper' replacedRoberto Ierusalimschy2011-06-241-6/+41
* resort to standard C ctype for non-ASCII systemsRoberto Ierusalimschy2011-06-241-3/+7
* using 'tolower' instead of 'toupper' (slightly simpler to implement)Roberto Ierusalimschy2011-06-241-2/+2
* macro 'ltoupper' instead of 'lisupper' (more usefull for Lua)Roberto Ierusalimschy2011-06-233-24/+33
* label syntax changed to '::label::'Roberto Ierusalimschy2011-06-231-2/+7
* change in the representation of file handlesRoberto Ierusalimschy2011-06-211-139/+128
* label syntax changed to '::label::'Roberto Ierusalimschy2011-06-202-8/+8
* commentRoberto Ierusalimschy2011-06-201-2/+2
* added cast to void to calls to 'setlocale' (to easy redefining it asRoberto Ierusalimschy2011-06-201-3/+3
* typo in messageRoberto Ierusalimschy2011-06-201-2/+2
* parser must work with C locale, but external locale must be preservedRoberto Ierusalimschy2011-06-181-4/+23
* label names must be unique inside a functionRoberto Ierusalimschy2011-06-161-12/+27
* correct length for LUA_COPYRIGHT (without trailing '\0')Roberto Ierusalimschy2011-06-161-2/+2
* avoid warning about -unsigned valueRoberto Ierusalimschy2011-06-162-4/+4
* detail (missing cast to unsigned char when converting char to int)Roberto Ierusalimschy2011-06-161-2/+2
* avoid conversion from 'const char*' to 'void *' (warning about 'const')Roberto Ierusalimschy2011-06-161-6/+15
* 'os.execute' (and similars) should return 'exit' and code in caseRoberto Ierusalimschy2011-06-161-7/+6
* declarations should be present only when implementations areRoberto Ierusalimschy2011-06-161-1/+4
* just in case, avoid side effects in 'ctype' macrosRoberto Ierusalimschy2011-06-151-15/+22
* configuration for NaN trick big-endian + macro 'luai_checknum' toRoberto Ierusalimschy2011-06-133-7/+50
* avoid warnings with -Wstrict-overflowRoberto Ierusalimschy2011-06-092-8/+10
* better way to test overflows with string indicesRoberto Ierusalimschy2011-06-091-2/+2
* macro 'NNMARK' (mark for non-number values using the NaN trick)Roberto Ierusalimschy2011-06-091-4/+6
* first version with 'NANTRICK' (packing all Lua values inside a 'double')Roberto Ierusalimschy2011-06-071-15/+103
* stricter control (using tag variants) over closure kinds (Lua x C)Roberto Ierusalimschy2011-06-0210-153/+176
* yet another macro ('num_')Roberto Ierusalimschy2011-05-311-4/+5
* more uniform names for 'equalobj'-related functionsRoberto Ierusalimschy2011-05-315-15/+15
* no need for two different implementations for equality (one raw andRoberto Ierusalimschy2011-05-317-36/+27
* code is simpler without 'goto' hereRoberto Ierusalimschy2011-05-301-9/+3
* yet another macro abstracting TValue representationRoberto Ierusalimschy2011-05-261-12/+13
* new macro 'luai_writeline' to print newlines (and flush 'stdout')Roberto Ierusalimschy2011-05-263-9/+11
* avoid use of 'ifdef/ifndef'; use 'defined' instead (simpler andRoberto Ierusalimschy2011-05-252-4/+4
* changes by lhf (better control of chars x bytes)Roberto Ierusalimschy2011-05-173-38/+50
* detailsRoberto Ierusalimschy2011-05-061-6/+8
* new macro 'lua_longassert' that is equivalent to an assertion withoutRoberto Ierusalimschy2011-05-052-5/+7
* macro 'checkconsistency' moved to this file, as it is used onlyRoberto Ierusalimschy2011-05-051-1/+5
* break long assertion in two shorter onesRoberto Ierusalimschy2011-05-051-2/+3
* avoid using expression as argument to unsafe macro 'l_isfalse'Roberto Ierusalimschy2011-05-051-2/+3
* new macros abstracting TValue representation (to easy change toRoberto Ierusalimschy2011-05-051-43/+48
* detail in assertionRoberto Ierusalimschy2011-05-041-2/+2
* more complete (and hopefuly more correct) handling of 'sizeof(char)'Roberto Ierusalimschy2011-05-036-24/+29
* removed TOKEN_LEN (useless)Roberto Ierusalimschy2011-05-032-5/+2
* commentRoberto Ierusalimschy2011-05-022-4/+4
* MacOS 'strtod' handles hexa formats tooRoberto Ierusalimschy2011-04-291-1/+2
* bug in OP_SELF when method name goes to a registerRoberto Ierusalimschy2011-04-282-19/+39
* Mac OS defines LUA_USE_AFORMAT and LUA_USE_LONGLONG by defaultRoberto Ierusalimschy2011-04-201-1/+3
* 'LUA_USELONGLONG' -> 'LUA_USE_LONGLONG'Roberto Ierusalimschy2011-04-202-4/+4
* 'LUA_USELONGLONG' on by default on Linux + LUA_USE_HEXAFLOAT renamedRoberto Ierusalimschy2011-04-191-3/+4
* 'luaL_setfuncs' does not need to accept a NULL list. (If there isRoberto Ierusalimschy2011-04-191-3/+6