[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] Experimental svn diff -w

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2006-02-04 00:07:07 CET

On Fri, 3 Feb 2006 dberlin@dberlin.org wrote:

> > I would also like to do -p --show-c-function.
> >
>
>
> I went to go attack this a few months ago, but at least all the diff
> programs i'm aware of do this using a regexp library.
>
> Personally, I can't see another way either unless you are going to write
> the same regexp matcher by hand.
>
> (The regexp is somewhat trivial, as is changing the output functions).
>
For -p, it is ^[a-zA-Z_$]; I guess we don't need a regex library for
that. If we want -F, we'll need a regex library, yes.

Thanks,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Feb 4 00:07:52 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.