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 *