diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-29 08:20:13 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-29 08:20:13 +0000 |
| commit | f268b26d51a9f62308b356306e0c43bf0bb39c46 (patch) | |
| tree | 0aa334f85d41ec70ed19c62a2a0b7ceca7572eef /ChangeLog | |
| parent | 7e093fcf1f3401f6b6ea2031c30b57c725d2bae6 (diff) | |
| download | ruby-f268b26d51a9f62308b356306e0c43bf0bb39c46.tar.gz ruby-f268b26d51a9f62308b356306e0c43bf0bb39c46.tar.xz ruby-f268b26d51a9f62308b356306e0c43bf0bb39c46.zip | |
* encoding.c (rb_enc_replicate): new function to replicate encoding.
* encoding.c (enc_based_encoding): Encoding#base_encoding returns
based encoding of replica.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13790 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Oct 29 17:20:13 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * encoding.c (rb_enc_replicate): new function to replicate encoding. + + * encoding.c (enc_based_encoding): Encoding#base_encoding returns + based encoding of replica. + Mon Oct 29 17:18:36 2007 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (rb_enc_compatible): ASCII encoding is compatible with |
