aboutsummaryrefslogtreecommitdiffstats
path: root/enc
Commit message (Expand)AuthorAgeFilesLines
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-082-5/+6
* * enc/trans/iso-8859-16-tbl.rb: add ISO-8859-16 converter.naruse2011-12-092-0/+99
* * enc/unicode.c (PROPERTY_NAME_MAX_SIZE): +1.naruse2011-11-201-1/+1
* * Makefile.in (enc/unicode/name2ctype.h): remove duplicatednobu2011-11-192-8/+0
* Forward-ports r32780 from branches/ruby_1_9_3 to trunk.yugui2011-07-311-1/+3
* * enc/depend: show srcdir.nobu2011-06-161-1/+1
* * enc/trans/ibm737-tbl.rb: greek code page. fixes #4738nobu2011-05-192-0/+131
* * remove trailing spaces.nobu2011-05-1511-39/+39
* * enc/trans/emoji_iso2022_kddi.trans: ISO-2022-JP-KDDI doesn't havenaruse2011-04-271-2/+0
* * enc/utf_16le.c: surpress warning: shorten-64-to-32.naruse2011-03-211-1/+1
* * enc/shift_jis.c: Change SJIS as an alias of Windows-31J.naruse2011-03-091-1/+17
* * enc/trans/utf8_mac.trans: parenthesize macro arguments.akr2011-02-041-1/+1
* * enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of pointers.naruse2011-02-034-4/+5
* * enc/encdb.c: parenthesize macro arguments.akr2011-02-011-3/+3
* * enc/emacs_mule.c (emacsmule_islead): 7bit range is also leadingnobu2011-01-301-1/+1
* * enc/emacs_mule.c (emacsmule_islead): fix inverse condition.nobu2011-01-301-1/+1
* * enc/{emacs_mule,euc_jp}.c (code_to_mbc): suppress warnings.nobu2011-01-054-6/+10
* * enc/depend (clean): remove name2ctype.h when out-of-place build.nobu2010-12-291-0/+5
* * win32/Makefile.sub (clean-enc): pass V to inferior make.nobu2010-12-292-16/+16
* * configure.in (target_archs): remove temporary objects.nobu2010-12-212-2/+4
* * 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