summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-01-20 08:37:03 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>1998-01-20 08:37:03 +0000
commitbbc6ab73bea2cf21ce36726b653ee09d6fe46fdf (patch)
treef37bbc216544bdf40939314c47613f4c46fd7ef5 /ChangeLog
parent241e62c0cffc039411d5c95521e027d45c14408a (diff)
*** empty log message ***
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/v1_1r@35 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4d40131474..29e5267259 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
Tue Jan 20 15:19:59 1998 Yukihiro Matsumoto <matz@netlab.co.jp>
+ * ext/tcltklib/extconf.rb: more accurate check for tcl/tk libs.
+
* file.c (rb_stat): most of the FileTest methods (and function
`test') accept File objects as the argument.