summaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-04-24 15:15:22 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-04-24 15:15:22 +0000
commit31dddcd267efa8cece076323e407feb1fa9a0141 (patch)
treeb7de43ca8e17d39f18d78a1aa894d2616eb99975 /ext
parent10de170b0dd74c881fa83fac6150bbcb40fea264 (diff)
downloadruby-31dddcd267efa8cece076323e407feb1fa9a0141.tar.gz
ruby-31dddcd267efa8cece076323e407feb1fa9a0141.tar.xz
ruby-31dddcd267efa8cece076323e407feb1fa9a0141.zip
* regex.c (re_compile_pattern): should check if c is not a
multibyte chracter. a patch from KIMURA Koichi <kimura.koichi at canon.co.jp>. [ruby-dev:28598] git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@10106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/.document3
1 files changed, 2 insertions, 1 deletions
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