aboutsummaryrefslogtreecommitdiff
path: root/bugs (unfollow)
Commit message (Expand)AuthorFilesLines
2003-10-07new bug + correction in path for coroutine bugRoberto Ierusalimschy1-2/+29
2003-10-03detailRoberto Ierusalimschy1-4/+2
2003-10-03buffer should better use `size_t' for its sizeRoberto Ierusalimschy2-9/+13
2003-10-03avoid the use of `strlen' (strings are literals)Roberto Ierusalimschy1-15/+13
2003-10-03detailsRoberto Ierusalimschy1-3/+3
2003-10-02Lua kernel does not use malloc/free functions.Roberto Ierusalimschy8-105/+116
2003-10-02avoid unecessary includes of `stdlib'Roberto Ierusalimschy2-4/+4
2003-10-01detail: `luaL_where' does not use the name informationRoberto Ierusalimschy1-2/+2
2003-09-29bug: syntax `local function' does not increment stack sizeRoberto Ierusalimschy2-5/+62
2003-09-05bug: cannot invalidate a running coroutineRoberto Ierusalimschy1-9/+21
2003-09-05detailRoberto Ierusalimschy1-2/+2
2003-09-04main thread and global state are allocated in a single blockRoberto Ierusalimschy1-52/+53
2003-09-04some changes in error reportingRoberto Ierusalimschy1-30/+24
2003-08-29IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generateRoberto Ierusalimschy1-2/+26
2003-08-29new form of long strings: `[***[...]***]'Roberto Ierusalimschy1-24/+39
2003-08-28simpler manipulation of buffer count in scannerRoberto Ierusalimschy2-189/+178
2003-08-27new function (generic) `load'Roberto Ierusalimschy1-1/+43
2003-08-27parser fully reentrant(!)Roberto Ierusalimschy10-65/+120
2003-08-27reader runs outside core LuaRoberto Ierusalimschy1-2/+7
2003-08-26new auxiliary function `luaH_setstr'Roberto Ierusalimschy3-6/+18
2003-08-25ZIO passes Lua state to chunk readerRoberto Ierusalimschy3-7/+9
2003-08-25zio does not keep "source" name (nobody uses it)Roberto Ierusalimschy9-27/+24
2003-08-25bug: IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generateRoberto Ierusalimschy2-12/+19
2003-08-21newlines can be `\n', `\r', `\r\n', or `\n\r'Roberto Ierusalimschy1-6/+17
2003-08-15no more checks for non-default compilation options + luaU_dump hasRoberto Ierusalimschy4-22/+14
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