summaryrefslogtreecommitdiff
path: root/enc
AgeCommit message (Expand)Author
2008-07-14* transcode.c (transcode_loop): constified.nobu
2008-07-01* enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA isnaruse
2008-07-01forgot to commitshyouhei
2008-07-01 * enc/make_encdb.h: always add ';' at the end of line.usa
2008-07-01 * enc/ascii.c: ISO C does not allow extra ';' outside of ashyouhei
2008-06-17* enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int)mame
2008-06-09* enc/depend (clean): remove build directories.nobu
2008-06-09* lib/mkmf.rb (configuration): set flags.nobu
2008-06-02* enc/iso_8859_5.c: Large omicron should lowercase to small omicron.mame
2008-06-01* enc/gb18030.c (gb18030_code_to_mbc): add 0x80000000naruse
2008-06-01* enc/gb18030.c (gb18030_mbc_to_code): mask by 0x7FFFFFFFnaruse
2008-05-31* enc/utf_16{be,le}.c (utf16{be,le}_code_to_mbc):naruse
2008-05-30* common.mk (prelude.c): simply depends on PREP. [ruby-dev:34877]nobu
2008-05-29* enc/utf_8.c: add UTF8-MAC (UTF-8-MAC).naruse
2008-05-28 * enc/trans/japanese.c (to_SHIFT_JIS_EF_infos): typo.usa
2008-05-28* enc/trans/japanese.c: add workarround for Unicode to CP932.naruse
2008-04-17* enc/trans/utf_16_32.c (fun_so_to_utf_16be, fun_so_to_utf_16le): addmame
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-16Sun 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 ifnobu
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 parsenaruse
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-29fix 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.cnaruse
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-22Tue Jan 22 17:52:52 2008 Martin Duerst <duerst@it.aoyama.ac.jp>duerst
2008-01-21Mon 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 unsignednobu