From e88e36740f3f4392ffa6287688153517fd8f3a26 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 6 Sep 2005 23:35:31 +0000 Subject: * lib/mkmf.rb (what_type?): guesstimate type. * ext/etc/etc.c (setup_passwd), ext/etc/extconf.rb: pw_age might be char*. fixed: [ruby-core:05470] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9090 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 44f20907c..13857346b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -Wed Sep 7 08:22:23 2005 Nobuyoshi Nakada +Wed Sep 7 08:35:04 2005 Nobuyoshi Nakada * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load extension libraries. @@ -11,6 +11,11 @@ Wed Sep 7 08:22:23 2005 Nobuyoshi Nakada * ext/digest/sha2/extconf.rb: reject platforms which has inttypes.h but no 64bit integer. + * lib/mkmf.rb (what_type?): guesstimate type. + + * ext/etc/etc.c (setup_passwd), ext/etc/extconf.rb: pw_age might be + char*. fixed: [ruby-core:05470] + Mon Sep 5 22:28:46 2005 Nobuyoshi Nakada * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might be -- cgit