| Commit message (Expand) | Author | Age | Files | Lines |
* | * enc/iso_8859_5.c: Large omicron should lowercase to small omicron. | mame | 2008-06-02 | 1 | -1/+1 |
* | * enc/gb18030.c (gb18030_code_to_mbc): add 0x80000000 | naruse | 2008-06-01 | 1 | -0/+3 |
* | * enc/gb18030.c (gb18030_mbc_to_code): mask by 0x7FFFFFFF | naruse | 2008-06-01 | 1 | -1/+14 |
* | * enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc): | naruse | 2008-05-31 | 2 | -17/+12 |
* | * common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877] | nobu | 2008-05-30 | 2 | -16/+4 |
* | * enc/utf_8.c: add UTF8-MAC (UTF-8-MAC). | naruse | 2008-05-29 | 1 | -0/+10 |
* | * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo. | usa | 2008-05-28 | 1 | -1/+1 |
* | * enc/trans/japanese.c: add workarround for Unicode to CP932. | naruse | 2008-05-28 | 1 | -15/+36 |
* | * enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): add | mame | 2008-04-17 | 1 | -3/+3 |
* | * common.mk (prelude.c): depends on enc/prelude.rb. | nobu | 2008-04-08 | 1 | -1/+1 |
* | * encoding.c (enc_init_db): moved to enc/encdb.c. | nobu | 2008-04-07 | 4 | -0/+52 |
* | Sun Mar 16 18:07:07 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-03-16 | 1 | -15/+15 |
* | * ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even if | nobu | 2008-02-26 | 1 | -2/+2 |
* | * enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order. | nobu | 2008-02-22 | 3 | -3/+7 |
* | * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c, | naruse | 2008-02-17 | 13 | -4/+337 |
* | * enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13. | naruse | 2008-02-15 | 2 | -2/+9 |
* | * lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse | naruse | 2008-02-13 | 1 | -2/+2 |
* | * enc/depend: fix typo. | usa | 2008-02-13 | 1 | -1/+1 |
* | * bootstraptest/runner.rb, bootstraptest/test_method.rb, enc/depend, | naruse | 2008-02-12 | 1 | -2/+2 |
* | * enc/trans/korean.c: add support for CP949 by Park Ji-In. [ruby-dev:33626] | naruse | 2008-02-07 | 1 | -6850/+34924 |
* | * enc/trans/korean.c: add EUC-KR conversion support by Park Ji-In. | naruse | 2008-02-06 | 1 | -0/+17938 |
* | * enc/*.c: add GB12345, UCS-{2,4}{BE,LE}. | naruse | 2008-01-30 | 5 | -0/+7 |
* | * enc/utf_16be.c (UTF16_IS_SURROGATE_FIRST): avoid branch. | akr | 2008-01-30 | 2 | -7/+43 |
* | fix state definition. | akr | 2008-01-29 | 1 | -1/+1 |
* | * enc/euc_tw.c (euctw_mbc_enc_len): validation implemented. | akr | 2008-01-29 | 1 | -2/+97 |
* | * enc/euc_tw.c (euctw_islead): 0x8e is a leading byte. | akr | 2008-01-29 | 1 | -1/+1 |
* | * enc/trans/make_transdb.rb: add for make transdb.h. | naruse | 2008-01-29 | 1 | -12/+35 |
* | * add enc/trans/make_transdb.rb, dmytranscode.c | naruse | 2008-01-29 | 1 | -0/+40 |
* | * enc/trans/japanese.c (rb_to_Windows_31J): to 'Windows-31J'. | naruse | 2008-01-29 | 1 | -1/+1 |
* | * enc/gbk.c (EncLen_gbk): too short. [ruby-dev:33497] | naruse | 2008-01-29 | 1 | -0/+1 |
* | * enc/gb18030.c (gb18030_mbc_enc_len): validation implemented. | akr | 2008-01-29 | 1 | -9/+97 |
* | * enc/euc_kr.c: remove CP949. | naruse | 2008-01-29 | 3 | -13/+12 |
* | * enc/gbk.c: add GBK, CP936 and CP949. | naruse | 2008-01-29 | 2 | -3/+2 |
* | * enc/gbk.c: add GBK, CP936 and CP949. | naruse | 2008-01-29 | 1 | -0/+192 |
* | * enc/utf_7.h: add dummy encoding UTF-7 and its alias CP65000. | naruse | 2008-01-28 | 1 | -0/+5 |
* | * enc/utf_8.c: add alias CP65001. | usa | 2008-01-28 | 1 | -0/+1 |
* | * enc/big5.c (big5_mbc_enc_len): validation implemented. | akr | 2008-01-28 | 1 | -2/+55 |
* | * enc/euc_kr.c (euckr_mbc_enc_len): validation implemented. | akr | 2008-01-28 | 1 | -2/+55 |
* | * enc/trans/japanese.c (rb_from_Windows_31J, rb_to_Windows_31J): | nobu | 2008-01-23 | 1 | -0/+12 |
* | Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-22 | 1 | -24/+24 |
* | Mon Jan 21 19:42:42 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-21 | 1 | -60/+384 |
* | * transcode.c (transcode_loop, str_transcoding_resize): use unsigned | nobu | 2008-01-21 | 2 | -28/+28 |
* | * transcode.c (transcode_dispatch): constified return value. | nobu | 2008-01-20 | 2 | -40/+40 |
* | Sun Jan 20 20:00:20 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-20 | 1 | -1/+141 |
* | Sun Jan 20 15:08:08 2008 Martin Duerst <duerst@it.aoyama.ac.jp> | duerst | 2008-01-20 | 1 | -0/+332 |
* | * enc/make_encdb.rb: fix duplication check. | naruse | 2008-01-19 | 1 | -10/+11 |
* | * ascii.c: remove difinition of replica KOI8-U. | naruse | 2008-01-19 | 1 | -2/+1 |
* | * enc/koi8_u.c: added. | naruse | 2008-01-19 | 4 | -8/+229 |
* | * enc/euc_cn.c: split from enc/euc_kr.c. | nobu | 2008-01-17 | 2 | -2/+11 |
* | * common.mk (encdb.h): give output file name to make_encdb.rb. | nobu | 2008-01-17 | 2 | -40/+49 |