aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new option '*L' for io.read + options for io.linesRoberto Ierusalimschy2010-03-031-24/+48
* avoid 'continue' unless necessaryRoberto Ierusalimschy2010-02-272-59/+59
* removed useless test (argv[i] cannot be NULL when i<argc)Roberto Ierusalimschy2010-02-271-2/+1
* new instructions to optimize indexing on upvaluesRoberto Ierusalimschy2010-02-268-31/+89
* detail: in loadfile read function, no need to return NULL on EOF;Roberto Ierusalimschy2010-02-181-2/+2
* avoid using 'ungetc' in loadfileRoberto Ierusalimschy2010-02-181-7/+15
* new macro 'luai_writestringerror'Roberto Ierusalimschy2010-02-184-18/+25
* no need to flush either stderr or \n-terminated outputsRoberto Ierusalimschy2010-02-111-4/+1
* use of 'conventional' names for shift and rotate operations +Roberto Ierusalimschy2010-02-111-7/+27
* removed support for '#fist-line comment' on binary files (as binaryRoberto Ierusalimschy2010-02-111-14/+2
* better usage messages, showing entire offending argumentRoberto Ierusalimschy2010-02-091-8/+11
* when yielding, original 'func' value must be kept and restored soRoberto Ierusalimschy2010-02-091-7/+6
* field 'oldtop' renamed to 'extra', as it can be used for otherRoberto Ierusalimschy2010-02-092-4/+4
* typo (thanks to Gavin)Roberto Ierusalimschy2010-02-051-2/+2
* new function 'luaL_cpcall'Roberto Ierusalimschy2010-01-215-23/+25
* typo in commentRoberto Ierusalimschy2010-01-211-2/+2
* better messages for invalid optionsRoberto Ierusalimschy2010-01-211-8/+10
* __unm metamethod gets nil as its 2nd parameterRoberto Ierusalimschy2010-01-151-1/+2
* table.pack was locking last result, avoiding its collectionRoberto Ierusalimschy2010-01-131-1/+3
* HINSTANCE -> HMODULE (they are the same thing, but the MS documentationRoberto Ierusalimschy2010-01-131-4/+12
* warnings that are not compatible with C++ separated from other warningRoberto Ierusalimschy2010-01-131-9/+12
* "no value" added to array luaT_typenames + occurrences of "userdata"Roberto Ierusalimschy2010-01-135-23/+20
* correct error message when yielding from outside a coroutineRoberto Ierusalimschy2010-01-131-3/+7
* on 64-bit machines, an address may not fit into a 'long', so itRoberto Ierusalimschy2010-01-131-2/+2
* missing standard definesRoberto Ierusalimschy2010-01-121-1/+4
* 'searchpath' changes dots into directory separatorsRoberto Ierusalimschy2010-01-111-2/+2
* added casts from int to enumerations to follow C++ rulesRoberto Ierusalimschy2010-01-112-6/+7
* removed useless initializationRoberto Ierusalimschy2010-01-111-2/+2
* conversion from pointer to void to pointer to function seems moreRoberto Ierusalimschy2010-01-111-2/+2
* missing 'external' in variable declarationRoberto Ierusalimschy2010-01-111-2/+2
* pathes corrected to 5.2Roberto Ierusalimschy2010-01-111-3/+3
* corrected copyright notice to 2010Roberto Ierusalimschy2010-01-111-3/+3
* include of 'windows.h' moved to where it is neededRoberto Ierusalimschy2010-01-112-3/+3
* Dynamic C functions should be created with the global table as theirRoberto Ierusalimschy2010-01-111-2/+4
* changed macro lua_number2int for Windows (added brackets; some recentRoberto Ierusalimschy2010-01-111-2/+3
* "-"-trick in C packages now accept name-v13...Roberto Ierusalimschy2010-01-111-7/+14
* removed old prototype for 'luaI_openlib' (which does not exist anymore)Roberto Ierusalimschy2010-01-111-3/+1
* better may to force recompilation when makefile changesRoberto Ierusalimschy2010-01-081-47/+48
* 'setobj' must assing fields one by one, to allow trick of usingRoberto Ierusalimschy2010-01-081-3/+5
* removed parentheses around some function names in their definitionsRoberto Ierusalimschy2010-01-081-3/+3
* some changes in compatibility macros: added LUA_COMPAT_ALL + compatibilityRoberto Ierusalimschy2010-01-061-50/+43
* compatibility code removed or moved to luaconf.hRoberto Ierusalimschy2010-01-061-7/+1
* compatibility code moved to luaconf.hRoberto Ierusalimschy2010-01-061-28/+4
* new debug info 'isvararg' and 'nparams'Roberto Ierusalimschy2010-01-063-8/+25
* no need to use two different defines (LUA_DL_DLOPEN and LUA_USE_DLOPEN)Roberto Ierusalimschy2010-01-061-3/+3
* again changing macro to function to save a few bytesRoberto Ierusalimschy2010-01-061-5/+9
* macro 'luaY_checklimit' changed into a function (and renamed 'checklimit').Roberto Ierusalimschy2010-01-051-10/+12
* field 'nups' in struct 'lua_Debug' changed from 'int' to 'unsignedRoberto Ierusalimschy2010-01-051-2/+2
* new api_check that 'pcallk' cannot be called inside hooksRoberto Ierusalimschy2010-01-041-1/+3
* reorganization of switch in function 'match' (details)Roberto Ierusalimschy2010-01-041-18/+18