summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-23 01:48:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-10-23 01:48:51 +0000
commita40591236cbffbf6f89a12a239720c8dd6b86658 (patch)
treec498be1349035aa9b435406ea298af578da818a5
parent31e29e409cd06816f5529631541b5d21806b7fd0 (diff)
downloadruby-a40591236cbffbf6f89a12a239720c8dd6b86658.tar.gz
ruby-a40591236cbffbf6f89a12a239720c8dd6b86658.tar.xz
ruby-a40591236cbffbf6f89a12a239720c8dd6b86658.zip
* ChangeLog: reorderd.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13757 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
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 <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