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 Message-ID: <3C40DAB4.8080902@ece.gatech.edu> Date: Sat, 12 Jan 2002 19:54:12 -0500 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-apps AT cygwin DOT com Subject: Re: [ANN] apache_1.3.22-2 References: <72101602526 DOT 20020111144934 AT familiehaase DOT de> <3C3EF0C4 DOT 8E174E43 AT wapme-systems DOT de> <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> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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 '_' != '-' --Chuck