diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-04-11 12:34:21 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2016-04-11 12:34:21 -0300 |
| commit | c258870c59a82e344b3155a271d25b389b5a7422 (patch) | |
| tree | b7a44d7140aad0e65a42515c6012266891df9f1a | |
| parent | e8e39a277f9f81e5cb2638a1d13d4d96e3731b16 (diff) | |
| download | lua-c258870c59a82e344b3155a271d25b389b5a7422.tar.gz lua-c258870c59a82e344b3155a271d25b389b5a7422.tar.bz2 lua-c258870c59a82e344b3155a271d25b389b5a7422.zip | |
diff for last bug was against wrong version
| -rw-r--r-- | bugs | 6 |
1 files changed, 3 insertions, 3 deletions
| @@ -3588,9 +3588,9 @@ co = coroutine.wrap(f) | |||
| 3588 | print(co()) --> ??? (should be 2) | 3588 | print(co()) --> ??? (should be 2) |
| 3589 | ]], | 3589 | ]], |
| 3590 | patch = [[ | 3590 | patch = [[ |
| 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; |
