From d498620a7b70ea8adbc6d6ba0f1ab29943638b72 Mon Sep 17 00:00:00 2001 From: nobu Date: Sat, 29 Oct 2011 00:06:05 +0000 Subject: [PATCH] * ChangeLog: commit miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 600ca03f00..3746a9f35e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Sat Oct 29 09:05:07 2011 Nobuyoshi Nakada <> +Sat Oct 29 09:05:07 2011 Nobuyoshi Nakada * thread_pthread.h: no Structured Exception Handling like macros. [ruby-core:40432] [Bug #5491]