Revert 73074 and 73099 because Windows doesn't have POSIX

regular expressions.  We will add an OpenBSD implementation
and re-apply ASAP.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@73138 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
David Greene
2009-06-09 18:31:17 +00:00
parent 92fcdcac54
commit ffc0ab6037
9 changed files with 4 additions and 153 deletions

View File

@@ -417,13 +417,6 @@ aborts with an error. </dd>
<dt><tt>!subst(a, b, c)</tt></dt>
<dd>If 'a' and 'b' are of string type or are symbol references, substitute
'b' for 'a' in 'c.' This operation is analogous to $(subst) in GNU make.</dd>
<dt><tt>!patsubst(a, b, c)</tt></dt>
<dd>patch regular expression 'a' against string 'c' and substitute string 'b' on
a match. 'b' may contain placeholders of the form $&lt;digit&gt;, where
&lt;digit&gt; is a number 1-9.</dd>
<dt><tt>!regmatch(a, b)</tt></dt>
<dd>An integer {0,1} indicating whether string 'b' matched regular expression
'a.'</dd>
<dt><tt>!foreach(a, b, c)</tt></dt>
<dd>For each member 'b' of dag or list 'a' apply operator 'c.' 'b' is a
dummy variable that should be declared as a member variable of an instantiated