| Commit message (Expand) | Author | Age | Files | Lines |
* | * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Added | duerst | 2009-12-10 | 1 | -0/+26 |
* | * removed spaces just before tabs. | nobu | 2009-11-26 | 1 | -1/+1 |
* | * transcode.c: Added a check for an internal error | duerst | 2009-11-25 | 1 | -0/+2 |
* | fix typos. | akr | 2009-11-03 | 1 | -1/+1 |
* | * transcode.c (rb_transcoding, str_transcoding_resize): fixed | nobu | 2009-10-10 | 1 | -29/+32 |
* | * transcode.c: reverted r25277. | nobu | 2009-10-10 | 1 | -32/+29 |
* | * transcode.c (rb_transcoding, str_transcoding_resize): fixed | nobu | 2009-10-10 | 1 | -29/+32 |
* | * transcode.c (econv_data_type): typed. | nobu | 2009-09-09 | 1 | -13/+22 |
* | * transcode.c (str_encode_bang): C99ism. | usa | 2009-07-31 | 1 | -2/+5 |
* | * transcode.c: added check for frozen string for encode! (see Bug #1836) | duerst | 2009-07-30 | 1 | -0/+4 |
* | * transcode.c (enc_arg): default interanl encoding may not be set. | nobu | 2009-06-21 | 1 | -2/+2 |
* | * array.c (rb_ary_memsize): added. | ko1 | 2009-06-16 | 1 | -0/+40 |
* | * transcode.c (transcode_restartable0): refix can't build with VC9. | naruse | 2009-06-16 | 1 | -9/+14 |
* | * transcode.c (transcode_restartable0): revert last commit because | ko1 | 2009-06-14 | 1 | -10/+9 |
* | * transcode.c (transcode_restartable0): can't build with VC9. | naruse | 2009-06-13 | 1 | -9/+10 |
* | Fix rdoc. | naruse | 2009-06-13 | 1 | -5/+5 |
* | * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint() | matz | 2009-05-19 | 1 | -1/+1 |
* | Fix: DON'T move in_p because before in_p is replaced by buffered data. | naruse | 2009-05-05 | 1 | -8/+6 |
* | * transcode.c (ASIS): added for multi byte direct map. | naruse | 2009-04-26 | 1 | -2/+11 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -4/+4 |
* | stripped trailing spaces. | nobu | 2009-02-22 | 1 | -10/+10 |
* | * transcode.c (make_econv_exception): refine error message for | akr | 2009-02-04 | 1 | -9/+19 |
* | * transcode.c (make_econv_exception): show U+XXXX form for undefined | akr | 2009-02-04 | 1 | -2/+16 |
* | * transcode.c (rb_econv_init_by_convpath_i): make it static. | akr | 2009-01-29 | 1 | -1/+2 |
* | * transcode.c (struct rb_transcoding): added ary member for debug. | nobu | 2009-01-27 | 1 | -2/+2 |
* | * transcode.c (str_transcode0): fix: :xml option doesn't | naruse | 2009-01-18 | 1 | -1/+2 |
* | Add rdoc. | naruse | 2009-01-15 | 1 | -1/+5 |
* | * enc/trans/gb18030.trans, gb18030-tbl.rb: | duerst | 2009-01-14 | 1 | -4/+14 |
* | Add dummy definition for fake rdoc. | naruse | 2009-01-13 | 1 | -0/+1 |
* | * transcode.c: Minor fixes and tweaks in documentation. | duerst | 2008-12-30 | 1 | -76/+85 |
* | * transcode.c (make_econv_exception): show source and destination | akr | 2008-12-27 | 1 | -0/+8 |
* | * io.c (fptr_finalize): close the IO object even if finish_writeconv or | akr | 2008-12-26 | 1 | -0/+6 |
* | * transcode.c (str_transcode0): set encoding when String#encode was | naruse | 2008-12-25 | 1 | -2/+2 |
* | * transcode.c (sym_ignore): remove useless symbol. | naruse | 2008-12-25 | 1 | -2/+1 |
* | * transcode.c (decorate_convpath): show type of escaping for | naruse | 2008-12-25 | 1 | -11/+16 |
* | * io.c: rdoc for File::open and 1.9 feature in file modes. | yugui | 2008-12-23 | 1 | -2/+25 |
* | * transcode.c: in transcode_search_path, elimintated a warning | duerst | 2008-10-18 | 1 | -5/+2 |
* | * transcode.c (str_transcode0): String#encode without argument now | matz | 2008-10-17 | 1 | -16/+16 |
* | * transcode.c (transcode_restartable0): in_pos and out_pos never be | akr | 2008-10-16 | 1 | -13/+0 |
* | * transcode.c (str_transcode0): should not raise error when | matz | 2008-10-14 | 1 | -1/+1 |
* | * transcode.c (rb_econv_init_by_convpath): suppressed warnings. | nobu | 2008-10-13 | 1 | -1/+1 |
* | * transcode.c (str_transcode0): String#encode() with no encoding | matz | 2008-10-12 | 1 | -4/+15 |
* | * transcode.c (rb_econv_add_coverter): remove unnecessary NULL check. | mame | 2008-10-09 | 1 | -2/+0 |
* | * include/ruby/encoding.h (rb_str_encode): renamed from | akr | 2008-09-26 | 1 | -3/+3 |
* | * error.c (Init_Exception): introduce EncodingError which is a | matz | 2008-09-26 | 1 | -3/+3 |
* | * transcode.c, include/ruby/encoding.c (rb_transcode_convertible): | usa | 2008-09-26 | 1 | -0/+14 |
* | update rdoc. | akr | 2008-09-25 | 1 | -12/+12 |
* | * transcode.c (rb_eUndefinedConversionError): renamed from | akr | 2008-09-25 | 1 | -18/+18 |
* | update rdoc. | akr | 2008-09-25 | 1 | -10/+54 |
* | update rdoc. | akr | 2008-09-24 | 1 | -0/+5 |