aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-11 13:37:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-07-11 13:37:22 +0000
commitbc7a97c82647406ee0df4bc2066e4f77c8572eb0 (patch)
treefe72622fbb69a19b3e73982193596404e5bfe8c1 /ChangeLog
parentb2d25f72c8a60c87c04dc555d58163e6b7c65e91 (diff)
downloadruby-bc7a97c82647406ee0df4bc2066e4f77c8572eb0.tar.gz
* configure.in (aix): needs ruby.imp even with gcc.
(ruby-bugs:PR#1007) git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@4062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9410712dd9..eb5f93a79e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jul 11 22:37:18 2003 Nobuyoshi Nakada <nobu.nokada@softhome.net>
+
+ * configure.in (aix): needs ruby.imp even with gcc.
+ (ruby-bugs:PR#1007)
+
Fri Jul 11 18:37:37 2003 WATANABE Hirofumi <eban@ruby-lang.org>
* instruby.rb: do not handle directories. [ruby-dev:20613]