aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* * enc/utf_8.c: Add new alias UTF-8-HFS for UTF8-MAC.naruse2010-05-111-0/+2
* * properties.nobu2010-05-071-0/+0
* * enc/trans/iso2022.trans: CP50221 supports 8bit JIS.naruse2010-04-011-7/+12
* * enc/utf_16{be,le}.c (utf16{be,le}_mbc_to_code): simplified.nobu2010-04-012-6/+4
* * bignum.c, node.h, strftime.c, enc/trans/utf8_mac.trans: added explicit cast...muraken2010-03-251-1/+1
* * tool/transcode-tblgen.rb (transcode_compile_tree): makeakr2010-03-218-17/+25
* * enc/trans/emoji.trans: added codepoints leading 0xf4 into nomap_table.muraken2010-03-161-0/+1
* * tool/transcode-tblgen.rb (transcode_tblgen): add valid_encodingakr2010-03-152-6/+7
* * enc/trans/emoji.trans: fix nomap_table.akr2010-03-141-1/+1
* * tool/transcode-tblgen.rb: reject ambiguous mapping.akr2010-03-131-1/+1
* * enc/x_emoji.h: renamed from enc/x-emoji.c.muraken2010-03-101-0/+0
* * enc/trans/EMOJI/*.src, enc/trans/emoji*, enc/x-emoji.c, test/ruby/enc/test_...muraken2010-03-0918-0/+14964
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-018-19/+10
* * enc/trans/utf8_mac.trans (buf_shift_char): don't see uninitialisednaruse2010-01-291-3/+3
* * transcode_data.h, transcode.c, tool/transcode-tblgen.rb: Addedduerst2009-12-101-5/+105
* * enc/trans/gb18030-tbl.rb: Fix omission of C1 region in code tableduerst2009-12-031-0/+32
* * enc/trans/newline.trans (fun_so_universal_newline): generate \nakr2009-11-221-11/+15
* * enc/big5.c, enc/trans/big5.trans, enc/trans/big5-uao-tbl.rb,duerst2009-11-173-0/+19840
* * tool/enc-unicode.rb,naruse2009-10-144-15656/+8200
* Add derived core and binary property and aliases.naruse2009-10-134-1254/+36490
* * enc/unicode/name2ctype.h: update.nobu2009-10-101-3/+5
* * tool/enc-unicode.rb: optimized.naruse2009-10-083-9/+15
* * tool/enc-unicode.rb: parse range notation of UnicodeData.txt.naruse2009-10-084-524/+248
* * enc/unicode/name2ctype.h: Updated to Unicode 5.2.0.naruse2009-10-021-821/+1574
* Updated to Unicode 5.2.0.naruse2009-10-025-22660/+3752
* * 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