From ccb45a9b730a41429911421bd67a9313b76eeb2d Mon Sep 17 00:00:00 2001 From: yugui Date: Sun, 19 Apr 2009 13:34:30 +0000 Subject: merges r23072 from trunk into ruby_1_9_1. -- * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for prototypes of compatibility functions on Win32 platform. [ruby-core:22870] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_9_1@23225 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a12319fa9..0ee7f87ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Mar 13 21:11:51 2009 Yukihiro Matsumoto + + * ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well for + prototypes of compatibility functions on Win32 platform. + [ruby-core:22870] + Thu Mar 26 11:33:13 2009 Nobuyoshi Nakada * lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considers -- cgit