[前][次][番号順一覧][スレッド一覧]

ruby-changes:36244

From: akr <ko1@a...>
Date: Sun, 9 Nov 2014 09:14:04 +0900 (JST)
Subject: [ruby-changes:36244] akr:r48325 (trunk): * defs/known_errors.def (EHWPOISON): New errno symbol.

akr	2014-11-09 09:13:39 +0900 (Sun, 09 Nov 2014)

  New Revision: 48325

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=48325

  Log:
    * defs/known_errors.def (EHWPOISON): New errno symbol.
      It is defined by glibc-2.16.

  Modified files:
    trunk/ChangeLog
    trunk/defs/known_errors.def
Index: defs/known_errors.def
===================================================================
--- defs/known_errors.def	(revision 48324)
+++ defs/known_errors.def	(revision 48325)
@@ -143,3 +143,4 @@ EPROGMISMATCH https://github.com/ruby/ruby/blob/trunk/defs/known_errors.def#L143
 EPROGUNAVAIL
 ERPCMISMATCH
 EIPSEC
+EHWPOISON
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 48324)
+++ ChangeLog	(revision 48325)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Nov  9 08:58:05 2014  Tanaka Akira  <akr@f...>
+
+	* 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@r...>
 
 	* lib/securerandom.rb (initialize): call the special method for Win32

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]