mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* ChangeLog: reorderd.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4bc9096b23
commit
22179f8124
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue