summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-02 14:42:59 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-08-02 14:42:59 +0000
commite9b7e16973f878e75ee2b5fef6dbfd8e5675c3ae (patch)
tree9bc9340a61c2a46a0d6e521f70b4464cfb5558b0 /ChangeLog
parent603e6d5ddbd1e94991c4aa719dbdb300bd099c27 (diff)
downloadruby-e9b7e16973f878e75ee2b5fef6dbfd8e5675c3ae.tar.gz
ruby-e9b7e16973f878e75ee2b5fef6dbfd8e5675c3ae.tar.xz
ruby-e9b7e16973f878e75ee2b5fef6dbfd8e5675c3ae.zip
* re.c (option_to_str, arg_kcode, opt_kcode): options conversion
between int and string. * re.c (rb_reg_compile): append regexp options to error message. [ruby-dev:31334] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@12863 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a2acfcf6..d051af014 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,18 @@
-Thu Aug 2 23:36:23 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
+Thu Aug 2 23:42:57 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* parse.y (reg_compile_gen): set error if failed to compile regexp
literal. [ruby-dev:31336]
+ * re.c (option_to_str, arg_kcode, opt_kcode): options conversion
+ between int and string.
+
* re.c (rb_reg_compile): should not use regexp which could not get
initialized. [ruby-dev:31333]
return error message to let the parser know it.
+ * re.c (rb_reg_compile): append regexp options to error message.
+ [ruby-dev:31334]
+
Thu Aug 2 13:46:39 2007 Nobuyoshi Nakada <nobu@ruby-lang.org>
* sprintf.c (rb_f_sprintf): should not check positional number as