Age | Commit message (Expand) | Author |
2008-08-11 | * transcode_data.h (rb_transcoding): rename fields. | akr |
2008-08-10 | * transcode.c (transcode_restartable0): invalid handling simplified. | akr |
2008-08-10 | * transcode_data.h (rb_transcoding): new field: flags. | akr |
2008-08-10 | * transcode.c: rename my_transcoding to tc and my_transcoder to tr. | akr |
2008-08-10 | * transcode_data.h (rb_transcoding): add feedlen field. | akr |
2008-08-10 | * transcode.c (transcode_char_start): refactored to remove readlen | akr |
2008-08-09 | r18455 reverted. | akr |
2008-08-09 | * transcode.c (transcode_loop): take destination and resize function | akr |
2008-08-09 | * transcode.c (transcode_char_start): arguments changed. | akr |
2008-08-09 | * transcode_data.h (rb_transcoding): new fields: next_info and next_byte. | akr |
2008-08-09 | * transcode.c (transcode_restartable): my_transcoder argument removed. | akr |
2008-08-09 | * transcode_data.h (rb_transcoding): add fields for restartable | akr |
2008-08-08 | * transcode_data.h (rb_transcoder): from_unit_length field added. | akr |
2008-08-07 | * transcode_data.h (rb_transcoding): new field "stateful". | akr |
2008-08-06 | * tool/transcode-tblgen.rb: distinguish UNDEF and INVALID. | akr |
2008-08-05 | * transcode.c (str_encode): no need to duplicate first. | nobu |
2008-08-05 | * transcode_data.h (TRANSCODE_ERROR): common transcode failure | nobu |
2008-08-04 | * marshal.c (dump_ensure), process.c (run_exec_dup2), | nobu |
2008-08-01 | * transcode.c (transcode_loop): undefined character is replaced with | naruse |
2008-07-31 | * transcode.c (output_replacement_character): | naruse |
2008-07-31 | * transcode.c (get_replacement_character): use U+FFFD as replacement | naruse |
2008-07-31 | * transcode.c (get_replacement_character): fix: invalid byte sequence | naruse |
2008-07-14 | * transcode.c (transcode_loop): constified. | nobu |
2008-07-14 | * transcode.c (get_replacement_character): temporary function, | naruse |
2008-07-12 | * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t. | nobu |
2008-06-07 | * io.c (rb_f_open), re.c (rb_reg_search), transcode.c (str_transcode): | nobu |
2008-06-01 | * insns.def (DEFINE_INSN): subtract of pointers is ptrdiff_t. | naruse |
2008-05-23 | * transcode.c (rb_str_transcode): argc is 1, and argv is &to. | naruse |
2008-05-20 | * transcode.c, include/ruby/encodng.h (rb_str_transcode): | naruse |
2008-04-07 | * encoding.c (enc_init_db): moved to enc/encdb.c. | nobu |
2008-03-06 | * transcode.c (rb_str_transcode_bang): set coderange. | naruse |
2008-03-05 | Web Mar 5 17:43:43 2008 Martin Duerst <[email protected]> | duerst |
2008-02-21 | Thu Feb 21 17:15:15 2008 Martin Duerst <[email protected]> | duerst |
2008-01-29 | * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'. | naruse |
2008-01-21 | Mon Jan 21 19:42:42 2008 Martin Duerst <[email protected]> | duerst |
2008-01-21 | * transcode.c (str_transcode): initialize transcoder in | nobu |
2008-01-21 | * transcode.c (str_transcode): initialize transcoder in | nobu |
2008-01-21 | * transcode.c (transcode_loop, str_transcoding_resize): use unsigned | nobu |
2008-01-20 | * transcode.c (transcode_dispatch): constified return value. | nobu |
2008-01-20 | Sun Jan 20 20:00:20 2008 Martin Duerst <[email protected]> | duerst |
2008-01-20 | Sun Jan 20 15:08:08 2008 Martin Duerst <[email protected]> | duerst |
2008-01-16 | * include/ruby/intern.h (rb_str_tmp_new, rb_str_shared_replace): | nobu |
2008-01-06 | * $Date$ keyword removed to avoid inclusion of locale dependent | akr |
2008-01-01 | * include/ruby/encoding.h (rb_isascii): defined. | akr |
2007-12-28 | Fri Dec 28 01:55:04 2007 Martin Duerst <[email protected]> | duerst |
2007-12-27 | * transcode.c (transcode_dispatch): allows transcoding from/to | nobu |
2007-12-27 | * parse.y, transcode_data.h, transcode.c: change "illegal" to | akr |
2007-12-25 | * transcode.c (transcode_dispatch): fix for multistep transcode. | nobu |
2007-12-25 | * common.mk (COMMONOBJS): transcode_data_*.c moved under enc/trans. | nobu |
2007-12-25 | Tue Dec 25 12:32:32 2007 Martin Duerst <[email protected]> | duerst |