From c0a51f4e8b45f8e8a25e02f533993c556a216f1d Mon Sep 17 00:00:00 2001 From: ocean Date: Tue, 13 Sep 2005 05:35:27 +0000 Subject: * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0 because of crypt argument's constness mismatch. (I hope this works) (http://mput.dip.jp/autobuild/ruby-trunk/log/20050913T110001.gz) git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9144 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c3d472f73..9719292bb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 13 14:27:47 2005 Hirokazu Yamamoto + + * string.c, missing.h: failed to build on powerpc-apple-darwin7.9.0 + because of crypt argument's constness mismatch. (I hope this works) + (http://mput.dip.jp/autobuild/ruby-trunk/log/20050913T110001.gz) + Tue Sep 13 12:33:05 2005 * lib/yaml.rb: reworking YAML::Stream to use the new -- cgit