From 46d4991a331e68d6b3c1292b12ed9e4896c07c65 Mon Sep 17 00:00:00 2001 From: akr Date: Thu, 27 Dec 2007 07:38:23 +0000 Subject: * re.c (rb_reg_s_union): show encodings in error message. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14734 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c4fab6d80..6ba45bed6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Thu Dec 27 16:37:06 2007 Tanaka Akira + + * re.c (rb_reg_s_union): show encodings in error message. + Thu Dec 27 15:25:16 2007 Tanaka Akira * encoding.c (rb_enc_codelen): show codepoint in error message. -- cgit