summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 00:00:43 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-11 00:00:43 +0000
commit7f72d102cb30b1858ec329f44485ef734ecc6eb0 (patch)
treef7f86814a68f2ad3637fe0b0ac7b28e83877274b /ChangeLog
parentb9617bf7cb195924b47cf026d0638253b1bc02de (diff)
* lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.
Cached created time doesn't have fractinal times, but FileStat#mtime has; so rdoc almost alway judged files are updated. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27290 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 903b04124a..7243c0e17e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+Sun Apr 11 08:56:44 2010 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * lib/rdoc/rdoc.rb (setup_output_dir): compare by Time#to_i.
+ Cached created time doesn't have fractinal times,
+ but FileStat#mtime has; so rdoc almost alway judged files
+ are updated.
+
Sun Apr 11 07:40:48 2010 NARUSE, Yui <naruse@ruby-lang.org>
- * lib/rdoc/rdoc.rb (setup_output_dir): fix typo.
+ * lib/rdoc/rdoc.rb (setup_output_dir): fix typo. [ruby-core:29415]
Sun Apr 11 07:01:41 2010 NARUSE, Yui <naruse@ruby-lang.org>