From a165ca6c020a76c7620a986b9bef7a2115dc37fd Mon Sep 17 00:00:00 2001 From: ko1 Date: Wed, 14 Feb 2007 12:15:39 +0000 Subject: * 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 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') 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 + + * 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 * lib/date/format.rb (Date::Format::Bag::method_missing): need not -- cgit