aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* * unicode.c (onigenc_unicode_property_name_to_ctype):naruse2009-09-105-1214/+1286
* * include/ruby/st.h (st_hash_func): use st_index_t.nobu2009-09-081-4/+4
* * unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH.naruse2009-08-261-1/+1
* * enc/unicode.c (onigenc_unicode_mbc_case_fold): balanced braces.nobu2009-08-261-2/+3
* * enc/unicode/name2ctype.h: updated.nobu2009-08-251-365/+9744
* Update Oniguruma's UnicodeData to 5.1.naruse2009-08-256-9062/+49628
* * enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu2009-08-215-150/+1448
* * enc/utf_8.c (code_to_mbc): suppressed a warning.nobu2009-08-211-1/+1
* * enc/unicode.c (CodeRanges): initialized statically.nobu2009-08-191-163/+133
* * enc/Makefile.in (MKDIRS): revert r24525.naruse2009-08-141-1/+1
* * configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu2009-08-131-1/+1
* * enc/encdb.c (ENC_SET_BASE): fix typo. patch by ujihisa [ruby-dev:39004]naruse2009-08-041-1/+1
* More strict for Big5 series.naruse2009-08-041-5/+74
* Add functions and macros for second encoding definitions.naruse2009-08-041-0/+2
* * enc/big5.c: not executable.nobu2009-07-251-0/+0
* * enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]naruse2009-07-241-18/+34
* * enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst2009-07-243-0/+18390
* * ruby.c (process_options), enc/prelude.rb: encdb and transdb arenobu2009-06-221-1/+1
* * enc/trans/utf8_mac.trans: remove wrong optimization.naruse2009-06-131-9/+0
* Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse2009-05-051-7/+7
* * enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.naruse2009-05-022-955/+949
* * enc/trans/utf8_mac.trans: get rid of a 1.9 feature for crossnobu2009-04-301-2/+2
* Add new transcoder: CP51932 <-> CP50221.naruse2009-04-292-0/+201
* * enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse2009-04-262-0/+1202
* * enc/depend (link_so): replaces $(TARGET) with basename of thenobu2009-03-221-2/+9
* * 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