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

ruby-changes:1846

From: ko1@a...
Date: 2 Sep 2007 00:57:35 +0900
Subject: [ruby-changes:1846] matz - Ruby:r13337 (trunk): ChangeLog: typo fixed

matz	2007-09-02 00:57:22 +0900 (Sun, 02 Sep 2007)

  New Revision: 13337

  Modified files:
    trunk/ChangeLog

  Log:
    ChangeLog: typo fixed

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13337&r2=13336

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 13336)
+++ ChangeLog	(revision 13337)
@@ -68,10 +68,10 @@
 
 	* eval_jump.ci (rb_f_throw): allow throwing non-symbol object.
 
-	* eval.c (rb_catch_obj): new function to wait throw with arbitrary
+	* eval_jump.ci (rb_catch_obj): new function to wait throw with arbitrary
 	  object. 
 
-	* eval.c (rb_throw_obj): new function to throw arbitrary object.
+	* eval_jump.ci (rb_throw_obj): new function to throw arbitrary object.
 
 	* variable.c (check_autoload_table): prevent multiple calls from
 	  RSTRING_PTR().

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

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