aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* new macros LUA_VERSION_{MAJOR/MINOR/RELEASE}Roberto Ierusalimschy2010-07-252-6/+12
* using curly brackets to mark blocks of '#if/#else/#endif'sRoberto Ierusalimschy2010-07-181-26/+26
* new way to distinguish between indexing tables in registers andRoberto Ierusalimschy2010-07-073-46/+41
* better organization for fields in struct 'expdesc'Roberto Ierusalimschy2010-07-024-62/+67
* comand-line option '-l' creates global with given name afterRoberto Ierusalimschy2010-07-021-9/+18
* functions lua_tonumber/lua_tointeger replaced by lua_tonumberx/lua_tointegerxRoberto Ierusalimschy2010-07-025-24/+37
* new module policy: C modules do not create globals and do not registerRoberto Ierusalimschy2010-07-0214-55/+104
* old (and complex) luaL_findtable now used only in compatibility codeRoberto Ierusalimschy2010-06-304-39/+59
* typo in commentsRoberto Ierusalimschy2010-06-305-12/+12
* macro 'key2tal' replaced by 'gkey' (as both were equal)Roberto Ierusalimschy2010-06-254-15/+13
* 'getlocal' gets information about parameters of Lua functionsRoberto Ierusalimschy2010-06-213-20/+37
* no more support for old Mac OS systemsRoberto Ierusalimschy2010-06-181-87/+3
* 'what' may be NULL in 'kname'Roberto Ierusalimschy2010-06-161-2/+2
* 'ipair' is backRoberto Ierusalimschy2010-06-131-12/+2
* use ANSI versions of DLL functions in WindowsRoberto Ierusalimschy2010-06-131-4/+4
* 'coroutine' library separated from 'baselib'Roberto Ierusalimschy2010-06-106-153/+169
* unused '#include' removedRoberto Ierusalimschy2010-06-101-2/+1
* back with #-comments for binary filesRoberto Ierusalimschy2010-06-091-13/+30
* better barrier for prototypesRoberto Ierusalimschy2010-06-073-36/+30
* Lua closures are cached for reuseRoberto Ierusalimschy2010-06-045-36/+114
* 'luaF_newLclosure' gets prototype of new closure as argumentRoberto Ierusalimschy2010-06-042-5/+4
* better names for barrier macrosRoberto Ierusalimschy2010-06-042-6/+6
* bug: generational collection was not running collector! (must writeRoberto Ierusalimschy2010-06-021-2/+3
* factoring out common code in 'module' and 'luaL_openlib'Roberto Ierusalimschy2010-05-313-29/+35
* new macro MAXUPVAL (maximum number of upvalues per closure)Roberto Ierusalimschy2010-05-313-7/+12
* correct definition for 'lua_cpcall' (tested)Roberto Ierusalimschy2010-05-281-2/+2
* corrected compatibility macro 'lua_cpcall' (untested)Roberto Ierusalimschy2010-05-271-4/+6
* added class '%g' in patterns (for graphical characters)Roberto Ierusalimschy2010-05-241-1/+2
* GC should not run when stopped, even in hard testsRoberto Ierusalimschy2010-05-241-2/+3
* it is better to call open functions with lua_call to not messRoberto Ierusalimschy2010-05-201-3/+3
* more commentsRoberto Ierusalimschy2010-05-181-9/+9
* bug: loadfile of binary files read first character twiceRoberto Ierusalimschy2010-05-181-1/+2
* really stop collection during finalizersRoberto Ierusalimschy2010-05-171-2/+2
* lua_pushstring may reallocate the stack, making 'o' a danglingRoberto Ierusalimschy2010-05-171-5/+6
* detail (comment)Roberto Ierusalimschy2010-05-171-2/+2
* semicolons now represent the empty statementRoberto Ierusalimschy2010-05-151-3/+5
* patches for last two bugs (string.format and io.read)Roberto Ierusalimschy2010-05-141-5/+42
* updated depenency lists + eliminated duplication of definitionsRoberto Ierusalimschy2010-05-141-12/+9
* commentsRoberto Ierusalimschy2010-05-141-6/+6
* new "instruction" 'absindex'Roberto Ierusalimschy2010-05-141-1/+4
* in 'absindex', do not need to call gettop (can inline it)Roberto Ierusalimschy2010-05-141-2/+2
* one more macro (mvdispatch) to easy experiments with alternativeRoberto Ierusalimschy2010-05-131-2/+3
* detail (breaking a long line)Roberto Ierusalimschy2010-05-131-4/+5
* use of macro ('vmcase') to format all cases in main switch ofRoberto Ierusalimschy2010-05-121-121/+83
* small changes in 'luaV_execute' to make cases more regularly formattedRoberto Ierusalimschy2010-05-121-8/+7
* added comments to '#else' and '#endif' in long conditionalsRoberto Ierusalimschy2010-05-121-13/+14
* new API function 'lua_absindex'Roberto Ierusalimschy2010-05-123-13/+19
* avoid "strong" castRoberto Ierusalimschy2010-05-111-2/+3
* wrong type being assigned (not detected because of obj2gco macro)Roberto Ierusalimschy2010-05-111-2/+2
* udata in 'tobefnz' list be have old bit on (it will be clearedRoberto Ierusalimschy2010-05-101-2/+1