aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorshyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 03:43:59 +0000
committershyouhei <shyouhei@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-24 03:43:59 +0000
commit42db62c195f39f5421b80425ec9d4282119b8868 (patch)
treecca9c2c60b6be23f7b32599baefff4a751562dd3 /ChangeLog
parent7f087e2c7d6d2c7e9443dcc94ef2aaa1e1bb5b3d (diff)
downloadruby-42db62c195f39f5421b80425ec9d4282119b8868.tar.gz
* common.mk : sort lines, and add missing dependencies suggested
by tool/update-deps git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@55138 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 7eea87d1e4..a2ce4845c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Tue May 24 12:35:56 2016 URABE Shyouhei <shyouhei@ruby-lang.org>
+
+ * common.mk : sort lines, and add missing dependencies suggested
+ by tool/update-deps
+
Mon May 23 21:33:36 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
* include/ruby/missing.h (isfinite): move from numeric.c.