From 09abd57cd8ae7c79507dd68c884d08ab5a9f715c Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 7 Aug 2006 09:01:27 +0000 Subject: * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move incluion of config.h to pacify AIX. a patch from Yutaka Kanemoto . [ruby-dev:29197] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index cdd76bdb8..effde7316 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Mon Aug 7 17:56:59 2006 Yukihiro Matsumoto + + * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, + ext/digest/sha1/sha1ossl.c, ext/readline/readline.c: move + incluion of config.h to pacify AIX. a patch from Yutaka + Kanemoto . [ruby-dev:29197] + Mon Aug 7 15:55:08 2006 Yukihiro Matsumoto * ext/syck/syck.c (syck_move_tokens): should avoid negative -- cgit