diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-21 21:23:51 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-05-21 21:23:51 +0000 |
| commit | fe5a0bc69e1438e4b3944f0c291c61489a028e4f (patch) | |
| tree | 56af5616207fa600196bc98ed1fbd6c18ed01c64 /ChangeLog | |
| parent | 999f7d43242354892ae06dff0bc569c4ab7377c8 (diff) | |
| download | ruby-fe5a0bc69e1438e4b3944f0c291c61489a028e4f.tar.gz ruby-fe5a0bc69e1438e4b3944f0c291c61489a028e4f.tar.xz ruby-fe5a0bc69e1438e4b3944f0c291c61489a028e4f.zip | |
* ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added.
* ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index): use nkf_str_caseeql.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Thu May 22 06:21:34 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added. + + * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index): use nkf_str_caseeql. + Thu May 22 05:45:30 2008 Yukihiro Matsumoto <matz@ruby-lang.org> * proc.c (proc_dup): should copy safe_level from src proc |
