Re: [Bug-wget] [PATCH 20/25] New option --metalink-index to process Metalink application/metalink4+xml

2016-09-14 Thread Matthew White
On Wed, 14 Sep 2016 13:03:58 +0200 Giuseppe Scrivano wrote: > Hi Matthew, > > Matthew White writes: > > > On Sun, 11 Sep 2016 23:39:09 +0200 > > Giuseppe Scrivano wrote: > > > >> Hi Matthew, > >> > >> Matthew White writes: > >> > >> > +void > >> > +replace_metalink_basename (char **name, c

Re: [Bug-wget] pkg-config, openssl

2016-09-14 Thread Michael Felt
Been awhile on this - vacation came, and then other things. However, this is nearing the top of my TODO. When I have something to report I shall. This is just to let "you" know I have not dropped the issue. On Thu, Jun 30, 2016 at 10:41 AM, Michael Felt wrote: > That is also possible. Would have

Re: [Bug-wget] [PATCH 20/25] New option --metalink-index to process Metalink application/metalink4+xml

2016-09-14 Thread Giuseppe Scrivano
Hi Matthew, Matthew White writes: > On Sun, 11 Sep 2016 23:39:09 +0200 > Giuseppe Scrivano wrote: > >> Hi Matthew, >> >> Matthew White writes: >> >> > +void >> > +replace_metalink_basename (char **name, char *ref) >> > +{ >> > + size_t dir_len = 0; >> > + char *p, *dir, *file, *new; >> > +

Re: [Bug-wget] [PATCH 20/25] New option --metalink-index to process Metalink application/metalink4+xml

2016-09-14 Thread Matthew White
On Sun, 11 Sep 2016 23:39:09 +0200 Giuseppe Scrivano wrote: > Hi Matthew, > > Matthew White writes: > > > +void > > +replace_metalink_basename (char **name, char *ref) > > +{ > > + size_t dir_len = 0; > > + char *p, *dir, *file, *new; > > + > > + if (!name) > > +return; > > + > > + /*