forked from ruby/ruby
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert r43675 and r43683 without tests for applying rollback patch.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
Showing
2 changed files
with
4 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,13 +5,6 @@ Sat Nov 16 00:18:36 2013 Masaki Matsushita <[email protected]> | |
|
||
* test/ruby/test_beginendblock.rb: test for above. | ||
|
||
Fri Nov 15 22:21:34 2013 Nobuyoshi Nakada <[email protected]> | ||
|
||
* hash.c (hash_foreach_iter, hash_foreach_ensure, rb_hash_foreach): | ||
deal with iteration level when reentering by callcc. temporary | ||
measure until rollback of ensure is introduced. [ruby-dev:47807] | ||
[Bug #9105] | ||
|
||
Fri Nov 15 17:07:31 2013 Nobuyoshi Nakada <[email protected]> | ||
|
||
* lib/delegate.rb (Delegator#send): override to get rid of global function interference. | ||
|
@@ -45,10 +38,7 @@ Thu Nov 14 19:53:00 2013 Tanaka Akira <[email protected]> | |
EVP_CIPHER_CTX_ctrl (and internally aes_gcm_ctrl) fail. | ||
[ruby-core:55143] [Bug #8439] reported by Vit Ondruch. | ||
|
||
Thu Nov 14 11:35:37 2013 Nobuyoshi Nakada <[email protected]> | ||
|
||
* hash.c (hash_foreach_ensure): restore iter_lev to the previous | ||
value, not just decrement. [ruby-dev:47803] [Bug #9105] | ||
Thu Nov 14 11:33:47 2013 Nobuyoshi Nakada <[email protected]> | ||
|
||
* hash.c (foreach_safe_i, hash_foreach_iter): deal with error detected | ||
by ST_CHECK. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters