* re.c (rb_reg_initialize_m): changed the message to clarify the
third option argument is now ignored. [ruby-dev:36753] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19813 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1e8bbf3154
commit
98e6f9a79c
@ -51,6 +51,11 @@ Thu Oct 16 14:30:30 2008 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
|||||||
|
|
||||||
* instruby.rb (lib): installs all files other than README etc.
|
* instruby.rb (lib): installs all files other than README etc.
|
||||||
|
|
||||||
|
Thu Oct 16 09:48:03 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
|
* 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@ruby-lang.org>
|
Thu Oct 16 08:14:39 2008 Yukihiro Matsumoto <matz@ruby-lang.org>
|
||||||
|
|
||||||
* ruby.c (proc_options): no warning when default_external already
|
* ruby.c (proc_options): no warning when default_external already
|
||||||
|
2
re.c
2
re.c
@ -2798,7 +2798,7 @@ rb_reg_initialize_m(int argc, VALUE *argv, VALUE self)
|
|||||||
flags |= ARG_ENCODING_FIXED;
|
flags |= ARG_ENCODING_FIXED;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
rb_warning("encoding option is obsolete - %s", kcode);
|
rb_warn("encoding option is ignored - %s", kcode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
str = argv[0];
|
str = argv[0];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user