summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog14
-rw-r--r--README2
-rw-r--r--README.ja2
-rw-r--r--common.mk2
-rw-r--r--man/erb.12
-rw-r--r--man/irb.12
-rw-r--r--man/ri.12
-rw-r--r--man/ruby.14
-rw-r--r--sparc.c2
-rw-r--r--tool/install-sh2
10 files changed, 24 insertions, 10 deletions
diff --git a/ChangeLog b/ChangeLog
index 17cf7457f9..a4150cf4c2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Tue Dec 20 05:03:24 2011 Eric Hodel <drbrain@segment7.net>
+
+ * 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
+
Tue Dec 20 02:15:18 2011 Tadayoshi Funaba <tadf@dotrb.org>
* ext/date/date_core.c: [ruby-dev:45008].
diff --git a/README b/README
index 22ad742f9b..f91ffdd2fb 100644
--- a/README
+++ b/README
@@ -18,7 +18,7 @@ Perl). It is simple, straight-forward, and extensible.
+ Dynamic Loading of Object files(on some architecture)
+ Highly Portable (works on many Unix-like/POSIX compatible platforms
as well as Windows, Mac OS X, BeOS etc.)
- cf. http://redmine.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
+ cf. http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatforms
* How to get Ruby
diff --git a/README.ja b/README.ja
index 2955ade996..19af8c0b00 100644
--- a/README.ja
+++ b/README.ja
@@ -22,7 +22,7 @@ Rubyはテキスト処理関係の能力などに優れ,Perlと同じくらい
+ ダイナミックローディング (アーキテクチャによる)
+ 移植性が高い.多くのUnix-like/POSIX互換プラットフォーム上で
動くだけでなく,Windows, Mac OS X,BeOSなどの上でも動く
- cf. http://redmine.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
+ cf. http://bugs.ruby-lang.org/projects/ruby-trunk/wiki/SupportedPlatformsJa
* 入手法
diff --git a/common.mk b/common.mk
index 1bca44e5e0..fddc5c4a1f 100644
--- a/common.mk
+++ b/common.mk
@@ -963,5 +963,5 @@ help: PHONY
" golf: for golfers" \
"" \
"see DeveloperHowto for more detail: " \
- " http://redmine.ruby-lang.org/wiki/ruby/DeveloperHowto" \
+ " http://bugs.ruby-lang.org/wiki/ruby/DeveloperHowto" \
$(MESSAGE_END)
diff --git a/man/erb.1 b/man/erb.1
index 29c21b8a88..fc7438ef14 100644
--- a/man/erb.1
+++ b/man/erb.1
@@ -149,7 +149,7 @@ class.
Reported problems will be published after fixed.
.Pp
.Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (http://redmine.ruby-lang.org).
+Ruby Issue Tracking System (http://bugs.ruby-lang.org).
Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately.
.El
diff --git a/man/irb.1 b/man/irb.1
index 451b2d8d9b..004a5ec855 100644
--- a/man/irb.1
+++ b/man/irb.1
@@ -165,7 +165,7 @@ Personal irb initialization.
Reported problems will be published after fixed.
.Pp
.Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (http://redmine.ruby-lang.org).
+Ruby Issue Tracking System (http://bugs.ruby-lang.org).
Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately.
.El
diff --git a/man/ri.1 b/man/ri.1
index ee3463a1a9..3225c4bed5 100644
--- a/man/ri.1
+++ b/man/ri.1
@@ -171,7 +171,7 @@ Searches user-wide documents here.
Reported problems will be published after fixed.
.Pp
.Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (http://redmine.ruby-lang.org).
+Ruby Issue Tracking System (http://bugs.ruby-lang.org).
Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately.
.El
diff --git a/man/ruby.1 b/man/ruby.1
index 0f6f199725..cff48cd760 100644
--- a/man/ruby.1
+++ b/man/ruby.1
@@ -500,7 +500,7 @@ Ruby Application Archive.
Reported problems will be published after they've been fixed.
.Pp
.Li And you can report other bugs and feature requests via the
-Ruby Issue Tracking System (http://redmine.ruby-lang.org).
+Ruby Issue Tracking System (http://bugs.ruby-lang.org).
Do not report security vulnerabilities
via the system because it publishes the vulnerabilities immediately.
.El
@@ -508,4 +508,4 @@ via the system because it publishes the vulnerabilities immediately.
Ruby is designed and implemented by
.An Yukihiro Matsumoto Aq matz@netlab.jp .
.Pp
-See <\fBhttp://redmine.ruby-lang.org/wiki/ruby/Contributors\fR> for contributors to Ruby.
+See <\fBhttp://bugs.ruby-lang.org/wiki/ruby/Contributors\fR> for contributors to Ruby.
diff --git a/sparc.c b/sparc.c
index 2d368dfe5b..e5f7985e19 100644
--- a/sparc.c
+++ b/sparc.c
@@ -7,7 +7,7 @@
window of the process executing the instruction will not be flushed
correctly.
- See http://redmine.ruby-lang.org/issues/5244 for discussion.
+ See http://bugs.ruby-lang.org/issues/5244 for discussion.
*********************************************************************/
void rb_sparc_flush_register_windows(void)
{
diff --git a/tool/install-sh b/tool/install-sh
index 427d38dfed..af97fa6af1 100644
--- a/tool/install-sh
+++ b/tool/install-sh
@@ -9,7 +9,7 @@ provides its own install(1) alternative.
This script a place holder for AC_PROG_INSTALL in configure.in.
-Please report a bug in Ruby to http://redmine.ruby-lang.org if you see
+Please report a bug in Ruby to http://bugs.ruby-lang.org if you see
this message.
Thank you.