From 34a82e1943fcd23364bf55ba56608106866fa420 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 19 Sep 2005 09:38:40 +0000 Subject: * ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support. [ruby-dev:27151] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@9231 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 135aa08ce..35aacbf47 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Sep 19 18:35:13 2005 Yukihiro Matsumoto + + * ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support. + [ruby-dev:27151] + Mon Sep 19 14:17:04 2005 Minero Aoki * ext/syck/emitter.c (syck_emit): passing an int* value to the -- cgit