aboutsummaryrefslogtreecommitdiffstats
path: root/enc/shift_jis.c
Commit message (Expand)AuthorAgeFilesLines
* oniguruma.h: constifynobu2015-08-271-2/+2
* * reg*.c: Merge Onigmo 5.15.0 38a870960aa7370051a3544naruse2014-09-151-3/+4
* constify character property tablesnobu2014-05-221-37/+5
* * Merge Onigmo 0fe387da2fee089254f6b04990541c731a26757fnaruse2013-03-011-1/+1
* * enc/shift_jis.c (code_to_mbclen): returnnaruse2012-05-201-0/+3
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-171-47/+233
* Add more description about Shift_JIS and CP50220.naruse2012-02-151-0/+4
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-081-2/+2
* * remove trailing spaces.nobu2011-05-151-2/+2
* * enc/shift_jis.c: Change SJIS as an alias of Windows-31J.naruse2011-03-091-1/+17
* * enc/shift_jis.c (code_to_mbc): cast as int from the subtraction of pointers.naruse2011-02-031-1/+1
* * enc/shift_jis.c (property_name_to_ctype): fix memory leak.naruse2010-11-171-1/+1
* * regenc.c (onigenc_minimum_property_name_to_ctype):naruse2010-11-091-4/+10
* * include/ruby/oniguruma.h: updated to follow Oniguruma 5.9.2.matz2010-03-011-3/+3
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-2/+15
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-15/+2
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-2/+2
* * enc/shift_jis.c (code_is_ctype): HALF WIDTH KATAKANA isnaruse2008-07-011-1/+1
* forgot to commitshyouhei2008-07-011-6/+6
* * enc/euc_jp.c (property_name_to_ctype): core dumped when sizeof(int)mame2008-06-171-2/+2
* * enc/{euc_jp.c,gbk.c,iso_8859_1.c,iso_8859_11.c,iso_8859_13.c,naruse2008-02-171-0/+21
* * enc/shift_jis.c: newline at EOF.nobu2008-01-171-1/+1
* * enc/*: add ARG_UNUSED.naruse2008-01-151-4/+4
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-151-7/+5
* * enc/*.c: add replicas and aliases.naruse2008-01-131-0/+2
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-131-5/+5
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-6/+8
* * encoding.c (rb_enc_init): revert removing SJIS.naruse2008-01-131-0/+376