Mailing-List: contact cygwin-apps-help AT cygwin DOT com; run by ezmlm Sender: cygwin-apps-owner AT cygwin DOT com List-Subscribe: <mailto:cygwin-apps-subscribe AT cygwin DOT com> List-Archive: <http://sources.redhat.com/ml/cygwin-apps/> List-Post: <mailto:cygwin-apps AT cygwin DOT com> List-Help: <mailto:cygwin-apps-help AT cygwin DOT com>, <http://sources.redhat.com/lists.html#faqs> Delivered-To: mailing list cygwin-apps AT cygwin DOT com Message-ID: <055801c19bcc$f9aa8460$0200a8c0@lifelesswks> From: "Robert Collins" <robert DOT collins AT itdomain DOT com DOT au> To: <cygwin-apps AT cygwin DOT com> 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> Subject: Re: [ANN] apache_1.3.22-2 Date: Sun, 13 Jan 2002 11:55:19 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 13 Jan 2002 00:55:15.0039 (UTC) FILETIME=[F6444EF0:01C19BCC] === ----- Original Message ----- From: "Christopher Faylor" <cgf AT redhat DOT com> > >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 == '_') Ah yes, the legacy code. See cygpackage::set_canonical_version for the current code. parse_filename() is still used in some instances, so I will change it. Thanks for looking this up. Rob