From e9b98f413e344b3fab57db5aad6133801b09d8d6 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 13 Mar 2009 01:42:21 +0000 Subject: * configure.in (AC_HEADER_DIRENT): added. * include/ruby/ruby.h (NUM2INT, rb_special_const_p): returns true and false instead of Qtrue and Qfalse for platforms where VALUE is bigger than int. * gc.c (gc_stress_set), ext/openssl/ossl_asn1.c (decode_bool): got rid of variables named `bool'. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22922 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 75ea0fbaae..0bf9ae2f20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Fri Mar 13 10:42:19 2009 Nobuyoshi Nakada + + * configure.in (AC_HEADER_DIRENT): added. + + * include/ruby/ruby.h (NUM2INT, rb_special_const_p): returns true + and false instead of Qtrue and Qfalse for platforms where VALUE + is bigger than int. + + * gc.c (gc_stress_set), ext/openssl/ossl_asn1.c (decode_bool): go + rid of variables named `bool'. + Fri Mar 13 10:16:36 2009 Nobuyoshi Nakada * configure.in (struct stat.st_size): may be huge. -- cgit v1.2.3