aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 12:21:16 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-09-29 12:21:16 +0000
commit42f0ea8c612015dfb57d53fd41bf7e0e4b7427bf (patch)
tree3745b49d60249b148bedf1b2254db7a7341602d0 /ChangeLog
parent54bf027c91b1aff3a3e2a905ced202963023ec78 (diff)
downloadruby-42f0ea8c612015dfb57d53fd41bf7e0e4b7427bf.tar.gz
* configure.in (--enable-pthread): deprecated.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25156 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index bbb307d25a..1f7695222d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Tue Sep 29 21:21:15 2009 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * configure.in (--enable-pthread): deprecated.
+
Tue Sep 29 21:03:59 2009 Yusuke Endoh <mame@tsg.ne.jp>
* lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p.