summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 10:36:59 +0000
committerkosaki <kosaki@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-12-07 10:36:59 +0000
commit3bbffbc7dd024179777192950ac07b9ef6ca2968 (patch)
tree01b93fdd18dcca5efa724c89cc33e11523102677 /ChangeLog
parent65129f3a5dfbfd820f9ad96268f6992f667efe8d (diff)
Revert r38216 and r38221. Release manager mark this feature as "next minor".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 0 insertions, 17 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c7e4a5710..5afd268ae3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -208,23 +208,6 @@ Thu Dec 6 01:10:36 2012 Nobuyoshi Nakada <nobu@ruby-lang.org>
called, as mentioned in r14173. patched by charliesome (Charlie
Somerville). [ruby-core:50489] [Bug #7499]
-Thu Dec 6 00:51:21 2012 Masaya Tarui <tarui@ruby-lang.org>
-
- * lib/timeout.rb (Timeout#timeout): specify a exception
- more strictly at async_interrupt_timing.
-
-Wed Dec 5 04:50:17 2012 KOSAKI Motohiro <kosaki.motohiro@gmail.com>
-
- * lib/timeout.rb (Timeout#timeout): set
- async_interrupt_timing(:on_blocking) by default.
- [Bug #7503] [ruby-core:50524]
-
- * test/test_timeout.rb (test_timeout_blocking): test for the above.
- * test/test_timeout.rb (test_timeout_immediate): ditto
- * test/test_timeout.rb (test_timeout_immediate2): ditto.
-
- * NEWS: news for the above.
-
Wed Dec 5 23:50:23 2012 Narihiro Nakamura <authornari@gmail.com>
* gc.c (getrusage_time): uses clock_gettime() with