aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-15 09:41:40 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-15 09:41:40 +0000
commitf653019d55092cfce380bd6631468ad261105032 (patch)
tree126de052f57249566176f65e923008c52fa78dc5 /ChangeLog
parent5cd2fb2ebbedf5fd0fd12fd3a5d4a90bcbe2dca3 (diff)
downloadruby-f653019d55092cfce380bd6631468ad261105032.tar.gz
* win32/win32.c (clock_gettime): improve precision when freq is less
than and nearly equals 10**9. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1258a0260d..eb1bdae39a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Aug 15 18:39:31 2013 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * win32/win32.c (clock_gettime): improve precision when freq is less
+ than and nearly equals 10**9.
+
Thu Aug 15 17:43:15 2013 Koichi Sasada <ko1@atdot.net>
* gc.c (gc_lazy_sweep): remove heap_increment() here because heap_inc