summaryrefslogtreecommitdiffstats
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
commit5990be1846c64c33d572069b64f6cb9aafedbac9 (patch)
tree9a2e629442a773fe4e40ee2017d492f7a9bbb3da /ChangeLog
parentf50979ef95a6969a58e56605dcdb26c2586a5e68 (diff)
* transcode.c (transcode_restartable0): avoid VC++6's bug.
git-svn-id: http://svn.ruby-lang.org/repos/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 71186e22d..868067883 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.