aboutsummaryrefslogtreecommitdiff
path: root/bugs
diff options
context:
space:
mode:
Diffstat (limited to 'bugs')
-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;