aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-09 10:17:15 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-05-09 10:17:15 +0000
commit0f1baad5a38d279cc03ff9a5a83dca12b9fb26a6 (patch)
treede7b0bb99331f154218e67e14c2585d7ff994a19 /ChangeLog
parent1165304a5dc5c4a2b8fce26f09e9bbeb8f0b43fc (diff)
downloadruby-0f1baad5a38d279cc03ff9a5a83dca12b9fb26a6.tar.gz
* thread.c (timeofday): use monotonic clock. based on a patch
from zimbatm <zimbatm@oree.ch> in [ruby-core:16627]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@16338 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 643291e67b..ff5100254b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri May 9 19:16:00 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
+
+ * thread.c (timeofday): use monotonic clock. based on a patch
+ from zimbatm <zimbatm@oree.ch> in [ruby-core:16627].
+
Fri May 9 07:47:07 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
* cont.c (cont_restore_0): dynamic stack direction code should be