From dcad53d3bc3e4e716abfd63a813cecb496723923 Mon Sep 17 00:00:00 2001 From: kanemoto Date: Thu, 12 Nov 2009 16:01:28 +0000 Subject: merges r24482, r25061, r25124, r25126, r25552 from trunk into ruby_1_9_1. These patches are for AIX compilation issues. This commit is allowed by branch master (yugui). Thanks! * ext/socket/extconf.rb : Compilation failure on AIX. ss_len (a member of struct sockaddr_storage) has preceding __, but ss_family does not have it from AIX 5.2. * Makefile.in (miniruby): suppress duplication warning on AIX. * common.mk (ruby.imp): add text section [Bug #2064]. * common.mk (ruby.imp): do not export Init_*. * dln.c (aix_loaderror): fixed typo. suppress warnings. * common.mk (ruby.imp): excluded prelude.o to get rid of circular dependency. [ruby-dev:39052] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@25740 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6060ee5545..0f34765f81 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Thu Oct 29 01:22:01 2009 Yutaka Kanemoto + + * ext/socket/extconf.rb : Compilation failure on AIX. + ss_len (a member of struct sockaddr_storage) has preceding __, + but ss_family does not have it from AIX 5.2. + +Mon Sep 28 01:28:17 2009 Yutaka Kanemoto + + * Makefile.in (miniruby): suppress duplication warning on AIX. + +Mon Sep 28 01:13:25 2009 Yutaka Kanemoto + + * common.mk (ruby.imp): add text section [Bug #2064]. + + * common.mk (ruby.imp): do not export Init_*. + +Thu Sep 24 01:14:18 2009 Yutaka Kanemoto + + * dln.c (aix_loaderror): fixed typo. suppress warnings. + +Sun Aug 9 16:36:51 2009 Nobuyoshi Nakada + + * common.mk (ruby.imp): excluded prelude.o to get rid of circular + dependency. [ruby-dev:39052] + Thu Sep 17 06:03:40 2009 Marc-Andre Lafortune * lib/matrix.rb (Matrix#rank): Two bug fixes. One made -- cgit v1.2.3