aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-18 10:46:58 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-18 10:46:58 +0000
commit957f69d2de579d04b9e554fc70f69a097d063bfb (patch)
tree64b45629e16751c34d2662fef55207fcf502ef1f
parent8705e3623cb8b68d81b72a697ce20b957c9e7fcf (diff)
downloadruby-957f69d2de579d04b9e554fc70f69a097d063bfb.tar.gz
ChangeLog: move entries to proper place.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog26
1 files changed, 13 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index e6e2190bbb..cccae44df3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -21,19 +21,6 @@ Sat Oct 18 04:08:18 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes
keyword arguments to open(). [ruby-dev:36756]
-Tue Oct 14 17:10:10 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
-
- * tool/transcode-tblgen.rb: added set_valid_byte_pattern
- to reduce coupling between table generation script and
- specific encodings.
-
- * enc/trans/single_byte.trans: using set_valid_byte_pattern
-
-Tue Oct 14 16:39:39 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
-
- * transcode.c: in transcode_search_path, elimintated a warning
- on cygwin about pathlen potentially not being initialized
-
Sat Oct 18 13:40:27 2008 Tanaka Akira <akr@fsij.org>
* lib/test/unit.rb (assert_nothing_thrown): implemented.
@@ -234,6 +221,19 @@ Tue Oct 14 19:32:14 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* ruby.c (process_options): -U should be allowed in RUBYOPT
environment variable. [ruby-dev:36720]
+Tue Oct 14 17:10:10 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * tool/transcode-tblgen.rb: added set_valid_byte_pattern
+ to reduce coupling between table generation script and
+ specific encodings.
+
+ * enc/trans/single_byte.trans: using set_valid_byte_pattern
+
+Tue Oct 14 16:39:39 2008 Martin Duerst <duerst@it.aoyama.ac.jp>
+
+ * transcode.c: in transcode_search_path, elimintated a warning
+ on cygwin about pathlen potentially not being initialized
+
Tue Oct 14 14:11:17 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
* ruby.c (proc_options): -U can be followed by other options.