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

ruby-changes:22036

From: kazu <ko1@a...>
Date: Wed, 21 Dec 2011 01:09:39 +0900 (JST)
Subject: [ruby-changes:22036] kazu:r34085 (trunk): * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.org

kazu	2011-12-21 01:09:17 +0900 (Wed, 21 Dec 2011)

  New Revision: 34085

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

  Log:
    * ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.org
    * ext/socket/ancdata.c: ditto
    * test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb: ditto
    * test/syck/test_yaml.rb: ditto
    * doc/ChangeLog-1.9.3: ditto

  Modified files:
    trunk/ChangeLog
    trunk/doc/ChangeLog-1.9.3
    trunk/ext/bigdecimal/README
    trunk/ext/socket/ancdata.c
    trunk/test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
    trunk/test/syck/test_yaml.rb

Index: doc/ChangeLog-1.9.3
===================================================================
--- doc/ChangeLog-1.9.3	(revision 34084)
+++ doc/ChangeLog-1.9.3	(revision 34085)
@@ -3325,7 +3325,7 @@
 Thu May 19 06:16:41 2011  Eric Hodel  <drbrain@s...>
 
 	* lib:  Convert tabs to spaces for ruby files per
-	  http://redmine.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
+	  http://bugs.ruby-lang.org/projects/ruby/wiki/DeveloperHowto#coding-style
 	  Patch by Steve Klabnik [Ruby 1.9 - Bug #4730]
 	  Patch by Jason Dew [Ruby 1.9 - Feature #4718]
 
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34084)
+++ ChangeLog	(revision 34085)
@@ -1,3 +1,11 @@
+Wed Dec 21 01:06:00 2011  Kazuhiro NISHIYAMA  <zn@m...>
+
+	* ext/bigdecimal/README: Update redmine.ruby-lang.org to bugs.ruby-lang.org
+	* ext/socket/ancdata.c: ditto
+	* test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb: ditto
+	* test/syck/test_yaml.rb: ditto
+	* doc/ChangeLog-1.9.3: ditto
+
 Tue Dec 20 23:50:12 2011  Hiroshi Nakamura  <nahi@r...>
 
 	* PStore content update perf optimization. Patch by Masaki Matsushita.
@@ -52,12 +60,10 @@
 	* README.ja:  Update redmine.ruby-lang.org to bugs.ruby-lang.org
 	* README:  ditto
 	* common.mk:  ditto
-	* ext/bigdecimal/README:  ditto
 	* man/erb.1:  ditto
 	* man/irb.1:  ditto
 	* man/ri.1:  ditto
 	* man/ruby.1:  ditto
-	* man/ruby.1:  ditto
 	* sparc.c:  ditto
 	* tool/install-sh:  ditto
 
Index: ext/bigdecimal/README
===================================================================
--- ext/bigdecimal/README	(revision 34084)
+++ ext/bigdecimal/README	(revision 34085)
@@ -53,7 +53,7 @@
 
 Feel free to send comments and bug reports to the ruby-core team.
 
-  http://redmine.ruby-lang.org
+  http://bugs.ruby-lang.org
 
 -------------------------------------------------------
 created at: Thu Dec 22 1999
Index: ext/socket/ancdata.c
===================================================================
--- ext/socket/ancdata.c	(revision 34084)
+++ ext/socket/ancdata.c	(revision 34085)
@@ -1395,7 +1395,7 @@
      * FreeBSD 8.2.0, NetBSD 5 and MacOS X Snow Leopard doesn't
      * allocate fds by recvmsg with MSG_PEEK.
      * [ruby-dev:44189]
-     * http://redmine.ruby-lang.org/issues/5075
+     * http://bugs.ruby-lang.org/issues/5075
      *
      * Linux 2.6.38 allocate fds by recvmsg with MSG_PEEK.
      */
Index: test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb
===================================================================
--- test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb	(revision 34084)
+++ test/-ext-/wait_for_single_fd/test_wait_for_single_fd.rb	(revision 34085)
@@ -22,7 +22,7 @@
 
   def test_wait_for_invalid_fd
     # FreeBSD 8.2 or prior sticks this
-    # http://redmine.ruby-lang.org/issues/5524
+    # http://bugs.ruby-lang.org/issues/5524
     skip if /freebsd[1-8]/ =~ RUBY_PLATFORM
     with_pipe do |r,w|
       wfd = w.fileno
Index: test/syck/test_yaml.rb
===================================================================
--- test/syck/test_yaml.rb	(revision 34084)
+++ test/syck/test_yaml.rb	(revision 34085)
@@ -446,7 +446,7 @@
 
 	#
 	# Reports from N.Easterly & J.Trupiano : Tests with patch from daz
-	# [ruby-core:23006] [Bug #1311] http://redmine.ruby-lang.org/issues/show/1311
+	# [ruby-core:23006] [Bug #1311] http://bugs.ruby-lang.org/issues/show/1311
 	#
 	def test_scan_scalar_nl
 		bug1311 = '[ruby-core:23006]'

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

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