aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 00:13:39 +0000
committerakr <akr@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-09 00:13:39 +0000
commitf6695a95eabb16e89537b46efec2cba7b71aea2b (patch)
treed18128cbb1e12a345d931ce82429c98df0b40464 /ChangeLog
parentdc79945a2ba8fb019431633eae6521df706a2ca8 (diff)
downloadruby-f6695a95eabb16e89537b46efec2cba7b71aea2b.tar.gz
* defs/known_errors.def (EHWPOISON): New errno symbol.
It is defined by glibc-2.16. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48325 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 ede8c382f5..dff430c904 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Sun Nov 9 08:58:05 2014 Tanaka Akira <akr@fsij.org>
+
+ * defs/known_errors.def (EHWPOISON): New errno symbol.
+ It is defined by glibc-2.16.
+
Sun Nov 9 05:00:23 2014 NAKAMURA Usaku <usa@ruby-lang.org>
* lib/securerandom.rb (initialize): call the special method for Win32