summaryrefslogtreecommitdiff
path: root/enc
AgeCommit message (Expand)Author
2009-10-14* tool/enc-unicode.rb,naruse
2009-10-13Add derived core and binary property and aliases.naruse
2009-10-10* enc/unicode/name2ctype.h: update.nobu
2009-10-08* tool/enc-unicode.rb: optimized.naruse
2009-10-08* tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse
2009-10-02* enc/unicode/name2ctype.h: Updated to Unicode 5.2.0.naruse
2009-10-02Updated to Unicode 5.2.0.naruse
2009-09-10* unicode.c (onigenc_unicode_property_name_to_ctype):naruse
2009-09-08* include/ruby/st.h (st_hash_func): use st_index_t.nobu
2009-08-26* unicode.c (PROPERTY_NAME_MAX_SIZE): use MAX_WORD_LENGTH.naruse
2009-08-26* enc/unicode.c (onigenc_unicode_mbc_case_fold): balanced braces.nobu
2009-08-25* enc/unicode/name2ctype.h: updated.nobu
2009-08-25Update Oniguruma's UnicodeData to 5.1.naruse
2009-08-21* enc/unicode/name2ctype.h: split from enc/unicode.c and made anobu
2009-08-21* enc/utf_8.c (code_to_mbc): suppressed a warning.nobu
2009-08-19* enc/unicode.c (CodeRanges): initialized statically.nobu
2009-08-14* enc/Makefile.in (MKDIRS): revert r24525.naruse
2009-08-13* configure.in, Makefile.in (MAKEDIRS): used MKDIR_P instead ofnobu
2009-08-04* enc/encdb.c (ENC_SET_BASE): fix typo. patch by ujihisa [ruby-dev:39004]naruse
2009-08-04More strict for Big5 series.naruse
2009-08-04Add functions and macros for second encoding definitions.naruse
2009-07-25* enc/big5.c: not executable.nobu
2009-07-24* enc/big5.c: Fix EncLen_BIG5 for Big5-HKSCS. see [ruby-core:24390]naruse
2009-07-24* enc/trans/big5.trans, big5-hkscs-tbl.rb:duerst
2009-06-22* ruby.c (process_options), enc/prelude.rb: encdb and transdb arenobu
2009-06-13* enc/trans/utf8_mac.trans: remove wrong optimization.naruse
2009-05-05Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse
2009-05-02* enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.naruse
2009-04-30* enc/trans/utf8_mac.trans: get rid of a 1.9 feature for crossnobu
2009-04-29Add new transcoder: CP51932 <-> CP50221.naruse
2009-04-26* enc/trans/utf8_mac.trans: Add converter for UTF8-MAC.naruse
2009-03-22* enc/depend (link_so): replaces $(TARGET) with basename of thenobu
2009-01-30 * enc/depend: extract comile rules to each target for VC++.usa
2009-01-27* common.mk (distclean-enc, realclean-enc): do not call clean ofnobu
2009-01-14* enc/trans/gb18030.trans: get rid of a 1.9 feature for crossnobu
2009-01-14* enc/trans/gb18030.trans, gb18030-tbl.rb:duerst
2009-01-13* template/{encdb,transdb}.h.tmpl: moved enc/make_encdb.rb andnobu
2009-01-13* enc/trans/make_transdb.rb (converters): should not depend on thenobu
2009-01-04* enc/trans/gbk.trans, gbk-tbl.rb:duerst
2009-01-04* test/ruby/test_transcode.rb: added tests for GB2312duerst
2009-01-04* enc/trans/big5.trans, big5-tbl.rb:duerst
2009-01-03change encoding name.naruse
2009-01-03* enc/trans/chinese.trans: added for transcoding EUC-CN and GB12345.naruse
2008-12-09* enc/trans/single_byte.trans, cp850-tbl.rb, cp852-tbl.rb,duerst
2008-12-08* enc/depend (clean-srcs): split out from clean.nobu
2008-11-17* enc/depend (LIBS): fixed for disable-shared. [ruby-dev:37103]nobu
2008-11-11* enc/trans/single_byte.trans, macgreek-tbl.rb, macroman-tbl.rb,duerst
2008-10-31* enc/trans/single_byte.trans, maccroatioan-tbl.rb,duerst
2008-10-30* enc/trans/single_byte.trans: refactoring to make it easierduerst
2008-10-24* enc/us_ascii.c (us_ascii_mbc_enc_len): made static. a patch bynobu