From 53149d38bd53326c5efab93e9956bea5d686d3ff Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 25 Feb 2007 01:16:58 +0000 Subject: * rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11875 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f08d12160..d2fb1041d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Feb 25 10:16:50 2007 Nobuyoshi Nakada + + * rubyio.h (HAVE_RB_IO_T): macro to tell if rb_io_t is defined. + Sat Feb 24 19:39:16 2007 Minero Aoki * common.mk: new target "btest", to run bootstraptests. -- cgit