From 60d976b3ddbbb77f378c34f6633efb2cf4331d15 Mon Sep 17 00:00:00 2001 From: yugui Date: Tue, 31 May 2011 03:18:19 +0000 Subject: merges r30542 from trunk into ruby_1_9_2. Fixes #4279. -- * pack.c (pack_unpack): the resulted string of unpack('M') must have ASCII-8BIT encoding (and ENC_CODERANGE_VALID). [ruby-core:34482] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@31852 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 8e911ab5fc..5eda90ccc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Jan 14 14:01:12 2011 NARUSE, Yui + + * pack.c (pack_unpack): the resulted string of unpack('M') must have + ASCII-8BIT encoding (and ENC_CODERANGE_VALID). [ruby-core:34482] + Sat Dec 25 20:01:40 2010 KOSAKI Motohiro * io.c (pipe_open): Added rb_thread_atfork(). We must reinitialize -- cgit v1.2.3