summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-20 16:09:17 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-12-20 16:09:17 +0000
commit327ea26b59816e15a99afa420331f9d3e3d8be22 (patch)
tree43e564cddc30f90a168aab1eb8c9707aa7f7f900 /ext
parenta934aeb619929bc9a971fcd173c3e1f54c60d6a0 (diff)
* 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 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/bigdecimal/README2
-rw-r--r--ext/socket/ancdata.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/ext/bigdecimal/README b/ext/bigdecimal/README
index 8b53453e0f..7a4362826c 100644
--- a/ext/bigdecimal/README
+++ b/ext/bigdecimal/README
@@ -53,7 +53,7 @@ You can redistribute it and/or modify it under either the terms of the GPL
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
diff --git a/ext/socket/ancdata.c b/ext/socket/ancdata.c
index 8cbe53c281..f8379ccdd4 100644
--- a/ext/socket/ancdata.c
+++ b/ext/socket/ancdata.c
@@ -1395,7 +1395,7 @@ discard_cmsg(struct cmsghdr *cmh, char *msg_end, int msg_peek_p)
* 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.
*/