diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-01 22:44:46 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-12-01 22:44:46 +0000 |
| commit | ef579f71fc2af09357ddc80914217d7b13d1dcbb (patch) | |
| tree | d6468bd68e485ffd4cd78dfb4b55cb267877fb55 /ChangeLog | |
| parent | 173aa9db995725f41ab06153bed73e106d52f6a1 (diff) | |
| download | ruby-ef579f71fc2af09357ddc80914217d7b13d1dcbb.tar.gz ruby-ef579f71fc2af09357ddc80914217d7b13d1dcbb.tar.xz ruby-ef579f71fc2af09357ddc80914217d7b13d1dcbb.zip | |
* ext/nkf/nkf.c: add constant NKF::VERSION
* ext/nkf/nkf.c(guess): this becomes an alias of guess2
* ext/nkf/test.rb: add --no-cp932
* ext/nkf/nkf-utf8/nkf.c: original nkf2 revision 1.47
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7434 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +Wed Dec 1 06:13:00 2004 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/nkf.c: add constant NKF::VERSION + + * ext/nkf/nkf.c(guess): this becomes an alias of guess2 + + * ext/nkf/test.rb: add --no-cp932 + + * ext/nkf/nkf-utf8/nkf.c: original nkf2 revision 1.47 + Wed Dec 1 02:21:02 2004 Yukihiro Matsumoto <matz@ruby-lang.org> * signal.c (sighandler): call handler immediately only for default |
