aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-21 08:46:06 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-09-21 08:46:06 +0000
commit79b62508f981a6e4dab2a83e73a266bb510628eb (patch)
treec93003a80a6ed94ec8cc9e37eb78683ab14d442a /ChangeLog
parent1dc51ee79deb293f56c038cd966786a4fa3eb302 (diff)
downloadruby-79b62508f981a6e4dab2a83e73a266bb510628eb.tar.gz
* process.c (InitVM_process): Support CLOCK_MONOTONIC_RAW_APPROX,
CLOCK_UPTIME_RAW, and CLOCK_UPTIME_RAW_APPROX which are introduced by macOS 10.12. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56200 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 37ab6c580c..448ad2321a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Wed Sep 21 17:43:53 2016 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * process.c (InitVM_process): Support CLOCK_MONOTONIC_RAW_APPROX,
+ CLOCK_UPTIME_RAW, and CLOCK_UPTIME_RAW_APPROX which are introduced
+ by macOS 10.12.
+
Wed Sep 21 13:47:33 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (brace_body, do_body): preserve cmdarg_stack so that