summaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* * enc/depend: extract comile rules to each target for VC++.usa2009-01-301-11/+4
* * common.mk (distclean-enc, realclean-enc): do not call clean ofnobu2009-01-271-0/+1
* * enc/trans/gb18030.trans: get rid of a 1.9 feature for crossnobu2009-01-141-5/+4
* * enc/trans/gb18030.trans, gb18030-tbl.rb:duerst2009-01-142-0/+63415
* * template/{encdb,transdb}.h.tmpl: moved enc/make_encdb.rb andnobu2009-01-132-138/+0
* * enc/trans/make_transdb.rb (converters): should not depend on thenobu2009-01-131-1/+5
* * enc/trans/gbk.trans, gbk-tbl.rb:duerst2009-01-042-0/+21809
* * test/ruby/test_transcode.rb: added tests for GB2312duerst2009-01-041-0/+3
* * enc/trans/big5.trans, big5-tbl.rb:duerst2009-01-042-0/+13721
* change encoding name.naruse2009-01-031-2/+2
* * enc/trans/chinese.trans: added for transcoding EUC-CN and GB12345.naruse2009-01-035-0/+30331
* * enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,duerst2008-12-097-0/+745
* * enc/depend (clean-srcs): split out from clean.nobu2008-12-082-3/+9
* * enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]nobu2008-11-172-1/+7
* * enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst2008-11-1118-0/+2210
* * enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst2008-10-314-0/+391
* * enc/trans/single_byte.trans: refactoring to make it easierduerst2008-10-302-54/+135
* * enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch bynobu2008-10-241-1/+1
* * enc/trans/single_byte.trans: adding WINDOWS-wwww encodingsduerst2008-10-199-0/+994
* * tool/transcode-tblgen.rb: added set_valid_byte_patternduerst2008-10-181-0/+1
* * common.mk, enc/depend (enc, trans): targets for sources.nobu2008-10-161-1/+4
* * enc/trans/single_byte.trans (transcode_tblgen_singlebyte): renamedakr2008-10-141-11/+4
* * enc/trans/single_byte.trans: added windows-1252duerst2008-10-142-0/+136
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-1815-745/+84
* fix typos.akr2008-09-161-7/+7
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-1615-84/+745
* * transcode_data.h (rb_transcoder): resetsize_func and resetstate_funcakr2008-09-151-1/+1
* * transcode_data.h: return output functions ssize_t.akr2008-09-145-19/+19
* * transcode_data.h: output function takes output buffer size.akr2008-09-145-19/+19
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-1314-21/+21
* * enc/trans/escape.trans: transcoder name renamed to use underscore.akr2008-09-121-4/+4
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-112-6/+1
* * enc/trans/newline.trans (rb_universal_newline): swap src_encodingakr2008-09-091-2/+1
* * include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamedakr2008-09-085-18/+18
* * enc/trans/iso2022.trans: upcase to iso-2022-jp.akr2008-09-072-5/+5
* * enc/trans/iso2022.trans: stateless-iso-2022-jp is defined to avoidakr2008-09-072-40/+123
* * enc/trans/escape.trans (hexstr): renamed from str1.akr2008-09-071-9/+9
* * enc/trans/escape.trans: use transcode_tblgen.akr2008-09-071-58/+20
* * transcode_data.h (STR1): defined for a string up to 255 bytes.akr2008-09-071-51/+15
* * include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.akr2008-09-071-24/+35
* * include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed fromakr2008-09-061-25/+25
* * enc/trans/escape.trans (fun_so_escape_html_attr): fix return type.akr2008-09-061-1/+1
* * enc/trans/escape.trans (escape_html_attr_init): new function.akr2008-09-061-9/+57
* * enc/trans/escape.trans: new file.akr2008-09-051-0/+109
* * enc/trans/newline.trans (universal_newline_finish): new function.akr2008-09-051-2/+13
* * enc/trans/newline.trans: record newline types met in universalakr2008-09-041-12/+27
* * transcode_data.h (rb_transcoding): remove stateful field.akr2008-09-034-45/+77
* * enc/trans/japanese.trans: new file.akr2008-09-031-0/+96
* * enc/trans/make_transdb.rb: check $(srcdir)/enc/trans beforenaruse2008-09-031-2/+3
* * enc/trans/make_transdb.rb: check foo.c only if foo.trans exists.akr2008-09-021-2/+15