diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-02-07 13:57:47 -0200 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2013-02-07 13:57:47 -0200 |
commit | ad567219488166df636ed9b6d3bc39f4f1f9446e (patch) | |
tree | 99ace8a0929edaa0f763a15ba1132a25c31e166b | |
parent | f4e762f688935228dd9aa6b2f9e28a5a34f385b1 (diff) | |
download | lua-ad567219488166df636ed9b6d3bc39f4f1f9446e.tar.gz lua-ad567219488166df636ed9b6d3bc39f4f1f9446e.tar.bz2 lua-ad567219488166df636ed9b6d3bc39f4f1f9446e.zip |
details (5.2 corrected to 5.2.0)
-rw-r--r-- | bugs | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -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{ | |||
2709 | what = [['pcall' may not restore previous error function when | 2709 | what = [['pcall' may not restore previous error function when |
2710 | inside coroutines]], | 2710 | inside coroutines]], |
2711 | report = [[Alexander Gavrilov, 2012/06/12]], | 2711 | report = [[Alexander Gavrilov, 2012/06/12]], |
2712 | since = [[5.2]], | 2712 | since = [[5.2.0]], |
2713 | fix = nil, | 2713 | fix = nil, |
2714 | example = [[ | 2714 | example = [[ |
2715 | function errfunc(x) | 2715 | function errfunc(x) |
@@ -2800,7 +2800,7 @@ Bug{ | |||
2800 | what = [[load/loadfile returns wrong result when given an environment | 2800 | what = [[load/loadfile returns wrong result when given an environment |
2801 | for a binary chunk with no upvalues]], | 2801 | for a binary chunk with no upvalues]], |
2802 | report = [[Vladimir Strakh, 2012/11/28]], | 2802 | report = [[Vladimir Strakh, 2012/11/28]], |
2803 | since = [[5.2]], | 2803 | since = [[5.2.0]], |
2804 | fix = nil, | 2804 | fix = nil, |
2805 | example = [[ | 2805 | example = [[ |
2806 | f = load(string.dump(function () return 1 end), nil, "b", {}) | 2806 | f = load(string.dump(function () return 1 end), nil, "b", {}) |