Age | Commit message (Expand) | Author |
2008-04-17 | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame |
2008-04-08 | * common.mk (prelude.c): depends on enc/prelude.rb. | nobu |
2008-04-07 | * encoding.c (enc_init_db): moved to enc/encdb.c. | nobu |
2008-03-16 | Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst |
2008-02-26 | * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if | nobu |
2008-02-22 | * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order. | nobu |
2008-02-17 | * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, | naruse |
2008-02-15 | * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13. | naruse |
2008-02-13 | * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse | naruse |
2008-02-13 | * enc/depend: fix typo. | usa |
2008-02-12 | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse |
2008-02-07 | * enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626] | naruse |
2008-02-06 | * enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In. | naruse |
2008-01-30 | * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. | naruse |
2008-01-30 | * enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch. | akr |
2008-01-29 | fix state definition. | akr |
2008-01-29 | * enc/euc_tw.c (euctw_mbc_enc_len): validation implemented. | akr |
2008-01-29 | * enc/euc_tw.c (euctw_islead): 0x8e is a leading byte. | akr |
2008-01-29 | * enc/trans/make_transdb.rb: add for make transdb.h. | naruse |
2008-01-29 | * add enc/trans/make_transdb.rb, dmytranscode.c | naruse |
2008-01-29 | * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'. | naruse |
2008-01-29 | * enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497] | naruse |
2008-01-29 | * enc/gb18030.c (gb18030_mbc_enc_len): validation implemented. | akr |
2008-01-29 | * enc/euc_kr.c: remove CP949. | naruse |
2008-01-29 | * enc/gbk.c: add GBK, CP936 and CP949. | naruse |
2008-01-29 | * enc/gbk.c: add GBK, CP936 and CP949. | naruse |
2008-01-28 | * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000. | naruse |
2008-01-28 | * enc/utf_8.c: add alias CP65001. | usa |
2008-01-28 | * enc/big5.c (big5_mbc_enc_len): validation implemented. | akr |
2008-01-28 | * enc/euc_kr.c (euckr_mbc_enc_len): validation implemented. | akr |
2008-01-23 | * enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J): | nobu |
2008-01-22 | Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst |
2008-01-21 | Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst |
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 <duerst@it.aoyama.ac.jp> | duerst |
2008-01-20 | Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst |
2008-01-19 | * enc/make_encdb.rb: fix duplication check. | naruse |
2008-01-19 | * ascii.c: remove difinition of replica KOI8-U. | naruse |
2008-01-19 | * enc/koi8_u.c: added. | naruse |
2008-01-17 | * enc/euc_cn.c: split from enc/euc_kr.c. | nobu |
2008-01-17 | * common.mk (encdb.h): give output file name to make_encdb.rb. | nobu |
2008-01-17 | * enc/shift_jis.c: newline at EOF. | nobu |
2008-01-16 | * enc/windows_1251.c: newline at EOF. | nobu |
2008-01-15 | * enc/*: add ARG_UNUSED. | naruse |
2008-01-15 | * enc/utf_{16,32}{be,le}.c: remove some ARG_UNUSED. replace struct | naruse |
2008-01-15 | * encoding.c (ENC_REGISTER): use &OnigEncoding*. | naruse |
2008-01-15 | * enc/utf_8.c: remove use of ONIG_ENCODING_UTF8 altogether; use | matz |
2008-01-15 | * enc/utf_8.c (ONIG_ENCODING_UTF8): reverted. | usa |
2008-01-15 | * enc/utf_8.c (OnigEncodingDefine): encoding name should be kept | matz |