aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-08-05 10:09:38 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2009-08-05 10:09:38 -0300
commit95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0 (patch)
tree0195479e98e324fbef27ca2b1572f2d27841648d
parentdecada8dc2e6ae9c95e4dd3fe3a12762535f95cc (diff)
downloadlua-95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0.tar.gz
lua-95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0.tar.bz2
lua-95cbc402dc4f246d2eeff3b53afcd183b3a8ccb0.zip
"But" -> "Bug" (misspelling)
-rw-r--r--bugs10
1 files changed, 5 insertions, 5 deletions
diff --git a/bugs b/bugs
index 04229cb4..f57a9dd4 100644
--- a/bugs
+++ b/bugs
@@ -1002,7 +1002,7 @@ lgc.c:
1002} 1002}
1003 1003
1004 1004
1005But{ 1005Bug{
1006 1006
1007what = [[debug hooks may get wrong when mixed with coroutines]], 1007what = [[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
2196But{ 2196Bug{
2197what = [[smart use of varargs may create functions that return too 2197what = [[smart use of varargs may create functions that return too
2198many arguments and overflow the stack of C functions]], 2198many arguments and overflow the stack of C functions]],
2199report = [[Patrick Donnelly, on 2008/12/10]], 2199report = [[Patrick Donnelly, on 2008/12/10]],
@@ -2213,7 +2213,7 @@ patch = [[
2213]], 2213]],
2214} 2214}
2215 2215
2216But{ 2216Bug{
2217what = [['debug.getfenv' does not check whether it has an argument]], 2217what = [['debug.getfenv' does not check whether it has an argument]],
2218report = [[Patrick Donnelly, 2009/07/30]], 2218report = [[Patrick Donnelly, 2009/07/30]],
2219since = [[5.1]], 2219since = [[5.1]],