aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-14 09:05:44 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2009-08-14 09:05:44 +0000
commit4155811dc15e2868edf7cb6a7fefd8645c8337a0 (patch)
tree252f3d20c484e972b8d249e35b12c7e82bc1a9c5 /ChangeLog
parent2b91cbbf112f6f7c628a8927f2f336ae31e81a38 (diff)
downloadruby-4155811dc15e2868edf7cb6a7fefd8645c8337a0.tar.gz
* re.c (rb_reg_preprocess_dregexp): change Exception class to
RegexpError. * test/ruby/test_m17n.rb (test_regexp_usascii): follow above. * test/ruby/test_m17n.rb (test_regexp_embed): ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@24539 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4c70f0773d..33577e1203 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Fri Aug 14 17:59:12 2009 NARUSE, Yui <naruse@ruby-lang.org>
+
+ * re.c (rb_reg_preprocess_dregexp): change Exception class to
+ RegexpError.
+
+ * test/ruby/test_m17n.rb (test_regexp_usascii): follow above.
+
+ * test/ruby/test_m17n.rb (test_regexp_embed): ditto.
+
Fri Aug 14 17:17:42 2009 NARUSE, Yui <naruse@ruby-lang.org>
* enc/Makefile.in (MKDIRS): revert r24525.