aboutsummaryrefslogtreecommitdiffstats
path: root/time.c
diff options
context:
space:
mode:
authorzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 20:14:11 +0000
committerzzak <zzak@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-07-27 20:14:11 +0000
commit0eed69757dd2bc0eb460a5dc38e377ac8e2cbfd9 (patch)
treebf8054b1e20e23cc98b3e3189ba5d735b9579673 /time.c
parente0270975d8d234c52500e8f085591801a26fe4c6 (diff)
downloadruby-0eed69757dd2bc0eb460a5dc38e377ac8e2cbfd9.tar.gz
* 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
Diffstat (limited to 'time.c')
-rw-r--r--time.c8
1 files changed, 2 insertions, 6 deletions
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
*