Skip to content

Commit

Permalink
* README.ja: Update redmine.ruby-lang.org to bugs.ruby-lang.org
Browse files Browse the repository at this point in the history
* 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


git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
drbrain committed Dec 19, 2011
1 parent 7e17872 commit 8010126
Show file tree
Hide file tree
Showing 10 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Tue Dec 20 05:03:24 2011 Eric Hodel <[email protected]>

* 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 <[email protected]>

* ext/date/date_core.c: [ruby-dev:45008].
Expand Down
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.ja
Original file line number Diff line number Diff line change
Expand Up @@ -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

* 入手法

Expand Down
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -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)
2 changes: 1 addition & 1 deletion man/erb.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/irb.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion man/ri.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions man/ruby.1
Original file line number Diff line number Diff line change
Expand Up @@ -500,12 +500,12 @@ 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
.Sh AUTHORS
Ruby is designed and implemented by
.An Yukihiro Matsumoto Aq [email protected] .
.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.
2 changes: 1 addition & 1 deletion sparc.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
2 changes: 1 addition & 1 deletion tool/install-sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8010126

Please sign in to comment.