diff options
Diffstat (limited to 'bugs')
-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", {}) |