зеркало из https://github.com/github/ruby.git
* 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 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34074 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
7e17872012
Коммит
8010126721
14
ChangeLog
14
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].
|
||||
|
|
2
README
2
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
|
||||
|
|
|
@ -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
|
||||
|
||||
* 入手法
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
2
man/ri.1
2
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
|
||||
|
|
|
@ -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.
|
||||
|
|
2
sparc.c
2
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)
|
||||
{
|
||||
|
|
|
@ -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.
|
||||
|
|
Загрузка…
Ссылка в новой задаче