Re: [3/4] winemaker: Be less picky when detecting the target type (try 2)

2011-11-20 Thread André Hentschel
Am 19.11.2011 20:18, schrieb Vitaliy Margolen: > On 11/19/2011 11:42 AM, André Hentschel wrote: >> this catches more than one 0 after the space and possible 0s after the x >> +if (/[[:space:]]0+x0*101$/) { > For more then one you should use "+" not "*". "*" means any number, includi

Re: [3/4] winemaker: Be less picky when detecting the target type (try 2)

2011-11-19 Thread Vitaliy Margolen
On 11/19/2011 11:42 AM, André Hentschel wrote: this catches more than one 0 after the space and possible 0s after the x +if (/[[:space:]]0+x0*101$/) { For more then one you should use "+" not "*". "*" means any number, including 0. Vitaliy

Re: winemaker: Be less picky when detecting the target type

2011-11-14 Thread Vitaliy Margolen
On 11/14/2011 04:04 AM, Francois Gouget wrote: On Fri, 11 Nov 2011, André Hentschel wrote: seen some "broken" project files which still worked with msvc but not with winemaker --- tools/winemaker |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tools/winemaker

Re: winemaker: Be less picky when detecting the target type

2011-11-14 Thread Francois Gouget
On Fri, 11 Nov 2011, André Hentschel wrote: > seen some "broken" project files which still worked with msvc but not with > winemaker > --- > tools/winemaker |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git a/tools/winemaker b/tools/winemaker > index 2ee79ea..92