1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/enc
naruse 513d0ca7f6 * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed.
(rb_enc_init): EUC-JP and Shift_JIS are not builtin now.

* enc/Makefile.in: ditto.

* common.mk: ditto.

* ruby.c (proc_options): ditto.

* enc/shift_jis.c, enc/euc_jp.c: fixes for romove from builtin.


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@15016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2008-01-13 02:51:15 +00:00
..
trans Fri Dec 28 01:55:04 2007 Martin Duerst <duerst@it.aoyama.ac.jp> 2007-12-28 09:26:55 +00:00
ascii.c * enc/make_encdb.rb: added. search enc/*.c and make encoding database. 2008-01-12 16:03:51 +00:00
depend * enc/depend: dependency updated. 2008-01-01 16:20:56 +00:00
euc_jp.c * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. 2008-01-13 02:51:15 +00:00
iso_8859_1.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_2.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_3.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_4.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_5.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_6.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_7.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_8.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_9.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_10.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_11.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_13.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_14.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_15.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
iso_8859_16.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
make_encdb.rb * encoding.c (enc_table): packed all enc_table stuff. 2008-01-13 01:21:42 +00:00
make_encmake.rb * Makefile.in, configure.in, lib/mkmf.rb, */Makefile.sub: specify 2007-12-24 03:49:56 +00:00
Makefile.in * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. 2008-01-13 02:51:15 +00:00
shift_jis.c * encoding.c (ENCINDEX_EUC_JP, ENCINDEX_SJIS): removed. 2008-01-13 02:51:15 +00:00
unicode.c * regenc.c (onigenc_strlen_null, onigenc_str_bytelen_null): suppressed 2008-01-08 06:40:33 +00:00
us_ascii.c * enc/make_encdb.rb: added. search enc/*.c and make encoding database. 2008-01-12 16:03:51 +00:00
utf8.c * enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as 2008-01-03 17:57:48 +00:00
utf_16be.c * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. 2008-01-08 07:27:43 +00:00
utf_16le.c * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. 2008-01-08 07:27:43 +00:00
utf_32be.c * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. 2008-01-08 07:27:43 +00:00
utf_32le.c * enc/utf_{16,32}{be,le}.c: renamed to match with encoding names. 2008-01-08 07:27:43 +00:00