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

ruby-changes:35850

From: usa <ko1@a...>
Date: Wed, 15 Oct 2014 16:10:05 +0900 (JST)
Subject: [ruby-changes:35850] usa:r47932 (ruby_2_0_0): merge revision(s) 47820: [Backport #10330]

usa	2014-10-15 16:09:43 +0900 (Wed, 15 Oct 2014)

  New Revision: 47932

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

  Log:
    merge revision(s) 47820: [Backport #10330]
    
    * error.c: update exception tree. [DOC]
      reported by @hemge via twitter.

  Modified directories:
    branches/ruby_2_0_0/
  Modified files:
    branches/ruby_2_0_0/ChangeLog
    branches/ruby_2_0_0/error.c
    branches/ruby_2_0_0/version.h
Index: ruby_2_0_0/ChangeLog
===================================================================
--- ruby_2_0_0/ChangeLog	(revision 47931)
+++ ruby_2_0_0/ChangeLog	(revision 47932)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/ChangeLog#L1
+Wed Oct 15 16:05:47 2014  NAKAMURA Usaku  <usa@r...>
+
+	* error.c: update exception tree. [DOC]
+	  reported by @hemge via twitter.
+
 Wed Oct 15 15:57:48 2014  NAKAMURA Usaku  <usa@r...>
 
 	* win32/Makefile.sub (VCSUP): nothing to do if this worktree is not
Index: ruby_2_0_0/error.c
===================================================================
--- ruby_2_0_0/error.c	(revision 47931)
+++ ruby_2_0_0/error.c	(revision 47932)
@@ -1673,14 +1673,18 @@ syserr_eqq(VALUE self, VALUE exc) https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/error.c#L1673
  *    * LoadError
  *    * NotImplementedError
  *    * SyntaxError
+ *  * SecurityError
  *  * SignalException
  *    * Interrupt
  *  * StandardError -- default for +rescue+
  *    * ArgumentError
- *    * IndexError
- *      * StopIteration
+ *    * EncodingError
+ *    * FiberError
  *    * IOError
  *      * EOFError
+ *    * IndexError
+ *      * KeyError
+ *      * StopIteration
  *    * LocalJumpError
  *    * NameError
  *      * NoMethodError
@@ -1688,14 +1692,13 @@ syserr_eqq(VALUE self, VALUE exc) https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/error.c#L1692
  *      * FloatDomainError
  *    * RegexpError
  *    * RuntimeError -- default for +raise+
- *    * SecurityError
  *    * SystemCallError
  *      * Errno::*
- *    * SystemStackError
  *    * ThreadError
  *    * TypeError
  *    * ZeroDivisionError
  *  * SystemExit
+ *  * SystemStackError
  *  * fatal -- impossible to rescue
  */
 
Index: ruby_2_0_0/version.h
===================================================================
--- ruby_2_0_0/version.h	(revision 47931)
+++ ruby_2_0_0/version.h	(revision 47932)
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/ruby_2_0_0/version.h#L1
 #define RUBY_VERSION "2.0.0"
 #define RUBY_RELEASE_DATE "2014-10-15"
-#define RUBY_PATCHLEVEL 579
+#define RUBY_PATCHLEVEL 580
 
 #define RUBY_RELEASE_YEAR 2014
 #define RUBY_RELEASE_MONTH 10

Property changes on: ruby_2_0_0
___________________________________________________________________
Modified: svn:mergeinfo
   Merged /trunk:r47820


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

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