aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-28 07:38:25 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2002-08-28 07:38:25 +0000
commit3685a85b3d60bb6bdee18b3634ec8e264d8031c5 (patch)
tree2ffade70da442124bc5decfc31e593807a7e6f62 /ChangeLog
parent1a44a463af542ca3f5692d1e99cc2a42881c05dc (diff)
downloadruby-3685a85b3d60bb6bdee18b3634ec8e264d8031c5.tar.gz
* configure.in (ar): don't check twice for ar.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@2753 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 96def5e582..f668800812 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Aug 28 16:36:40 2002 WATANABE Hirofumi <eban@ruby-lang.org>
+
+ * configure.in (ar): don't check twice for ar.
+
Wed Aug 28 15:00:29 2002 Yukihiro Matsumoto <matz@ruby-lang.org>
* string.c (rb_str_delete_bang): should check if str->ptr is 0.