index
:
lua
master
v5-2
v5.3
v5.4
A mirror of https://github.com/lua/lua
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bugs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
BUG: debug hooks may get wrong when mixed with coroutines
Roberto Ierusalimschy
2006-06-05
1
-0
/
+39
*
subtle problem with the garbage collector
Roberto Ierusalimschy
2006-05-24
1
-1
/
+29
*
lua_dostring/lua_dofile should return any values returned by the chunk
Roberto Ierusalimschy
2006-04-12
1
-0
/
+23
*
BUG: option '%q' for string.format does not handle '\r' correctly
Roberto Ierusalimschy
2006-04-12
1
-1
/
+47
*
BUG: luaL_checkudata may show wrong error message
Roberto Ierusalimschy
2006-03-21
1
-0
/
+38
*
BUG: should copy the union, not (some of) its fields
Roberto Ierusalimschy
2006-03-21
1
-0
/
+42
*
bug in Lua 4.0.2: weak tables that survive one collection are never collected
Roberto Ierusalimschy
2006-03-20
1
-2
/
+35
*
bug: rawset/rawget do not ignore extra arguments
Roberto Ierusalimschy
2005-03-11
1
-0
/
+21
*
values holded in open upvalues of suspended threads may be
Roberto Ierusalimschy
2005-01-19
1
-0
/
+39
*
better patch for buffer overflow error
Roberto Ierusalimschy
2004-11-03
1
-8
/
+22
*
bug: lua_getupvalue and setupvalue do not check for index too small.
Roberto Ierusalimschy
2004-08-17
1
-0
/
+21
*
BUG: string concatenation may cause arithmetic overflow, leading
Roberto Ierusalimschy
2004-06-08
1
-0
/
+36
*
bug in `dofile'
Roberto Ierusalimschy
2004-03-15
1
-4
/
+34
*
debugger can only see `local function' after it has a meaningful value
Roberto Ierusalimschy
2003-10-09
1
-3
/
+11
*
new bug + correction in path for coroutine bug
Roberto Ierusalimschy
2003-10-07
1
-2
/
+29
*
bug: syntax `local function' does not increment stack size
Roberto Ierusalimschy
2003-09-29
1
-1
/
+55
*
IBM AS400 (OS400) has sizeof(void *)==16, and a `%p' may generate
Roberto Ierusalimschy
2003-08-29
1
-2
/
+26
*
several bugs for Lua 5.0 + new format for bug entries
Roberto Ierusalimschy
2003-07-29
1
-1
/
+157
*
bug: zio mixes a 255 as first char in a buffer with EOZ
Roberto Ierusalimschy
2003-03-20
1
-0
/
+5
*
bug: GC metamethod calls could mess C/Lua stack syncronization
Roberto Ierusalimschy
2003-02-28
1
-0
/
+5
*
ULONG_MAX>>10 may not fit into an int (old bug)
Roberto Ierusalimschy
2003-02-21
1
-0
/
+5
*
bug: luaD_protectedparser must protect its garbage collection too
Roberto Ierusalimschy
2003-01-23
1
-0
/
+6
*
bug: `resume' was checking the wrong value for stack overflow
Roberto Ierusalimschy
2002-12-20
1
-0
/
+10
*
bug: scope of generic for variables is not sound
Roberto Ierusalimschy
2002-12-06
1
-0
/
+5
*
GC metamethod stored in a weak metatable being collected together with
Roberto Ierusalimschy
2002-08-30
1
-0
/
+12
*
two new bugs in 4.0 :-( (both were already corrected in 5.0 :-)
Roberto Ierusalimschy
2002-06-25
1
-0
/
+9
*
BUG: seg. fault when rawget/rawset get extra arguments
Roberto Ierusalimschy
2001-12-21
1
-0
/
+7
*
bug: error message for `%a' gave wrong line number
Roberto Ierusalimschy
2001-07-10
1
-0
/
+6
*
ESC (which starts precompiled code) in C is \33, not \27
Roberto Ierusalimschy
2001-02-06
1
-0
/
+5
*
loop of 'dostring' may never reclaim memory
Roberto Ierusalimschy
2001-02-02
1
-0
/
+4
*
bug in lua_pushuserdata(L, NULL)
Roberto Ierusalimschy
2001-02-01
1
-0
/
+5
*
bug: when `read' fails it must return nil (and not no value)
Roberto Ierusalimschy
2000-12-22
1
-0
/
+5
*
BUG: parser does not accept a `;' after a `return'
Roberto Ierusalimschy
2000-11-29
1
-0
/
+10
*
in function `read_file', realloc() doesn't free the buffer if it can't
Roberto Ierusalimschy
2000-10-26
1
-0
/
+6
*
bug: parser overwrites semantic information when looking ahead
Roberto Ierusalimschy
2000-09-27
1
-0
/
+6
*
lua_tag should return LUA_NOTAG for non-valid indices
Roberto Ierusalimschy
2000-09-27
1
-1
/
+7
*
GC may crash when checking C closures
Roberto Ierusalimschy
2000-09-25
1
-0
/
+4
*
bug: lua_gettable does not get key from stack top
Roberto Ierusalimschy
2000-09-25
1
-0
/
+5
*
`read("*w")' should return nil at EOF
Roberto Ierusalimschy
2000-09-22
1
-0
/
+10
*
gc tag method for nil could call line hook
Roberto Ierusalimschy
2000-08-29
1
-0
/
+10
*
bug: record-constructor starting with an upvalue name gets an error
Roberto Ierusalimschy
2000-05-24
1
-0
/
+8
*
first element in a list constructor is not adjusted to one value.
Roberto Ierusalimschy
2000-05-12
1
-0
/
+5
*
BUG: `strfind' gets wrong subject length when there is an offset
Roberto Ierusalimschy
2000-05-02
1
-0
/
+5
*
entry for new version (4.0a)
v4.0-alpha
Roberto Ierusalimschy
2000-04-25
1
-0
/
+17
*
BUG: tostring() without arguments gives seg. fault.
Roberto Ierusalimschy
2000-04-03
1
-0
/
+10
*
lua_settable should check stack space (it could call a T.M.)
Roberto Ierusalimschy
2000-03-02
1
-0
/
+6
*
bug: cannot reopen stdin (for binary mode)
Roberto Ierusalimschy
1999-12-30
1
-0
/
+4
*
return gives wrong line in debug information.
Roberto Ierusalimschy
1999-12-29
1
-0
/
+6
*
BUG: `strfind' does not handle \0 in plain search.
Roberto Ierusalimschy
1999-11-11
1
-0
/
+5
*
tonumber'e1' and tonumber(' ', x), for x!=10, gave 0 instead of nil.
Roberto Ierusalimschy
1999-09-08
1
-0
/
+4
[prev]
[next]