Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-02-14 Thread Igor Pechtchanski
On Sat, 14 Feb 2004, Christopher Faylor wrote: > On Sat, Feb 14, 2004 at 11:30:35AM -0500, Igor Pechtchanski wrote: > >Ping. CGF, can we bring this to a close, please? The patch below simply > >escapes the filename in the link to package-cat.cgi... > > I checked in a variation of this patch. > >

Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-02-14 Thread Christopher Faylor
On Sat, Feb 14, 2004 at 11:30:35AM -0500, Igor Pechtchanski wrote: >Ping. CGF, can we bring this to a close, please? The patch below simply >escapes the filename in the link to package-cat.cgi... I checked in a variation of this patch. Thanks. cgf -- Unsubscribe info: http://cygwin.com/ml

Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-02-14 Thread Igor Pechtchanski
Ping. CGF, can we bring this to a close, please? The patch below simply escapes the filename in the link to package-cat.cgi... Igor On Tue, 3 Feb 2004, Igor Pechtchanski wrote: > Can we please revisit this? It's already bitten one person that we know > of (see

Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-02-03 Thread Igor Pechtchanski
Can we please revisit this? It's already bitten one person that we know of (see ). If there's interest, I could also work on , but that's not as urgent. Igor On Wed, 28 Jan 2004, Ig

Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-01-29 Thread Christopher Faylor
On Wed, Jan 28, 2004 at 09:54:39PM -0500, Igor Pechtchanski wrote: >On Wed, 28 Jan 2004, Christopher Faylor wrote: >> On Wed, Jan 28, 2004 at 07:38:26PM -0500, Igor Pechtchanski wrote: >> [snip] >> >ChangeLog: >> >2004-01-28 Igor Pechtchanski <[EMAIL PROTECTED]> >> > >> > * package-grep.cgi

Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-01-28 Thread Igor Pechtchanski
On Wed, 28 Jan 2004, Christopher Faylor wrote: > On Wed, Jan 28, 2004 at 07:38:26PM -0500, Igor Pechtchanski wrote: > [snip] > >ChangeLog: > >2004-01-28 Igor Pechtchanski <[EMAIL PROTECTED]> > > > > * package-grep.cgi (findheader): Quote raw filename in pattern. > > Please check in. > Than

Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-01-28 Thread Igor Pechtchanski
On Wed, 28 Jan 2004, Christopher Faylor wrote: > On Wed, Jan 28, 2004 at 07:38:26PM -0500, Igor Pechtchanski wrote: > > >P.S. The same problem will happen (in a different place) if one searches > >for 'g++'. There is a way to escape the '+'s in this case, though (by > >searching for 'g\+\+' inste

Re: [PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-01-28 Thread Christopher Faylor
On Wed, Jan 28, 2004 at 07:38:26PM -0500, Igor Pechtchanski wrote: >On Wed, 28 Jan 2004, Igor Pechtchanski wrote: >P.S. The same problem will happen (in a different place) if one searches >for 'g++'. There is a way to escape the '+'s in this case, though (by >searching for 'g\+\+' instead), and I

[PATCH] Fix for broken package-grep.cgi (Attn: CGF)

2004-01-28 Thread Igor Pechtchanski
On Wed, 28 Jan 2004, Igor Pechtchanski wrote: > [snip] > A package search at for "bin/g\+\+.exe" > should have found it, but there seems to be a bug (which I'm looking > into) that truncates the match list before it displays "gcc-g++", which > may have prompted this q