summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authoryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-20 09:53:46 +0000
committeryugui <yugui@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-01-20 09:53:46 +0000
commit0c67de6704f1dd357e36a5b7d1e506f2cef59a01 (patch)
treecca4e7dd0165aa250051c40604ccffbc7ac4d5ea /ChangeLog
parente854917e091db0ce692bfec66cae4aa09f4c19f5 (diff)
* Reverts r21598 and r21599 because the original behavior is
intentional. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@21695 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 d6237c738a..4799ea1159 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue Jan 20 17:59:52 2009 Yuki Sonoda (Yugui) <yugui@yugui.jp>
+
+ * Reverts r21598 and r21599 because the original behavior is
+ intentional.
+
Tue Jan 20 09:26:05 2009 NAKAMURA Usaku <usa@ruby-lang.org>
* ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug.