diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 07:16:04 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 07:16:04 +0000 |
| commit | 7b40e69d7fb8e8a623ef6e65c127f15570b549e4 (patch) | |
| tree | 8bf6b9ceb8deccd44e943a34458c142612ec4990 /ChangeLog | |
| parent | 6b7eba512d5e0baf4af852256859a6a139135ac9 (diff) | |
| download | ruby-7b40e69d7fb8e8a623ef6e65c127f15570b549e4.tar.gz ruby-7b40e69d7fb8e8a623ef6e65c127f15570b549e4.tar.xz ruby-7b40e69d7fb8e8a623ef6e65c127f15570b549e4.zip | |
* 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
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,7 +1,9 @@ -Thu Oct 4 15:57:16 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> +Thu Oct 4 16:15:55 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * 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 |
