aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-04-15'nresults' is saved in CallInfo from the caller, not the calledRoberto Ierusalimschy1-5/+4
2009-04-14new function 'T.makeCfunc' (for later use)Roberto Ierusalimschy1-16/+38
2009-04-08first implementation of yieldable 'pcall'Roberto Ierusalimschy5-30/+110
2009-04-03detailRoberto Ierusalimschy1-2/+2
2009-04-02added comment explaining why the 'feof' test when loading a fileRoberto Ierusalimschy1-1/+4
2009-03-31Lua will abort anyway, so 'panic' does not need to.Roberto Ierusalimschy1-2/+2
2009-03-30in 'lua_call', avoid preparing a continuation when thread cannot yield.Roberto Ierusalimschy1-8/+8
2009-03-30avoid making 'lastfree' an invalid pointerRoberto Ierusalimschy1-2/+3
2009-03-26'loadlib(lib, "*")' loads 'lib' with global names exported to allRoberto Ierusalimschy1-13/+20
2009-03-26small bug: EOZ is a valid character to be testedRoberto Ierusalimschy2-12/+21
2009-03-26no more support for old-style varargsRoberto Ierusalimschy5-51/+10
2009-03-23'context' added to suspendable callsRoberto Ierusalimschy6-24/+39
2009-03-17'math.random' uses lua_Number to manage its arguments (there is noRoberto Ierusalimschy1-8/+8
2009-03-16missing argument to 'assert' raises "assertion failed" errorRoberto Ierusalimschy1-2/+1
2009-03-13new optional argument to 'load', to control allowed modes (binary orRoberto Ierusalimschy1-15/+41
2009-03-11ctype 'lalpha' includes '_' (as '_' behaves as a letter from theRoberto Ierusalimschy3-9/+11
2009-03-10added macro 'lisxdigit' (just in case :)Roberto Ierusalimschy2-6/+8
2009-03-10yielding across lua_call (first version)Roberto Ierusalimschy13-110/+169
2009-03-09better notes about some opcodes (comments only)Roberto Ierusalimschy1-11/+16
2009-03-04initial separation, in CallInfo, of what is relevant only to LuaRoberto Ierusalimschy4-11/+15
2009-03-03new states have a reasonable panic function +Roberto Ierusalimschy1-4/+18
2009-03-03if thread has no error handling, try main thread handler before panickingRoberto Ierusalimschy1-7/+13
2009-03-02detailRoberto Ierusalimschy1-2/+2
2009-02-27error functions search global space for a name for a function whenRoberto Ierusalimschy1-3/+55
2009-02-27code section 'Traceback' moved to the beginning of the fileRoberto Ierusalimschy1-52/+61
2009-02-20closing a "popen" file returns the process exit statusRoberto Ierusalimschy2-7/+12
2009-02-20global array of ctypes renamed to 'luai_ctype_' (extern names mustRoberto Ierusalimschy2-9/+9
2009-02-19Lua now uses "homemade" lctype (instead of ctype.h from ANSI C)Roberto Ierusalimschy4-26/+28
2009-02-19"homemade" version of ctype.hRoberto Ierusalimschy2-0/+78
2009-02-19'fputs' changed to 'luai_writestring' + use of 'lua_checkversion'Roberto Ierusalimschy1-2/+3
2009-02-19better error messages for 'lua_checkversion'Roberto Ierusalimschy1-3/+3
2009-02-18new macro 'lua_checkversion' to check whether core and application areRoberto Ierusalimschy5-5/+22
2009-02-18using light userdata to represent "remote" statesRoberto Ierusalimschy1-8/+14
2009-02-18panic mode does not reset stack (so that panic function can gatherRoberto Ierusalimschy1-14/+1
2009-02-18'log10' is deprecated nowRoberto Ierusalimschy2-2/+21
2009-02-18better precision for log(x, 10)Roberto Ierusalimschy1-4/+10
2009-02-17finalizers always called protectedRoberto Ierusalimschy2-16/+10
2009-02-17buffer creation ensures buffer space plus MINSTACK in the stackRoberto Ierusalimschy1-1/+2
2009-02-17'db_errorfb' changed to 'db_traceback' for consistencyRoberto Ierusalimschy1-3/+3
2009-02-16no more '__len' metamethod for stringsRoberto Ierusalimschy1-3/+1
2009-02-13'luaL_typeerror' spelled rightRoberto Ierusalimschy2-6/+10
2009-02-11comment (should not use 'go trhough' when simply using multiple labels)Roberto Ierusalimschy1-2/+2
2009-02-07'writestring' changed into a configurable macroRoberto Ierusalimschy2-18/+12
2009-02-06avoid using 'fputs' in 'print' to avoid problems with embedded zerosRoberto Ierusalimschy1-6/+12
2009-02-03check for invalid use of '%' in replacement string in 'string.gsub'Roberto Ierusalimschy1-2/+6
2008-12-26detail (MAXSRC changed to LUA_IDSIZE)Roberto Ierusalimschy1-6/+3
2008-11-06concat TM can yieldRoberto Ierusalimschy2-12/+24
2008-10-30generic for coded as two dedicated instructions to simplify resumptionRoberto Ierusalimschy6-39/+43
2008-10-28yields accross metamethods and for iterators (except for __concat)Roberto Ierusalimschy2-40/+84
2008-10-28whole build depends on 'makefile' itself + better format for warningRoberto Ierusalimschy1-36/+47