From 31dddcd267efa8cece076323e407feb1fa9a0141 Mon Sep 17 00:00:00 2001 From: matz Date: Mon, 24 Apr 2006 15:15:22 +0000 Subject: * regex.c (re_compile_pattern): should check if c is not a multibyte chracter. a patch from KIMURA Koichi . [ruby-dev:28598] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/.document | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/.document b/ext/.document index 263d40444..ba8182593 100644 --- a/ext/.document +++ b/ext/.document @@ -4,7 +4,8 @@ enumerator/enumerator.c iconv/iconv.c nkf/lib/kconv.rb nkf/nkf.c +socket/socket.c stringio/stringio.c strscan/strscan.c -zlib/zlib.c win32ole +zlib/zlib.c -- cgit