aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bugs16
1 files changed, 13 insertions, 3 deletions
diff --git a/bugs b/bugs
index 2886f13a..23fc6768 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.129 2013/11/08 18:23:16 roberto Exp roberto $ 1883-** $Id: bugs,v 1.130 2014/04/03 13:30:23 roberto Exp roberto $
1884+** $Id: bugs,v 1.129 2013/11/08 18:23:16 roberto Exp roberto $ 1884+** $Id: bugs,v 1.130 2014/04/03 13:30:23 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 */
@@ -2905,6 +2905,12 @@ patch = [[
2905]] 2905]]
2906} 2906}
2907 2907
2908
2909
2910-----------------------------------------------------------------
2911-- Lua 5.2.2
2912
2913
2908Bug{ 2914Bug{
2909what = [[stack overflow in vararg functions with many fixed 2915what = [[stack overflow in vararg functions with many fixed
2910parameters called with few arguments]], 2916parameters called with few arguments]],
@@ -3202,8 +3208,12 @@ patch = [[
3202} 3208}
3203 3209
3204 3210
3211
3212-----------------------------------------------------------------
3213-- Lua 5.2.3
3214
3205Bug{ 3215Bug{
3206what = [[compiler can optimize away overflow check in 'table.concat']], 3216what = [[compiler can optimize away overflow check in 'table.unpack']],
3207report = [[Paige DePol, 2014/03/30]], 3217report = [[Paige DePol, 2014/03/30]],
3208since = [[5.1 (at least)]], 3218since = [[5.1 (at least)]],
3209fix = nil, 3219fix = nil,