| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/nkf/nkf-utf8/nkf.c: Fix type of mimeout_state.buf. | naruse | 2010-08-09 | 1 | -3/+3 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 1 | -4/+0 |
* | * ext/nkf/nkf-utf8/nkf.c: updated to b856dd07. | naruse | 2010-05-30 | 1 | -6/+6 |
* | * ext/nkf/nkf.c (rb_nkf_convert, rb_nkf_guess): check too huge | nobu | 2010-05-21 | 1 | -3/+3 |
* | * ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28. | naruse | 2010-05-03 | 1 | -6/+10 |
* | * ext/**/*.[ch]: removed trailing spaces. | nobu | 2010-04-22 | 4 | -7/+7 |
* | * ext/nkf/nkf-utf8/nkf.c: Refix [nkf-bug:21393]. (explicit -X) | naruse | 2010-04-14 | 1 | -11/+17 |
* | * ext/nkf/nkf-utf8/nkf.c: Fix: Windows Codepages wrongly convert | naruse | 2010-04-13 | 1 | -7/+7 |
* | * ext/nkf/nkf-utf8/nkf.c: import latest nkf. [master 9306cb0] | naruse | 2010-03-15 | 1 | -61/+129 |
* | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu | 2009-03-06 | 1 | -3/+3 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_buf): use nkf_char. | naruse | 2009-01-20 | 1 | -20/+22 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_buf_push): maybe a bug. | usa | 2009-01-20 | 1 | -1/+3 |
* | * ext/nkf/nkf-utf8/nkf.c: Update nkf to 2.0.9. | naruse | 2009-01-19 | 1 | -264/+329 |
* | * nkf.c: update to r1.188. fixes for 16bit environment. | naruse | 2008-11-07 | 3 | -25/+71 |
* | * ext/nkf/nkf-utf8/nkf.c (kanji_convert): output unicode chars. | naruse | 2008-10-28 | 1 | -3/+20 |
* | * ext/nkf/nkf.c (rb_nkf_convert): should specify type of variable. | kazu | 2008-10-27 | 1 | -1/+1 |
* | * ext/nkf/nkf.c (rb_nkf_convert): avoid GC. | naruse | 2008-10-26 | 1 | -1/+2 |
* | * ext/nkf/nkf-utf8/utf8tbl.c: update table. | naruse | 2008-10-05 | 1 | -3/+3 |
* | * ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding. | naruse | 2008-10-04 | 1 | -3/+0 |
* | * ext/nkf/nkf-utf8/nkf.c: commit miss. | nobu | 2008-09-29 | 1 | -8/+8 |
* | * ext/nkf/nkf-utf8/nkf.c: constified. | nobu | 2008-09-29 | 1 | -2/+2 |
* | * ext/nkf/nkf-utf8/nkf.c: fix memory violation. mentioned by mame [ruby-dev:3... | naruse | 2008-09-18 | 1 | -15/+17 |
* | * ext/nkf/nkf.c (rb_nkf_convert): output of mime encode is US-ASCII. | naruse | 2008-07-24 | 1 | -1/+4 |
* | * ext/nkf/nkf-utf8/nkf.c (struct input_code.name, input_codename): | nobu | 2008-07-22 | 1 | -6/+6 |
* | * ext/nkf/nkf-utf8/nkf.c (options): use input_endian. | naruse | 2008-07-09 | 1 | -2/+2 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_str_caseeql): added. | naruse | 2008-05-21 | 1 | -17/+15 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_enc_find_index): | naruse | 2008-05-21 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8/nkf.c (rb_nkf_convert) (nkf_enc_without_bom): | naruse | 2008-05-20 | 2 | -2371/+2516 |
* | * ext/nkf/nkf.c (rb_nkf_convert), ext/nkf/nkf-utf8/nkf.c | nobu | 2008-05-20 | 2 | -5/+19 |
* | * ext/nkf/nkf-utf8/nkf.c (score_table_A0, score_table_F0): | naruse | 2008-04-22 | 2 | -5/+5 |
* | * ext/nkf/nkf-utf8/nkf.c (z_conv): characters must be nkf_char. | naruse | 2008-04-22 | 1 | -1/+1 |
* | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame | 2008-04-17 | 1 | -4/+0 |
* | * ext/nkf/nkf-utf8/nkf.c (nkf_enc_from_index): BINARY does not | matz | 2008-02-07 | 1 | -0/+2 |
* | * ext/nkf/nkf-utf8/nkf.h: set properties. | nobu | 2008-01-27 | 1 | -174/+174 |
* | * ext/nkf/nkf.c: raise error when no output encoding is given. | naruse | 2008-01-27 | 3 | -14/+27 |
* | * ruby-trunk. | naruse | 2008-01-27 | 1 | -0/+1 |
* | * ext/nkf/nkt-utf8: update nkf. | naruse | 2008-01-27 | 5 | -3399/+3494 |
* | * ext/nkf/lib/kconv.rb (Kconv.tolocale): argument is str. | naruse | 2008-01-14 | 1 | -1/+1 |
* | * ext/nkf/nkf.c: rdoc update. | naruse | 2008-01-12 | 1 | -6/+0 |
* | * ext/nkf/nkf-utf8/nkf.c: fix bug: -m was -m0. | naruse | 2008-01-11 | 1 | -0/+2 |
* | * ext/nkf/nkf-utf8/nkf.c: update to r1.163. | naruse | 2008-01-11 | 3 | -20/+13 |
* | * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c}: Update nkf. | naruse | 2008-01-01 | 4 | -864/+788 |
* | * ext/nkf/nkf.c (rb_nkf_enc_get): use rb_define_dummy_encoding. | naruse | 2007-12-23 | 4 | -85/+94 |
* | ext/nkf/nkf.c follow previous rb_ascii_encoding renaming. | akr | 2007-12-23 | 1 | -2/+2 |
* | * ext/nkf/nkf.c (Init_nkf): use rb_ascii_encoding() for | naruse | 2007-12-22 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8.c: Update nkf.c rev:1.157. | naruse | 2007-12-22 | 3 | -165/+140 |
* | * parse.y (parser_str_new, rb_intern3): rb_default_encoding() renamed. | usa | 2007-12-21 | 1 | -1/+1 |
* | * ext/nkf/nkf-utf8/config.h (MIME_DECODE_DEFAULT, X0201_DEFAULT): | naruse | 2007-12-21 | 1 | -0/+3 |
* | * ext/nkf/nkf-utf8/nkf.c: Updated. | naruse | 2007-12-19 | 3 | -85/+44 |
* | * ext/nkf/nkf.c (NKF::_ENCODING): removed. | naruse | 2007-12-19 | 2 | -1040/+1226 |