From 68a6c0f90ec8b2dc2f2680ec0d15110a237e1384 Mon Sep 17 00:00:00 2001 From: ko1 Date: Sat, 25 Aug 2007 08:51:59 +0000 Subject: * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index fcaf7952c..8f62973dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Aug 25 17:48:51 2007 Koichi Sasada + + * cont.c: rename FIBER_STACK_SIZE to FIBER_VM_STACK_SIZE. + Sat Aug 25 17:05:05 2007 Nobuyoshi Nakada * io.c (swallow): removed condition using an unset variable. -- cgit