From e43c19a8259b51e38e13da2fb2eb388a2c7b9efb Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 21 Dec 2007 05:03:14 +0000 Subject: * test/ruby/test_system.rb (TestSystem::valid_syntax): apply ASCII-8BIT encoding explicitly. * re.c (rb_reg_prepare_re): add encoding name in the message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14402 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4a8a9f79c..66eefad25 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Fri Dec 21 14:01:14 2007 Yukihiro Matsumoto + + * test/ruby/test_system.rb (TestSystem::valid_syntax): apply + ASCII-8BIT encoding explicitly. + + * re.c (rb_reg_prepare_re): add encoding name in the message. + Fri Dec 21 13:54:05 2007 Tanaka Akira * re.c: change "character encodings differ" error messages. -- cgit