git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-10-23 01:48:51 +00:00
Родитель 4bc9096b23
Коммит 22179f8124
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -3,6 +3,10 @@ Tue Oct 23 10:42:51 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (process_options): encoding set by command line option takes
priority over the encoding in the source, as the primary encoding.
Mon Oct 22 19:24:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* ruby.c (proc_options): allow space after -E (encoding) option.
Mon Oct 22 11:03:09 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* encoding.c (enc_check_encoding): returns index now.
@ -14,10 +18,6 @@ Mon Oct 22 11:03:09 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/encoding.h (rb_enc_compatible): prototype.
Mon Oct 22 19:24:33 2007 Yukihiro Matsumoto <matz@ruby-lang.org>
* ruby.c (proc_options): allow space after -E (encoding) option.
Sun Oct 21 18:29:17 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* encoding.c (rb_enc_default, rb_enc_primary): return pointers to