aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 08:02:43 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-07-10 08:02:43 +0000
commitef9fd492fa235523ec39d50c87e7cd4e3c377f7c (patch)
tree56af3897d0a5bb5bccde69dee767123358c20665 /ChangeLog
parent83240be247a4d9de3fffedc9f230c5a2f6cefb7d (diff)
downloadruby-ef9fd492fa235523ec39d50c87e7cd4e3c377f7c.tar.gz
remove duplicated entry
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41890 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 0 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index ef18683011..6fb64d0e97 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,11 +3,6 @@ Wed Jul 10 14:18:59 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
* process.c (fork_daemon): kill the other threads all and abandon the
kept mutexes.
-Wed Jul 10 14:14:44 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * process.c (fork_daemon): kill the other threads all and abandon the
- kept mutexes.
-
Wed Jul 10 11:35:36 2013 NAKAMURA Usaku <usa@ruby-lang.org>
* test/net/http/test_http.rb (TestNetHTTP_v1_2#test_get,