diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 08:36:30 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-12-22 08:36:30 +0000 |
| commit | 8c547e3c0a535ca0c0c118be94ca13fd79d0f035 (patch) | |
| tree | 373192f1c7b088c042a7c26c7dfc421dae5befda /ChangeLog | |
| parent | db2b630b93faf52e8bac409eeda6ba300cbae2cc (diff) | |
| download | ruby-8c547e3c0a535ca0c0c118be94ca13fd79d0f035.tar.gz ruby-8c547e3c0a535ca0c0c118be94ca13fd79d0f035.tar.xz ruby-8c547e3c0a535ca0c0c118be94ca13fd79d0f035.zip | |
* ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157.
* ext/nkf/nkf.c (rb_nkf_enc_get): replicate proper based encoding.
* ext/nkf/kconv.c (Kconv#kconv, to*): use self.encoding as from_enc
when from_enc isn't given.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@14481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +Sat Dec 22 17:35:59 2007 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157. + + * ext/nkf/nkf.c (rb_nkf_enc_get): replicate proper based encoding. + + * ext/nkf/kconv.c (Kconv#kconv, to*): use self.encoding as from_enc + when from_enc isn't given. + Sat Dec 22 17:31:41 2007 NAKAMURA Usaku <usa@ruby-lang.org> * lib/mkmf.rb ($extmk): fixed broken condition. |
