Subject: Re: regexec(3) is broken or I am
To: netbsd-help <netbsd-help@netbsd.org>
From: None <jklowden@schemamania.org>
List: netbsd-help
Date: 11/29/2005 10:07:20
Christos wrote:

>Many thanks for your kind attention.

Can you send your input file too?

Sure.  It's just a list of regular expressions to try.  But you 
already knew that.  

-=- snip -=-
test
^test
(test)
exec
^exec
(exec)
(ex(ec))
(ex)(ec)
([[:alnum:]])
([[:alnum:]]+)
([_[:alnum:]]+)
([_[a-z0-9]+)
-=- snip -=-

Thanks for looking at it for me, Christos.  

--jkl