summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 12:15:39 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-02-14 12:15:39 +0000
commita165ca6c020a76c7620a986b9bef7a2115dc37fd (patch)
tree9f5d2e746eb413a073dd92e69cb76cb4269d4cc1 /ChangeLog
parent522742a4293e0ed07fdfb4837011cd98e678ca38 (diff)
downloadruby-a165ca6c020a76c7620a986b9bef7a2115dc37fd.tar.gz
ruby-a165ca6c020a76c7620a986b9bef7a2115dc37fd.tar.xz
ruby-a165ca6c020a76c7620a986b9bef7a2115dc37fd.zip
* thread_pthread.ci (native_thread_create): adjust 4KB (page size)
alignment. * thread_pthread.ci (CHECK_ERR): call rb_bug() instead of printf() and exit(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ce09c899..64680203a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Wed Feb 14 21:12:36 2007 Koichi Sasada <ko1@atdot.net>
+
+ * thread_pthread.ci (native_thread_create): adjust 4KB (page size)
+ alignment.
+
+ * thread_pthread.ci (CHECK_ERR): call rb_bug()
+ instead of printf() and exit().
+
Wed Feb 14 16:48:56 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/date/format.rb (Date::Format::Bag::method_missing): need not