From 7b40e69d7fb8e8a623ef6e65c127f15570b549e4 Mon Sep 17 00:00:00 2001 From: nobu Date: Thu, 4 Oct 2007 07:16:04 +0000 Subject: * parse.y (reg_compile_gen): copy encoding from source string. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f87ce9e81..e41a0b108 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,9 @@ -Thu Oct 4 15:57:16 2007 Nobuyoshi Nakada +Thu Oct 4 16:15:55 2007 Nobuyoshi Nakada * encoding.c (rb_obj_encoding): returns encoding of the given object. + * parse.y (reg_compile_gen): copy encoding from source string. + * re.c (Init_Regexp): new method Regexp#encoding. * string.c (str_encoding): moved to encoding.c -- cgit