From 6cfa7bd497a8e894284d14ef2fd44e39f6e684a5 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 20 Jan 2003 08:29:24 +0000 Subject: * regex.c (is_in_list): should work weill with UTF-8. * regex.c (re_match_exec): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@3363 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index a29b67011..0ac3916b4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -23,6 +23,12 @@ Sun Jan 19 23:08:18 2003 Akinori MUSHA quotes should not be regarded as meta character. This bug or maybe feature was inherited from Perl's shellwords.pl. +Sun Jan 19 14:01:12 2003 UENO Katsuhiro + + * regex.c (is_in_list): should work weill with UTF-8. + + * regex.c (re_match_exec): ditto. + Sat Jan 18 14:53:49 2003 Nobuyoshi Nakada * bignum.c (rb_cstr_to_inum): should not erase all 0s, but -- cgit