aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-30 00:41:32 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-05-30 00:41:32 +0000
commitdaacec2b0ecb6f11b31bd2592a97e482a0fd5629 (patch)
tree4cb7c2135f1e4b6fcfbf4b838c538da62747a616 /ChangeLog
parent682a52e61cbc7ca5674e5bb546621b78fe4f7ab9 (diff)
downloadruby-daacec2b0ecb6f11b31bd2592a97e482a0fd5629.tar.gz
* thread_pthread.ci (thread_timer): must not be applied to trunk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@12411 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 0 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 954bb406e9..b305580caf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,3 @@
-Wed May 30 04:29:43 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
-
- * thread_pthread.ci (thread_timer): timer thread should not
- receive any signals. submitted by Sylvain Joyeux.
- [ruby-core:08546]
-
Wed May 30 04:18:37 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* eval.c (rb_eval_cmd): just return if no exceptions.