Munch munch munch. Thats me eating my words. parse_filename is always called.
Rob === ----- Original Message ----- From: "Robert Collins" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 13, 2002 11:55 AM Subject: Re: [ANN] apache_1.3.22-2 > > === > ----- Original Message ----- > From: "Christopher Faylor" <[EMAIL PROTECTED]> > > >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 > > > >
