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

ruby-changes:30721

From: zzak <ko1@a...>
Date: Tue, 3 Sep 2013 14:38:55 +0900 (JST)
Subject: [ruby-changes:30721] zzak:r42800 (trunk): * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]

zzak	2013-09-03 14:38:48 +0900 (Tue, 03 Sep 2013)

  New Revision: 42800

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

  Log:
    * error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]
      https://github.com/ruby/ruby/pull/390

  Modified files:
    trunk/ChangeLog
    trunk/error.c
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 42799)
+++ ChangeLog	(revision 42800)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Sep  3 14:37:53 2013  Zachary Scott  <e@z...>
+
+	* error.c: [DOC] Update bug tracker url by @ScotterC [Fixes GH-390]
+	  https://github.com/ruby/ruby/pull/390
+
 Tue Sep  3 12:45:23 2013  Tanaka Akira  <akr@f...>
 
 	* bignum.c (rb_str2big_poweroftwo): New function.
Index: error.c
===================================================================
--- error.c	(revision 42799)
+++ error.c	(revision 42800)
@@ -48,7 +48,7 @@ extern const char ruby_description[]; https://github.com/ruby/ruby/blob/trunk/error.c#L48
 	"You may have encountered a bug in the Ruby interpreter" \
 	" or extension libraries.\n" \
 	"Bug reports are welcome.\n" \
-	"For details: http://www.ruby-lang.org/bugreport.html\n\n" \
+	"For details: http://bugs.ruby-lang.org/\n\n" \
 
 static const char *
 rb_strerrno(int err)

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

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