diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-03-27 13:48:21 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-03-27 13:48:21 +0000 |
| commit | 5e2e67c4c2e118e48418434626bf4b6fde55ec63 (patch) | |
| tree | ab030eff7aee3c3120283ac08520c7575f54de69 /ChangeLog | |
| parent | 673ded681abb4b844581ea74ecc74d45e92b4480 (diff) | |
| download | ruby-5e2e67c4c2e118e48418434626bf4b6fde55ec63.tar.gz ruby-5e2e67c4c2e118e48418434626bf4b6fde55ec63.tar.xz ruby-5e2e67c4c2e118e48418434626bf4b6fde55ec63.zip | |
* ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: imported nkf 2.0.6.
* Add --ic / --oc option and mapping tables.
* Add fallback option.
* Add --no-best-fit-chars option.
* Fix some bugs.
* ext/nkf/nkf.c (nkf_split_options): added for parse option string.
* ext/nkf/lib/kconv.rb (Kconv.to*): add -m0.
Note that Kconv.to* still imply -X.
* ext/nkf/test.rb: Removed. Obsolete by test/nkf.
* ext/.document: enabled documents in nkf and kconv
* ext/nkf/nkf.c, ext/nkf/lib/kconv.rb: Add rdoc.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@10057 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ +Mon Mar 27 22:45:37 2006 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: imported nkf 2.0.6. + * Add --ic / --oc option and mapping tables. + * Add fallback option. + * Add --no-best-fit-chars option. + * Fix some bugs. + + * ext/nkf/nkf.c (nkf_split_options): added for parse option string. + + * ext/nkf/lib/kconv.rb (Kconv.to*): add -m0. + Note that Kconv.to* still imply -X. + + * ext/nkf/test.rb: Removed. Obsolete by test/nkf. + + * ext/.document: enabled documents in nkf and kconv + + * ext/nkf/nkf.c, ext/nkf/lib/kconv.rb: Add rdoc. + Sun Mar 26 22:02:51 2006 K.Kosako <sndgk393 AT ybb.ne.jp> * re.c: refactoring for options. |
