aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2016-04-11 12:34:21 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2016-04-11 12:34:21 -0300
commitc258870c59a82e344b3155a271d25b389b5a7422 (patch)
treeb7a44d7140aad0e65a42515c6012266891df9f1a
parente8e39a277f9f81e5cb2638a1d13d4d96e3731b16 (diff)
downloadlua-c258870c59a82e344b3155a271d25b389b5a7422.tar.gz
lua-c258870c59a82e344b3155a271d25b389b5a7422.tar.bz2
lua-c258870c59a82e344b3155a271d25b389b5a7422.zip
diff for last bug was against wrong version
-rw-r--r--bugs6
1 files changed, 3 insertions, 3 deletions
diff --git a/bugs b/bugs
index 355870e2..eb439c8b 100644
--- a/bugs
+++ b/bugs
@@ -3588,9 +3588,9 @@ co = coroutine.wrap(f)
3588print(co()) --> ??? (should be 2) 3588print(co()) --> ??? (should be 2)
3589]], 3589]],
3590patch = [[ 3590patch = [[
3591--- lstrlib.c 2016/02/25 19:42:55 1.240 3591--- lstrlib.c 2015/11/25 16:28:17 1.239
3592+++ lstrlib.c 2016/03/21 17:27:07 3592+++ lstrlib.c 2016/04/11 15:29:41
3593@@ -688,14 +688,13 @@ 3593@@ -688,6 +688,7 @@
3594 static int gmatch_aux (lua_State *L) { 3594 static int gmatch_aux (lua_State *L) {
3595 GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3)); 3595 GMatchState *gm = (GMatchState *)lua_touserdata(L, lua_upvalueindex(3));
3596 const char *src; 3596 const char *src;