diff options
| author | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-13 02:51:15 +0000 |
|---|---|---|
| committer | naruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-01-13 02:51:15 +0000 |
| commit | 72c7fc35d49a4041da22c04ca066fa4a47a46683 (patch) | |
| tree | f99cd5fe9882653052b9e2e90fede5366c0a28b4 /ChangeLog | |
| parent | fc27a6e04341ec65efcaa43658ca6f517b47ceb5 (diff) | |
| download | ruby-72c7fc35d49a4041da22c04ca066fa4a47a46683.tar.gz ruby-72c7fc35d49a4041da22c04ca066fa4a47a46683.tar.xz ruby-72c7fc35d49a4041da22c04ca066fa4a47a46683.zip | |
* 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: http://svn.ruby-lang.org/repos/ruby/trunk@15016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,3 +1,16 @@ +Sun Jan 13 11:41:11 2008 NARUSE, Yui <naruse@ruby-lang.org> + + * 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. + Sun Jan 13 10:21:40 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * encoding.c (enc_table): packed all enc_table stuff. |
