aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-11 08:18:56 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-05-11 08:18:56 +0000
commitbe4b1c1e2c55fb812d6ad2b9d88c5357e06a9f9e (patch)
tree5352fc82b67f50120c5272353eea60a327d60400 /ChangeLog
parentd22cf0de18178ce38cb64a434983047f2e62eac5 (diff)
downloadruby-be4b1c1e2c55fb812d6ad2b9d88c5357e06a9f9e.tar.gz
util.c: qsort_s
* util.c (ruby_qsort): use qsort_s if available, for Microsoft Visual Studio 2005 (msvcr80.dll) and mingw. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54974 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 868bcd831e..c3858e95ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Wed May 11 17:18:53 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
+
+ * util.c (ruby_qsort): use qsort_s if available, for Microsoft
+ Visual Studio 2005 (msvcr80.dll) and mingw.
+
Wed May 11 10:33:26 2016 Marcus Stollsteimer <sto.mar@web.de>
* COPYING: Remove trailing-whitespaces.