ruby-changes:34894
From: zzak <ko1@a...>
Date: Mon, 28 Jul 2014 05:16:43 +0900 (JST)
Subject: [ruby-changes:34894] zzak:r46977 (trunk): * time.c: [DOC] Remove dead link and old bug report, which hasn't been
zzak 2014-07-28 05:14:11 +0900 (Mon, 28 Jul 2014) New Revision: 46977 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=46977 Log: * 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] Modified files: trunk/ChangeLog trunk/time.c Index: time.c =================================================================== --- time.c (revision 46976) +++ time.c (revision 46977) @@ -1323,13 +1323,9 @@ gmtimew(wideval_t timew, struct vtm *res https://github.com/ruby/ruby/blob/trunk/time.c#L1323 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 * Index: ChangeLog =================================================================== --- ChangeLog (revision 46976) +++ ChangeLog (revision 46977) @@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 +Mon Jul 28 05:12:22 2014 Zachary Scott <e@z...> + + * 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 <e@z...> * ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, as -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/