diff options
Diffstat (limited to 'bugs')
| -rw-r--r-- | bugs | 19 |
1 files changed, 16 insertions, 3 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.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 | |||
| 3139 | Bug{ | ||
| 3140 | what = [[Call to macro 'luai_userstateclose' should be done only | ||
| 3141 | after the calls to __gc methods.]], | ||
| 3142 | report = [[Jean-Luc Jumpertz, 2013/09/02]], | ||
| 3143 | since = [[ ]], | ||
| 3144 | fix = nil, | ||
| 3145 | example = [[No example]], | ||
| 3146 | patch = [[ | ||
| 3147 | ]] | ||
| 3148 | } | ||
| 3149 | ]=]=] | ||
| 3137 | 3150 | ||
| 3138 | 3151 | ||
| 3139 | --[=[ | 3152 | --[=[ |
