From 4323ce70d7fc7604390257e7c22d9849462f2d4b Mon Sep 17 00:00:00 2001 From: akr Date: Sat, 9 Aug 2008 10:32:02 +0000 Subject: * transcode.c (transcode_char_start): arguments changed. (transcode_restartable): arguments changed to avoid *in_pos points out of buffer by decreasing *in_pos. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f16780a32..e9b426837 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Sat Aug 9 19:28:50 2008 Tanaka Akira + + * transcode.c (transcode_char_start): arguments changed. + (transcode_restartable): arguments changed to avoid *in_pos points + out of buffer by decreasing *in_pos. + Sat Aug 9 16:33:21 2008 Tanaka Akira * transcode_data.h (rb_transcoding): new fields: next_info and next_byte. -- cgit