[前][次][番号順一覧][スレッド一覧]

ruby-changes:8310

From: duerst <ko1@a...>
Date: Sat, 18 Oct 2008 22:02:52 +0900 (JST)
Subject: [ruby-changes:8310] Ruby:r19838 (trunk): ChangeLog: moved entries back and corrected date

duerst	2008-10-18 22:02:23 +0900 (Sat, 18 Oct 2008)

  New Revision: 19838

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=19838

  Log:
    ChangeLog: moved entries back and corrected date

  Modified files:
    trunk/ChangeLog

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19837)
+++ ChangeLog	(revision 19838)
@@ -26,6 +26,19 @@
 	* lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes
 	  keyword arguments to open().  [ruby-dev:36756]
 
+Sat Oct 18 17:10:10 2008  Martin Duerst  <duerst@i...>
+
+	* 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
+
+Sat Oct 18 16:39:39 2008  Martin Duerst  <duerst@i...>
+
+	* 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@f...>
 
 	* lib/test/unit.rb (assert_nothing_thrown): implemented.
@@ -226,19 +239,6 @@
 	* 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@i...>
-
-	* 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@i...>
-
-	* 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@r...>
 
 	* ruby.c (proc_options): -U can be followed by other options.

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]