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

ruby-changes:8285

From: matz <ko1@a...>
Date: Fri, 17 Oct 2008 07:39:31 +0900 (JST)
Subject: [ruby-changes:8285] Ruby:r19813 (trunk): * re.c (rb_reg_initialize_m): changed the message to clarify the

matz	2008-10-17 07:39:04 +0900 (Fri, 17 Oct 2008)

  New Revision: 19813

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

  Log:
    * re.c (rb_reg_initialize_m): changed the message to clarify the
      third option argument is now ignored.  [ruby-dev:36753]

  Modified files:
    trunk/ChangeLog
    trunk/re.c

Index: re.c
===================================================================
--- re.c	(revision 19812)
+++ re.c	(revision 19813)
@@ -2798,7 +2798,7 @@
 		flags |= ARG_ENCODING_FIXED;
 	    }
 	    else {
-		rb_warning("encoding option is obsolete - %s", kcode);
+		rb_warn("encoding option is ignored - %s", kcode);
 	    }
 	}
 	str = argv[0];
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 19812)
+++ ChangeLog	(revision 19813)
@@ -51,6 +51,11 @@
 
 	* instruby.rb (lib): installs all files other than README etc.
 
+Thu Oct 16 09:48:03 2008  Yukihiro Matsumoto  <matz@r...>
+
+	* re.c (rb_reg_initialize_m): changed the message to clarify the
+	  third option argument is now ignored.  [ruby-dev:36753]
+
 Thu Oct 16 08:14:39 2008  Yukihiro Matsumoto  <matz@r...>
 
 	* ruby.c (proc_options): no warning when default_external already

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

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