From 327ea26b59816e15a99afa420331f9d3e3d8be22 Mon Sep 17 00:00:00 2001 From: kazu Date: Tue, 20 Dec 2011 16:09:17 +0000 Subject: * 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 --- ext/bigdecimal/README | 2 +- ext/socket/ancdata.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ext') 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. */ -- cgit v1.2.3