Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT cygwin DOT com Date: Sat, 12 Jan 2002 19:55:43 -0500 From: Christopher Faylor To: cygwin-apps AT cygwin DOT com Subject: Re: [ANN] apache_1.3.22-2 Message-ID: <20020113005543.GA25155@redhat.com> Reply-To: cygwin-apps AT cygwin DOT com Mail-Followup-To: cygwin-apps AT cygwin DOT com References: <20020111151053 DOT G12057 AT cygbert DOT vinschen DOT de> <3C401735 DOT 6B3F7B0D AT wapme-systems DOT de> <20020112190548 DOT U12057 AT cygbert DOT vinschen DOT de> <3C407CC2 DOT 14A44B9C AT wapme-systems DOT de> <047c01c19bbe$a764d7e0$0200a8c0 AT lifelesswks> <20020112231545 DOT GA23748 AT redhat DOT com> <3C40CB97 DOT 1040107 AT ece DOT gatech DOT edu> <053301c19bc8$5a649430$0200a8c0 AT lifelesswks> <20020113002428 DOT GA24593 AT redhat DOT com> <3C40DAB4 DOT 8080902 AT ece DOT gatech DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3C40DAB4.8080902@ece.gatech.edu> User-Agent: Mutt/1.3.23.1i On Sat, Jan 12, 2002 at 07:54:12PM -0500, Charles Wilson wrote: > > >Christopher Faylor wrote: > >>On Sun, Jan 13, 2002 at 11:22:14AM +1100, Robert Collins wrote: >> >>>----- Original Message ----- >>>From: "Charles Wilson" >>> >>> >>>>I'd like to put in a vote for NOT treating '_' and '-' identically. >>>> >>>.. >>> >>>>In fact, I *thought* setup/upset didn't treat '_' any differently than >>>>'a' but perhaps I was wrong... >>>> >>>So did I - I'm going to check. If they are treated the same now, then >>>we'll have to check that no pacakges will get broken if we change. >>>Otherwise I'll be changing it:} >>> >> >>From parse_filename(): >> >> for (ver = p; *ver; ver++) >> if (*ver == '-' || *ver == '_') > > >At present, `grep "_" setup.ini' shows only a single instance of that >character -- and it's within a description, not a package name. It >should be safe to change this behavior so that '_' != '-' I agree. I don't know that there was ever a package which had an '_' in it. I think I was probably just trying to be forgiving. I don't think there's any read to make '-' and '_' interchangeable. cgf