From 0e043e1eaa8eaf70a0e93171c81afa8b97e6879c Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 15 May 2008 10:45:58 +0000 Subject: * re.c (rb_reg_prepare_enc): error condition was updated for non ASCII compatible strings. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index aeeac646d..322474c97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -7,6 +7,11 @@ Thu May 15 15:33:59 2008 Nobuyoshi Nakada * file.c (rb_file_s_extname): ditto. +Thu May 15 13:23:20 2008 Yukihiro Matsumoto + + * re.c (rb_reg_prepare_enc): error condition was updated for non + ASCII compatible strings. + Thu May 15 12:19:42 2008 Yukihiro Matsumoto * ext/openssl/openssl_missing.c (HMAC_CTX_copy): adopted to -- cgit