summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-09 20:25:01 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-09 20:25:01 +0000
commit4bfa061e52c723e051d172c2d85cefb92aead1d9 (patch)
treec48ffa56f8ddc5406a89175413b288316358db69 /ChangeLog
parent47bb7f37a10a2d6c2d6075f3075a7f8cbe20bcfe (diff)
Partially revert r27949.
* cont.c (fiber_setcontext): Use longjmp() instead of swapcontext() on FreeBSD 9. [ruby-dev:41316] [Bug #3295] [Bug #5526] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@34530 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 70532395c6..30fd8903fa 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Feb 10 05:22:32 2012 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * cont.c (fiber_setcontext): Use longjmp() instead of swapcontext() on
+ FreeBSD 9. [ruby-dev:41316] [Bug #3295] [Bug #5526]
+
Fri Feb 10 05:13:12 2012 Ayumu AIZAWA <ayumu.aizawa@gmail.com>
* object.c: Added examples for Object#is_a? and