aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-rw-r--r--bugs19
1 files changed, 16 insertions, 3 deletions
diff --git a/bugs b/bugs
index 14d143bb..d1f429a6 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.125 2013/07/05 18:02:28 roberto Exp roberto $ 1883-** $Id: bugs,v 1.126 2013/08/30 15:51:12 roberto Exp roberto $
1884+** $Id: bugs,v 1.125 2013/07/05 18:02:28 roberto Exp roberto $ 1884+** $Id: bugs,v 1.126 2013/08/30 15:51:12 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 */
@@ -3133,7 +3133,20 @@ patch = [[
3133 return ts; 3133 return ts;
3134]] 3134]]
3135} 3135}
3136]=] 3136]
3137
3138
3139Bug{
3140what = [[Call to macro 'luai_userstateclose' should be done only
3141after the calls to __gc methods.]],
3142report = [[Jean-Luc Jumpertz, 2013/09/02]],
3143since = [[ ]],
3144fix = nil,
3145example = [[No example]],
3146patch = [[
3147]]
3148}
3149]=]=]
3137 3150
3138 3151
3139--[=[ 3152--[=[