aboutsummaryrefslogtreecommitdiffstats
path: root/enc/euc_jp.c
Commit message (Expand)AuthorAgeFilesLines
* refix through 52016,52017,52019,52020 [Bug #11486]naruse2015-10-041-3/+4
* euc_jp.c: fix compile errornobu2015-10-041-1/+1
* * enc/euc_jp.c (mbc_case_fold): check given string is valid or not,naruse2015-10-041-2/+3
* 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
* * enc/euc_jp.c: fix typo: the name of EUC-JIS-2004.naruse2013-06-011-4/+4
* * enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213.usa2012-04-241-0/+7
* * Merge Onigmo-5.13.1. [ruby-dev:45057] [Feature #5820]naruse2012-02-171-23/+262
* * numeric.c (rb_enc_uint_char): raise RangeError when added codepointnaruse2012-01-081-3/+4
* * remove trailing spaces.nobu2011-05-151-4/+4
* * enc/{emacs_mule,euc_jp}.c (code_to_mbc): suppress warnings.nobu2011-01-051-2/+2
* * 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
* add references.naruse2010-10-181-0/+3
* * grapheme cluster implementation reverted. [ruby-dev:36375]akr2008-09-181-2/+14
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_retakr2008-09-161-14/+2
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument forakr2008-09-131-2/+2
* * enc/euc_jp.c (euc-jp-ms): euc-jp-ms is not EUC-JP not an alias ofnaruse2008-09-011-1/+1
* forgot to commitshyouhei2008-07-011-4/+4
* * 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-1/+21
* * enc/*: add ARG_UNUSED.naruse2008-01-151-5/+5
* * encoding.c (ENC_REGISTER): use &OnigEncoding*.naruse2008-01-151-5/+4
* * include/ruby/oniguruma.h: remove ONIG_ENCODING_* and OnigEncoding*naruse2008-01-131-4/+4
* * enc/make_encdb.h: sort encoding names by original name.naruse2008-01-131-0/+3
* * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.naruse2008-01-131-4/+6
* * enc/make_encdb.rb: added. search enc/*.c and make encoding database.naruse2008-01-121-0/+1
* * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified asakr2008-01-031-21/+21
* * include/ruby/oniguruma.h: Oniguruma 1.9.1 merged.matz2008-01-031-10/+11
* * enc/us_ascii.c: add us_ascii_ prefix for functions to easeakr2008-01-021-21/+21
* * common.mk (enc.mk): depends on $(RBCONFIG) instead of rbconfig.rb.nobu2007-12-211-1/+1
* * common.mk (enc.mk): depends on rbconfig.rb.nobu2007-12-201-1/+1
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-061-1/+76
* * Makefile.in, */Makefile.sub (VPATH): add enc directory.nobu2007-10-101-0/+287