From 0eed69757dd2bc0eb460a5dc38e377ac8e2cbfd9 Mon Sep 17 00:00:00 2001 From: zzak Date: Sun, 27 Jul 2014 20:14:11 +0000 Subject: [PATCH] * time.c: [DOC] Remove dead link and old bug report, which hasn't been reproduced in a few years. Reported by Federico Builes [Bug #10071] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46977 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ time.c | 8 ++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1c1c5ad06b..e3ac32ccc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Mon Jul 28 05:12:22 2014 Zachary Scott + + * time.c: [DOC] Remove dead link and old bug report, which hasn't been + reproduced in a few years. Reported by Federico Builes [Bug #10071] + Mon Jul 28 04:39:58 2014 Zachary Scott * ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, as diff --git a/time.c b/time.c index a09f960708..3aaa1c8334 100644 --- a/time.c +++ b/time.c @@ -1323,13 +1323,9 @@ gmtimew(wideval_t timew, struct vtm *result) static struct tm *localtime_with_gmtoff_zone(const time_t *t, struct tm *result, long *gmtoff, const char **zone); /* - * The idea is borrowed from Perl: - * http://use.perl.org/articles/08/02/07/197204.shtml - * - * compat_common_month_table is generated by the following program. * This table finds the last month which starts at the same day of a week. - * The year 2037 is not used because: - * http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=522949 + * + * It can be generated by the following program: * * #!/usr/bin/ruby *