Re: [PATCH] Add -p to show C function names was Re: [PATCH] Extra options for libsvn_diff
From: Justin Erenkrantz <justin_at_erenkrantz.com>
Date: 2007-12-26 22:47:17 CET
On Dec 26, 2007 1:40 PM, David Glasser <glasser@davidglasser.net> wrote:
Calling it a regex is being generous. The patch just calls:
&& svn_ctype_isalnum(*curp))
Perhaps, we could improve it to:
&& (svn_ctype_isalpha(*curp) || *curp == '$' || *curp == '_')
?
Or, am I mis-groking the suggested regexp? -- justin
---------------------------------------------------------------------
|
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.