* 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
This commit is contained in:
zzak 2014-07-27 20:14:11 +00:00
Родитель e0270975d8
Коммит 0eed69757d
2 изменённых файлов: 7 добавлений и 6 удалений

Просмотреть файл

@ -1,3 +1,8 @@
Mon Jul 28 05:12:22 2014 Zachary Scott <e@zzak.io>
* 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@zzak.io>
* ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, as

8
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
*