From ad68e02472f4c5e56496a2165c577522fca862ca Mon Sep 17 00:00:00 2001 From: naruse Date: Mon, 27 Mar 2006 13:28:15 +0000 Subject: * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c, config.h}: 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. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2cbb4af4b..30ab29112 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,16 @@ +Mon Mar 27 22:19:09 2006 NARUSE, Yui + + * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c, config.h}: 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. + Fri Mar 24 17:20:03 2006 Yukihiro Matsumoto * process.c (rb_f_sleep): remove description about SIGALRM which -- cgit