summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-16 13:56:19 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-04-16 13:56:19 +0000
commit33d48e306d5300d51022a1cb5b0a8c17f2979580 (patch)
treec809c96da1a889e109628dc46ca55454be08a778 /ChangeLog
parent235e37bc5924a91cf3420470840097ebd78c89ac (diff)
downloadruby-33d48e306d5300d51022a1cb5b0a8c17f2979580.tar.gz
ruby-33d48e306d5300d51022a1cb5b0a8c17f2979580.tar.xz
ruby-33d48e306d5300d51022a1cb5b0a8c17f2979580.zip
* ext/pty/expect_sample.rb: avoid symbolic link representation for
expect. a patch from Kazuhiro NISHIYAMA <zn at mbf.nifty.com>. [ruby-dev:30714] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12185 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9ab73ae5f..b3006a580 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Mon Apr 16 22:56:01 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * ext/pty/expect_sample.rb: avoid symbolic link representation for
+ expect. a patch from Kazuhiro NISHIYAMA <zn at mbf.nifty.com>.
+ [ruby-dev:30714]
+
Mon Apr 16 22:51:11 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* sample: replace TRUE, FALSE with true, false respectively.