aboutsummaryrefslogtreecommitdiffstats
path: root/enc/euc_jp.c
Commit message (Expand)AuthorAgeFilesLines
* * 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