$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (gregod_at_[hidden])
Date: 2003-03-17 10:55:59
On Monday 17 March 2003 01:44 am, Vladimir Prus wrote:
> > I think we'd
> > be better off disallowing '=' in feature names, allowing '=' in feature
> > values,
>
> We better state that '=' and ';' are allowed in values of *free* features,
> since it's where we needed it.
>
> > and applying this little patch below to parse the command line
> > elements according to these new rules.
>
> I think your patch is absolutely right. (It's easy to forget that regexps
> are greedy :-) )
>
> > If that's okay, I'll apply the patch and update the docs.
>
> Please go ahead. Before comitting the docs, please read the last
> section of "tools/build/hacking.txt". I've just documented our use
> of HTML tidy.
Done.
Doug