From 902b852d8f1dad08097de87c405c4ea85fb6ef4d Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 13 Mar 2008 05:14:21 +0000 Subject: * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check. * trunk/configure.in (rb_cv_type_uint32_t): unqouted. [ruby-dev:34030] * trunk/string.c (hash): use inttypes.h instead of stdint.h. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@15762 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index ef7f7ce98..59158098f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Thu Mar 13 14:14:19 2008 Nobuyoshi Nakada + + * trunk/configure.in (AC_CHECK_HEADERS): stdint.h is not needed to check. + + * trunk/configure.in (rb_cv_type_uint32_t): unqouted. [ruby-dev:34030] + + * trunk/string.c (hash): use inttypes.h instead of stdint.h. + Thu Mar 13 03:12:48 2008 Yukihiro Matsumoto * lib/irb/cmd/help.rb: should be updated for new ri structure. -- cgit