aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2003-07-29several bugs for Lua 5.0 + new format for bug entriesRoberto Ierusalimschy1-1/+157
2003-07-29no need for a maximum number of parameters (maximum number of localsRoberto Ierusalimschy2-9/+2
2003-07-29bug: userdata to be collected still counts into new GC threshold,Roberto Ierusalimschy2-10/+16
2003-07-29syntax `...=var' changed to `var=...'Roberto Ierusalimschy1-25/+20
2003-07-28detailsRoberto Ierusalimschy1-5/+5
2003-07-16we do not need a default panic (that does nothing anyway...)Roberto Ierusalimschy2-13/+4
2003-07-16new way to control `pc' of running functionsRoberto Ierusalimschy9-147/+115
2003-07-10opcode number may be invalidRoberto Ierusalimschy1-1/+2
2003-07-09more changes to reduce stack usage by the parserRoberto Ierusalimschy2-9/+11
2003-07-09small changes to reduce stack usage by the parserRoberto Ierusalimschy2-25/+36
2003-07-09detailsRoberto Ierusalimschy2-6/+6
2003-07-07correct handling when a thread turns on line hooks in another threadRoberto Ierusalimschy1-4/+6
2003-07-07`debug' library can operate over other threadsRoberto Ierusalimschy1-42/+92
2003-07-07Move nothing when there is nothing to moveRoberto Ierusalimschy1-1/+2
2003-07-07bug: file:close cannot be called without a file.Roberto Ierusalimschy1-2/+2
2003-07-07bug: C functions also may have stacks larger than current topRoberto Ierusalimschy1-3/+2
2003-07-07define a `lua_isthread' for completenessRoberto Ierusalimschy1-1/+2
2003-06-10detailRoberto Ierusalimschy1-2/+9
2003-05-16fully-weak tables are more efficientRoberto Ierusalimschy2-6/+6
2003-05-16(much) smarter way to clear weak tablesRoberto Ierusalimschy1-57/+37
2003-05-15commentsRoberto Ierusalimschy1-6/+6
2003-05-15`#!' is detected by loadfile, not by the lexerRoberto Ierusalimschy2-9/+20
2003-05-15LUA_SIGNATURE is publicRoberto Ierusalimschy2-3/+4
2003-05-14no more compatibility code (`lua_pushupvalues')Roberto Ierusalimschy1-4/+1
2003-05-14detailsRoberto Ierusalimschy2-7/+4
2003-05-14no more compatibility codeRoberto Ierusalimschy2-21/+2
2003-05-14no more compatibility code for 4.0Roberto Ierusalimschy2-17/+2
2003-05-14ok to use `#elif' and `#if defined()'Roberto Ierusalimschy3-35/+9
2003-05-14new function `setvbuf'Roberto Ierusalimschy1-1/+13
2003-05-14new function `string.reverse'Roberto Ierusalimschy1-1/+13
2003-05-14new syntax: `... [= name]'Roberto Ierusalimschy1-16/+22
2003-05-14better information about instruction behavior (use of arguments)Roberto Ierusalimschy5-86/+100
2003-05-13new semantics for "for" local variablesRoberto Ierusalimschy5-50/+59
2003-05-13new (internal) macros for error handlingRoberto Ierusalimschy2-4/+28
2003-05-09simpler implementation for valid/acceptable indicesRoberto Ierusalimschy1-93/+81
2003-05-07`getn' doesn't need this field (values cannot be nil)Roberto Ierusalimschy1-5/+1
2003-05-05inlining of `luaV_gettable' were too complex (dirty)Roberto Ierusalimschy3-89/+43
2003-04-30detailRoberto Ierusalimschy1-4/+3
2003-04-30uses integers as keys to standard i/o filesRoberto Ierusalimschy1-37/+26
2003-04-28simpler way to check maximum gc thresholdRoberto Ierusalimschy1-7/+7
2003-04-28test function for lua_setgcthresholdRoberto Ierusalimschy1-1/+8
2003-04-28commentsRoberto Ierusalimschy1-7/+5
2003-04-28Lua does not need all those different types...Roberto Ierusalimschy6-26/+32
2003-04-28avoid unnecessary call to log2 on too large indicesRoberto Ierusalimschy1-10/+14
2003-04-28avoid warnings (`Instruction' may not fit into an `int')Roberto Ierusalimschy1-2/+2
2003-04-28simpler log2 implementationRoberto Ierusalimschy1-20/+11
2003-04-10last changes by lhfv5.0Roberto Ierusalimschy3-13/+14
2003-04-07new scheme to control `loadlib' configuration (default for dlopenRoberto Ierusalimschy2-21/+59
2003-04-07lua_getmetatable must accept any acceptable indexRoberto Ierusalimschy1-13/+14
2003-04-07new test options for luaL_getn/setnRoberto Ierusalimschy1-1/+11