aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-27 03:13:54 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-27 03:13:54 +0000
commit0a88cb504baf9d4c483de63b7efa33d58ff4bdcc (patch)
tree4c4f5659c60a798ea474a1a40d317c094b1014db /ChangeLog
parenta61e734d0f4ada46930044d3fc2c5d4bf6916a1d (diff)
downloadruby-0a88cb504baf9d4c483de63b7efa33d58ff4bdcc.tar.gz
* test/ruby/envutil.rb: reverted the changeset 19948 because it
concealed unexpected behaviours of ruby. * test/ruby/test_io.rb: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19961 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c468d0448d..e5d709be50 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Oct 27 12:04:58 2008 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * test/ruby/envutil.rb: reverted the changeset 19948 because it
+ concealed unexpected behaviours of ruby.
+
+ * test/ruby/test_io.rb: ditto.
+
Mon Oct 27 12:02:53 2008 Kazuhiro NISHIYAMA <zn@mbf.nifty.com>
* ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable.