aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-03 16:02:10 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-09-03 16:02:10 +0000
commit9b6608c78d22d753870783ef918b728155d92eed (patch)
tree9a2e629442a773fe4e40ee2017d492f7a9bbb3da /ChangeLog
parent71e00fd061c9933671b203991152bd3a8bb164ec (diff)
downloadruby-9b6608c78d22d753870783ef918b728155d92eed.tar.gz
* transcode.c (transcode_restartable0): avoid VC++6's bug.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19105 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 71186e22da..8680678832 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Thu Sep 4 01:00:57 2008 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * transcode.c (transcode_restartable0): avoid VC++6's bug.
+
Thu Sep 4 00:26:27 2008 NAKAMURA Usaku <usa@ruby-lang.org>
* io.c (make_writeconv): follow akr's previous commit.