From a40591236cbffbf6f89a12a239720c8dd6b86658 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 23 Oct 2007 01:48:51 +0000 Subject: * ChangeLog: reorderd. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0432bd570..6e66bc1c7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ Tue Oct 23 10:42:51 2007 Nobuyoshi Nakada * 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 + + * ruby.c (proc_options): allow space after -E (encoding) option. + Mon Oct 22 11:03:09 2007 Nobuyoshi Nakada * encoding.c (enc_check_encoding): returns index now. @@ -14,10 +18,6 @@ Mon Oct 22 11:03:09 2007 Nobuyoshi Nakada * include/ruby/encoding.h (rb_enc_compatible): prototype. -Mon Oct 22 19:24:33 2007 Yukihiro Matsumoto - - * ruby.c (proc_options): allow space after -E (encoding) option. - Sun Oct 21 18:29:17 2007 Nobuyoshi Nakada * encoding.c (rb_enc_default, rb_enc_primary): return pointers to -- cgit