diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-08-05 10:09:38 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2009-08-05 10:09:38 -0300 |
commit | 95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0 (patch) | |
tree | 0195479e98e324fbef27ca2b1572f2d27841648d | |
parent | decada8dc2e6ae9c95e4dd3fe3a12762535f95cc (diff) | |
download | lua-95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0.tar.gz lua-95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0.tar.bz2 lua-95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0.zip |
"But" -> "Bug" (misspelling)
-rw-r--r-- | bugs | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1002,7 +1002,7 @@ lgc.c: | |||
1002 | } | 1002 | } |
1003 | 1003 | ||
1004 | 1004 | ||
1005 | But{ | 1005 | Bug{ |
1006 | 1006 | ||
1007 | what = [[debug hooks may get wrong when mixed with coroutines]], | 1007 | what = [[debug hooks may get wrong when mixed with coroutines]], |
1008 | 1008 | ||
@@ -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.102 2009/07/02 19:57:34 roberto Exp roberto $ | 1883 | -** $Id: bugs,v 1.103 2009/08/04 18:51:19 roberto Exp roberto $ |
1884 | +** $Id: bugs,v 1.102 2009/07/02 19:57:34 roberto Exp roberto $ | 1884 | +** $Id: bugs,v 1.103 2009/08/04 18:51:19 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 | */ |
@@ -2193,7 +2193,7 @@ patch = [[ | |||
2193 | ]], | 2193 | ]], |
2194 | } | 2194 | } |
2195 | 2195 | ||
2196 | But{ | 2196 | Bug{ |
2197 | what = [[smart use of varargs may create functions that return too | 2197 | what = [[smart use of varargs may create functions that return too |
2198 | many arguments and overflow the stack of C functions]], | 2198 | many arguments and overflow the stack of C functions]], |
2199 | report = [[Patrick Donnelly, on 2008/12/10]], | 2199 | report = [[Patrick Donnelly, on 2008/12/10]], |
@@ -2213,7 +2213,7 @@ patch = [[ | |||
2213 | ]], | 2213 | ]], |
2214 | } | 2214 | } |
2215 | 2215 | ||
2216 | But{ | 2216 | Bug{ |
2217 | what = [['debug.getfenv' does not check whether it has an argument]], | 2217 | what = [['debug.getfenv' does not check whether it has an argument]], |
2218 | report = [[Patrick Donnelly, 2009/07/30]], | 2218 | report = [[Patrick Donnelly, 2009/07/30]], |
2219 | since = [[5.1]], | 2219 | since = [[5.1]], |