On Mon, Jul 21, 2008 at 11:56:04AM +0400, Vladimir Dronnikov wrote:
>Hi!
>
>I'm sceptical about this new interface. How can i state that i
>> -) accept _no_ comment chars but e.g. ";," as delimiter?
>
>
>pass "\0;," as delims
>
>We can go farther and pass "<comment-chars-if-any>\0<delimiter-chars>" as
>delims; this will require a trivial change in config_read()

yep, ok.
>
>
>>
>> -) accept "^[[:space:]]*[#;]" comments and ";[[:space:]]" as delim?
>>
>> The latter is probably not used -- or at least not widely used -- in bb.
>>
>
>You answered your question by yourself, Bernhard. It is not required by any
>existing bb applet by the moment.
>However, regexps would be nice FEATURE. Just let us work on it...

Let's first convert more users and only add regex support if it is
unavoidable.
_______________________________________________
busybox mailing list
busybox@busybox.net
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to