* 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:
parent
e0270975d8
commit
0eed69757d
@ -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>
|
Mon Jul 28 04:39:58 2014 Zachary Scott <e@zzak.io>
|
||||||
|
|
||||||
* ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, as
|
* ext/zlib/zlib.c: [DOC] Remove default value of Zlib constants, as
|
||||||
|
8
time.c
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);
|
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.
|
* 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
|
* #!/usr/bin/ruby
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user