aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-02-07 13:57:47 -0200
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2013-02-07 13:57:47 -0200
commitad567219488166df636ed9b6d3bc39f4f1f9446e (patch)
tree99ace8a0929edaa0f763a15ba1132a25c31e166b
parentf4e762f688935228dd9aa6b2f9e28a5a34f385b1 (diff)
downloadlua-ad567219488166df636ed9b6d3bc39f4f1f9446e.tar.gz
lua-ad567219488166df636ed9b6d3bc39f4f1f9446e.tar.bz2
lua-ad567219488166df636ed9b6d3bc39f4f1f9446e.zip
details (5.2 corrected to 5.2.0)
-rw-r--r--bugs8
1 files changed, 4 insertions, 4 deletions
diff --git a/bugs b/bugs
index a2a36f6f..ea2af432 100644
--- a/bugs
+++ b/bugs
@@ -1880,8 +1880,8 @@ patch = [[
1880+++ lundump.c 2008/04/04 19:51:41 2.7.1.4 1880+++ lundump.c 2008/04/04 19:51:41 2.7.1.4
1881@@ -1,5 +1,5 @@ 1881@@ -1,5 +1,5 @@
1882 /* 1882 /*
1883-** $Id: bugs,v 1.118 2012/10/01 14:05:31 roberto Exp roberto $ 1883-** $Id: bugs,v 1.119 2012/12/03 20:18:02 roberto Exp roberto $
1884+** $Id: bugs,v 1.118 2012/10/01 14:05:31 roberto Exp roberto $ 1884+** $Id: bugs,v 1.119 2012/12/03 20:18:02 roberto Exp roberto $
1885 ** load precompiled Lua chunks 1885 ** load precompiled Lua chunks
1886 ** See Copyright Notice in lua.h 1886 ** See Copyright Notice in lua.h
1887 */ 1887 */
@@ -2709,7 +2709,7 @@ Bug{
2709what = [['pcall' may not restore previous error function when 2709what = [['pcall' may not restore previous error function when
2710inside coroutines]], 2710inside coroutines]],
2711report = [[Alexander Gavrilov, 2012/06/12]], 2711report = [[Alexander Gavrilov, 2012/06/12]],
2712since = [[5.2]], 2712since = [[5.2.0]],
2713fix = nil, 2713fix = nil,
2714example = [[ 2714example = [[
2715function errfunc(x) 2715function errfunc(x)
@@ -2800,7 +2800,7 @@ Bug{
2800what = [[load/loadfile returns wrong result when given an environment 2800what = [[load/loadfile returns wrong result when given an environment
2801for a binary chunk with no upvalues]], 2801for a binary chunk with no upvalues]],
2802report = [[Vladimir Strakh, 2012/11/28]], 2802report = [[Vladimir Strakh, 2012/11/28]],
2803since = [[5.2]], 2803since = [[5.2.0]],
2804fix = nil, 2804fix = nil,
2805example = [[ 2805example = [[
2806f = load(string.dump(function () return 1 end), nil, "b", {}) 2806f = load(string.dump(function () return 1 end), nil, "b", {})