aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 11:50:57 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-11-11 11:50:57 +0000
commite087f9ed6ade89fea17b5134104d26a99df3250b (patch)
tree37cd036cd743a967c9d783fe711f93bff83ef262 /ChangeLog
parentb0e3af492216f9517480208bffb99656cd122a89 (diff)
downloadruby-e087f9ed6ade89fea17b5134104d26a99df3250b.tar.gz
* configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.
a patch from Wataru Kimura in Bug #193 [ruby-core:17333]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@20210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0e07acfa01..380fbe612f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Nov 11 20:49:29 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
+
+ * configure.in: fix SEGV on Mac OS X 10.5.3 with pthread.
+ a patch from Wataru Kimura in Bug #193 [ruby-core:17333].
+
Tue Nov 11 20:39:27 2008 Tadayoshi Funaba <tadf@dotrb.org>
* lib/date.rb (inspect): reverted the previous change.