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

ruby-changes:12113

From: yugui <ko1@a...>
Date: Sun, 21 Jun 2009 18:15:09 +0900 (JST)
Subject: [ruby-changes:12113] Ruby:r23784 (ruby_1_9_1): merges r23673 from trunk into ruby_1_9_1.

yugui	2009-06-21 18:14:52 +0900 (Sun, 21 Jun 2009)

  New Revision: 23784

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

  Log:
    merges r23673 from trunk into ruby_1_9_1.
    --
    * vm_eval.c (rb_f_throw): fixed rdoc about execption.
      [ruby-core:23824]

  Modified files:
    branches/ruby_1_9_1/ChangeLog
    branches/ruby_1_9_1/version.h
    branches/ruby_1_9_1/vm_eval.c

Index: ruby_1_9_1/ChangeLog
===================================================================
--- ruby_1_9_1/ChangeLog	(revision 23783)
+++ ruby_1_9_1/ChangeLog	(revision 23784)
@@ -1,3 +1,8 @@
+Sat Jun 13 06:45:46 2009  Nobuyoshi Nakada  <nobu@r...>
+
+	* vm_eval.c (rb_f_throw): fixed rdoc about execption.
+	  [ruby-core:23824]
+
 Fri Jun 12 14:56:50 2009  Nobuyoshi Nakada  <nobu@r...>
 
 	* file.c (file_expand_path): associate the input encoding when
Index: ruby_1_9_1/vm_eval.c
===================================================================
--- ruby_1_9_1/vm_eval.c	(revision 23783)
+++ ruby_1_9_1/vm_eval.c	(revision 23784)
@@ -1141,7 +1141,7 @@
  *     throw(symbol [, obj])
  *
  *  Transfers control to the end of the active +catch+ block
- *  waiting for _symbol_. Raises +NameError+ if there
+ *  waiting for _symbol_. Raises +ArgumentError+ if there
  *  is no +catch+ block for the symbol. The optional second
  *  parameter supplies a return value for the +catch+ block,
  *  which otherwise defaults to +nil+. For examples, see
Index: ruby_1_9_1/version.h
===================================================================
--- ruby_1_9_1/version.h	(revision 23783)
+++ ruby_1_9_1/version.h	(revision 23784)
@@ -1,6 +1,6 @@
 #define RUBY_VERSION "1.9.1"
 #define RUBY_RELEASE_DATE "2009-05-22"
-#define RUBY_PATCHLEVEL 174
+#define RUBY_PATCHLEVEL 175
 #define RUBY_VERSION_MAJOR 1
 #define RUBY_VERSION_MINOR 9
 #define RUBY_VERSION_TEENY 1

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

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