Age | Commit message (Expand) | Author |
2009-03-06 | * {ext,lib,test}/**/*.rb: removed trailing spaces. | nobu |
2009-01-22 | Recover default_default_internal. | naruse |
2009-01-21 | Add test for String#encode. | naruse |
2009-01-14 | * enc/trans/gb18030.trans, gb18030-tbl.rb: | duerst |
2009-01-04 | * enc/trans/gbk.trans, gbk-tbl.rb: | duerst |
2009-01-04 | * test/ruby/test_transcode.rb: added tests for GB2312 | duerst |
2009-01-04 | * enc/trans/big5.trans, big5-tbl.rb: | duerst |
2008-12-25 | * transcode.c (str_transcode0): set encoding when String#encode was | naruse |
2008-12-09 | * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb, | duerst |
2008-11-11 | * test/ruby/test_transcode.rb: unnecessary setup method | duerst |
2008-11-11 | * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb, | duerst |
2008-10-31 | * enc/trans/single_byte.trans, maccroatioan-tbl.rb, | duerst |
2008-10-19 | * enc/trans/single_byte.trans: adding WINDOWS-wwww encodings | duerst |
2008-10-15 | * test/ruby/test_transcode.rb (TestTranscode#test_errors): | matz |
2008-10-14 | * enc/trans/single_byte.trans: added windows-1252 | duerst |
2008-09-25 | * transcode.c (rb_eUndefinedConversionError): renamed from | akr |
2008-09-18 | * transcode.c: add "Error" suffix for Encoding exception classes. | matz |
2008-09-14 | * transcode.c (str_encode): returns duplicated string if nothing | nobu |
2008-09-12 | add tests. | akr |
2008-09-08 | add tests. | akr |
2008-09-05 | add tests. | akr |
2008-09-04 | * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed because | akr |
2008-09-03 | * include/ruby/io.h (rb_io_t): new fields: encs.ecopts and | akr |
2008-09-03 | * enc/trans/japanese.trans: new file. | akr |
2008-09-01 | * enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias of | naruse |
2008-09-01 | * test/ruby/test_transcode.rb (test_windows_31j): added. | naruse |
2008-08-31 | * tool/transcode-tblgen.rb: add table generator from Citrus maps. | naruse |
2008-08-26 | * test/ruby/test_transcode.rb: added test_euc_jp | duerst |
2008-08-24 | * include/ruby/encoding.h (rb_econv_open_exc): declared. | akr |
2008-08-22 | * test/ruby/test_transcode.rb: test_shift_jis: | duerst |
2008-08-12 | * transcode_data.h (TRANSCODE_ERROR): removed. | akr |
2008-08-11 | add a test. | akr |
2008-08-11 | * transcode_data.h (rb_transcoder): add resetstate_func field for | akr |
2008-08-11 | * transcode.c (rb_trans_conv): find second last error. | akr |
2008-08-11 | * transcode_data.h (rb_trans_result_t): new type. | akr |
2008-08-08 | add several tests for UTF-32LE. | 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 | add tests for [ruby-dev:35726] and [ruby-dev:35709]. | akr |
2008-07-31 | * transcode.c (output_replacement_character): | naruse |
2008-07-31 | * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121): | naruse |
2008-07-31 | * transcode.c (get_replacement_character): use U+FFFD as replacement | naruse |
2008-07-31 | test/ruby/test_transcode.rb: added test_shift_jis | duerst |
2008-07-25 | * test/ruby/test_transcode.rb: refactoring/cleanup of | duerst |
2008-07-22 | * test/ruby/test_transcode.rb: added two comments | duerst |
2008-06-04 | * test/ruby/test_transcode.rb: add tests for iso-2022-jp. | mame |
2008-03-16 | Sun Mar 16 18:07:07 2008 Martin Duerst <[email protected]> | duerst |
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-02-07 | * enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626] | naruse |