From 21b9680f481c83237418f8f93dc746e6f301ae7f Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Sep 2007 23:57:17 +0000 Subject: * include/ruby/win32.h (strcasecmp): needed for type_strcasehash. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0be46fec0..b1719464c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sat Sep 29 08:57:15 2007 Nobuyoshi Nakada + + * include/ruby/win32.h (strcasecmp): needed for type_strcasehash. + Sat Sep 29 06:47:29 2007 Nobuyoshi Nakada * ruby.c (struct cmdline_options): static variables packed. -- cgit