aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-17 11:13:01 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-08-17 11:13:01 +0000
commitce34fce82bdb53717da13e5b03aebdb6af8aa84b (patch)
tree24ae83a4ad9f98ae5c8b33dc35a64b5d81241c9e /ChangeLog
parent2a0482b4d46bcf5463eb7530cb5b97beacc144db (diff)
downloadruby-ce34fce82bdb53717da13e5b03aebdb6af8aa84b.tar.gz
* process.c: [DOC] MACH_ABSOLUTE_TIME_CLOCK_MONOTONIC is an
available emulation for a monotonic clock on Darwin. https://developer.apple.com/library/mac/qa/qa1398/_index.html git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@42594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 71d6e97ed5..fcd40576d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Sat Aug 17 20:11:49 2013 Benoit Daloze <eregontp@gmail.com>
+
+ * process.c: [DOC] MACH_ABSOLUTE_TIME_CLOCK_MONOTONIC is an
+ available emulation for a monotonic clock on Darwin.
+ https://developer.apple.com/library/mac/qa/qa1398/_index.html
+
Fri Aug 16 18:12:05 2013 Koichi Sasada <ko1@atdot.net>
* test/profile_test_all.rb: fix typo.