diff options
author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-19 14:44:30 +0000 |
---|---|---|
committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-06-19 14:44:30 +0000 |
commit | 86b3a4fa2edcb532e5963523ecb7fa08327702da (patch) | |
tree | 414d9ba6e6ee0450fa4fb34afa2e7c5eb93c2613 | |
parent | 69422f30189486cd3052483df516064f0972f74a (diff) | |
download | ruby-86b3a4fa2edcb532e5963523ecb7fa08327702da.tar.gz ruby-86b3a4fa2edcb532e5963523ecb7fa08327702da.tar.xz ruby-86b3a4fa2edcb532e5963523ecb7fa08327702da.zip |
Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org>
* ext/nkf/lib/kconv.rb: remove default -m0 and fix document.
* ext/nkf/nkf-8/{nkf.c, config.h, utf8tbl.c, utf8tbl.h}:
imported nkf 2.0.7.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +Mon Jun 19 23:40:59 2006 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/lib/kconv.rb: remove default -m0 and fix document. + + * ext/nkf/nkf-8/{nkf.c, config.h, utf8tbl.c, utf8tbl.h}: + imported nkf 2.0.7. + Mon Jun 19 17:02:14 2006 Yukihiro Matsumoto <matz@ruby-lang.org> * sample/test.rb (proc_return3): return within non lambda block |