From e1b11ddf323607d98a72b97cb4c67e2e02ad05e8 Mon Sep 17 00:00:00 2001 From: matz Date: Fri, 9 May 2008 10:17:15 +0000 Subject: * thread.c (timeofday): use monotonic clock. based on a patch from zimbatm in [ruby-core:16627]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16338 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 643291e67..ff5100254 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri May 9 19:16:00 2008 Yukihiro Matsumoto + + * thread.c (timeofday): use monotonic clock. based on a patch + from zimbatm in [ruby-core:16627]. + Fri May 9 07:47:07 2008 Yukihiro Matsumoto * cont.c (cont_restore_0): dynamic stack direction code should be -- cgit