From af3eec49e06486c95749eca01613824c2d49c512 Mon Sep 17 00:00:00 2001 From: naruse Date: Sat, 31 May 2008 10:14:38 +0000 Subject: * enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc): fix codepoint to bytes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16717 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5f7f90d89..0662224a0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sat May 31 19:11:39 2008 NARUSE, Yui + + * enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc): + fix codepoint to bytes. + Sat May 31 18:28:17 2008 Nobuyoshi Nakada * suppress warnings with -Wwrite-string. -- cgit