diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 06:57:19 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-04 06:57:19 +0000 |
| commit | 6b7eba512d5e0baf4af852256859a6a139135ac9 (patch) | |
| tree | 0683f9609b4761db95c734f093f55459778cd1d1 /ChangeLog | |
| parent | d653bde761787d2d1b0d46f766b525d8a4bc4276 (diff) | |
* encoding.c (rb_obj_encoding): returns encoding of the given object.
* re.c (Init_Regexp): new method Regexp#encoding.
* string.c (str_encoding): moved to encoding.c
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +Thu Oct 4 15:57:16 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_obj_encoding): returns encoding of the given object. + + * re.c (Init_Regexp): new method Regexp#encoding. + + * string.c (str_encoding): moved to encoding.c + Thu Oct 4 15:49:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org> * array.c (rb_ary_permutation): remove C99 dependency. |
