From 7d8b85dede6236911a73686b11d1c31f30975a8e Mon Sep 17 00:00:00 2001 From: shyouhei Date: Wed, 28 Feb 2007 12:05:21 +0000 Subject: * merge -c 11935 git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8_6@11938 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 9c38c0d5f..b2b5c174a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Wed Feb 28 20:51:32 2007 URABE Shyouhei + + * pack.c (pack_unpack): properly ignore non-base64 octets such as + UTF-8 encoded BOMs; submitted by SOUMA Yutaka + to fix [ruby-core:10437] + Tue Feb 27 21:50:10 2007 WATANABE Hirofumi * util.c (__crt0_glob_function): use ruby_glob() instead of rb_globi(). -- cgit