aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* * enc/trans/big5-hkscs-tbl.rb: Update table as HKSCS-2008.naruse2010-11-243-4/+37308
* * enc/trans/utf_16_32.trans: add the UTF-32 converter.naruse2010-11-241-0/+87
* * enc/trans/utf_16_32.trans: add a convert from UTF-8 to UTF-16.naruse2010-11-231-2/+28
* * enc/trans/utf_16_32.trans: raise error on unpaired uppernaruse2010-11-231-8/+8
* * enc/utf_16_32.h: add UTF-16 and UTF-32 as a dummy encoding.naruse2010-11-232-0/+79
* Add missing tables.naruse2010-11-224-0/+76244
* * enc/big5.c: split CP950 from Big5.naruse2010-11-224-32098/+28
* * win32/Makefile.sub (MAKEDIRS): should not include silent flag.nobu2010-11-173-4/+4
* * enc/shift_jis.c (property_name_to_ctype): fix memory leak.naruse2010-11-172-2/+2
* * enc/Makefile.in (distclean): should not remove sources which arenobu2010-11-141-2/+2
* * Makefile.in, common.mk, cygwin/GNUmakefile.in, enc/depend,nobu2010-11-121-10/+5
* * common.mk: hide long command lines by default. verbose-mode isnobu2010-11-112-1/+22
* * regenc.c (onigenc_minimum_property_name_to_ctype):naruse2010-11-092-8/+20
* * tool/enc-unicode.rb,naruse2010-11-084-2422/+22004
* * enc/trans/gbk-tbl.rb: Add euro sign. [ruby-core:33094]naruse2010-11-081-0/+1
* * tool/enc-unicode.rb,naruse2010-10-294-422/+2448
* * tool/enc-unicode.rb,naruse2010-10-284-4920/+6734
* add references.naruse2010-10-182-0/+8
* * tool/enc-unicode.rb: get rid of lots of warnings.nobu2010-10-134-0/+4
* * enc/unicode.c (onigenc_unicode_property_name_to_ctype):naruse2010-10-031-1/+0
* Forward-ports r28360 from ruby_1_9_2 into trunk.yugui2010-09-031-0/+1
* * enc/depend: add space at the begginig of @ignore_error.naruse2010-08-061-1/+1
* * Makefile.in: ignore error from RMDIRS.naruse2010-08-061-4/+6
* * configure.in (RMDIR): use --ignore-fail-on-non-empty if possible.nobu2010-07-212-2/+4
* * enc/trans/utf8_mac.trans (buf_apply): fix for patternsnaruse2010-06-121-2/+2
* * enc/iso_2022_jp.h: add CP50220.naruse2010-05-172-3/+146
* * 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