diff options
author | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-13 01:39:06 +0000 |
---|---|---|
committer | (no author) <(no author)@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2005-02-13 01:39:06 +0000 |
commit | 25d2de3c450bc2cb0183d6250ece97daacc851d4 (patch) | |
tree | bebc4f9ca734d3fb6da6793613501ec2d0e37475 | |
parent | b89ef2b6441c80a90eaa59ed4875a22675fa85ca (diff) |
This commit was manufactured by cvs2svn to create tag
'oniguruma_3_6_0'.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/tags/oniguruma_3_6_0@7958 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | imp.log | 8 | ||||
-rw-r--r-- | regex.c | 26 |
2 files changed, 0 insertions, 34 deletions
diff --git a/imp.log b/imp.log deleted file mode 100644 index e3828c7..0000000 --- a/imp.log +++ /dev/null @@ -1,8 +0,0 @@ -Vim: Warning: Output is not to a terminal -7[?47h[?1h=[1;24r[m[H[2J[24;1H"/tmp/cvss7mRju" 4L, 229C[1;1HCVS: ---------------------------------------------------------------------- -CVS: Enter Log. Lines beginning with `CVS:' are removed automatically -CVS: -CVS: ---------------------------------------------------------------------- -[1m[34m~ [6;1H~ [7;1H~ [8;1H~ [9;1H~ [10;1H~ [11;1H~ [12;1H~ [13;1H~ [14;1H~ [15;1H~ [16;1H~ [17;1H~ [18;1H~ [19;1H~ [20;1H~ [21;1H~ [22;1H~ [23;1H~ [1;1H[m[24;1H[K[24;1H:q![24;3H[K[24;3H[24;2H[K[24;2H[24;1H[K[1;1H[24;1H[1m-- INSERT --[1;23r[m[1;1H[L[1;24r[1;1H[24;1H[K[1;1Hi[24;1H[1m-- INSERT --[1;2H[mmported Oni Guruma 3.5.4.[24;1H[K[1;26H[24;1H"/private/tmp/cvss7mRju" 5L, 256C written - -[?1l>[2J[?47l8
\ No newline at end of file diff --git a/regex.c b/regex.c deleted file mode 100644 index 2d79d00..0000000 --- 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 "enc/ascii.c" -#include "enc/utf8.c" -#include "enc/euc_jp.c" -#include "enc/sjis.c" -#endif |