summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-09 03:37:53 +0000
committerksaito <ksaito@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-05-09 03:37:53 +0000
commit8e65234086a15f90585bc09cce82dbad2aa647d7 (patch)
tree7d4d2f616c62c900a995077a8041dc6dd58dce92
parent2c247e3d6bf178c4b19c87b6c55635467624864f (diff)
* regex.c : removed unused file.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--regex.c26
2 files changed, 4 insertions, 26 deletions
diff --git a/ChangeLog b/ChangeLog
index 7118611d7b..e5bc8e8b3e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun May 9 12:34:26 2004 Kazuo Saito <ksaito@uranus.dti.ne.jp>
+
+ * regex.c : removed unused file.
+
Sat May 8 10:53:30 2004 Yukihiro Matsumoto <matz@ruby-lang.org>
* io.c (rb_f_open): open should not ignore block when "to_open"
diff --git a/regex.c b/regex.c
deleted file mode 100644
index f77cf13dd0..0000000000
--- a/regex.c
+++ /dev/null
@@ -1,26 +0,0 @@
-/**********************************************************************
-
- regex.c - Oniguruma (regular expression library)
-
- Copyright (C) 2002-2004 K.Kosako (kosako@sofnec.co.jp)
-
-**********************************************************************/
-/*
- * Source wrapper for Ruby.
- */
-#include "regint.h"
-#include "regex.h"
-
-#include "regparse.c"
-#include "regcomp.c"
-#include "regexec.c"
-#include "regenc.c"
-#include "reggnu.c"
-#include "regerror.c"
-
-#ifndef ONIG_RUBY_M17N
-#include "ascii.c"
-#include "utf8.c"
-#include "euc_jp.c"
-#include "sjis.c"
-#endif