From 7c92899994dae9d2393a8233edd47c5e83a9ac67 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 28 Nov 2008 15:23:09 +0000 Subject: * cont.c (fiber_alloc): separate allocation and initialization. allow subclass to override #initialize. [ruby-core:20086] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20388 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index de89039f1..3976cd804 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat Nov 29 00:18:30 2008 Yukihiro Matsumoto + + * cont.c (fiber_alloc): separate allocation and initialization. + allow subclass to override #initialize. [ruby-core:20086] + Fri Nov 28 18:31:21 2008 Yukihiro Matsumoto * ext/socket/socket.c (sock_s_getaddrinfo): refactored to remove -- cgit