MDEV: regexps

Mike Frysinger vapier at gentoo.org
Fri Mar 28 21:38:30 PDT 2008


On Thursday 27 March 2008, dronnikov at gmail.com wrote:
> So I decided to split the whole patch: attached is the first part which
> adds regexp substitution in rename clause and nothing more.

please update to current trunk and use C if's rather than CPP #if's, and use C 
style comments rather than C++.  then i'll look at merging it as this version 
is much cleaner than the original.

if (ENABLE_...) {
	/* do regex stuff */
} else {
	/* dont do regex stuff */
}
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 827 bytes
Desc: This is a digitally signed message part.
Url : http://busybox.net/lists/busybox/attachments/20080329/de01be02/attachment.pgp 


More information about the busybox mailing list