Re: URL module

2011-05-02 Thread Jose E. Marchesi
it seems like a good idea. AFAICS, url.h has many functions, which probably are not useful to expose in a gnulib module. What functions do you exactly need? For the disk filesystem module of libgnudpf we would be using url_parse (valid url checking), url_escape, url_scheme, url_

Re: URL module

2011-05-01 Thread Giuseppe Scrivano
Hi Jose, it seems like a good idea. AFAICS, url.h has many functions, which probably are not useful to expose in a gnulib module. What functions do you exactly need? Cheers, Giuseppe jema...@gnu.org (Jose E. Marchesi) writes: > Hi Giuseppe. > > What do you think about making an 'url' gnulib

URL module

2011-04-30 Thread Jose E. Marchesi
Hi Giuseppe. What do you think about making an 'url' gnulib module containing the (adapted) code from src/url.[ch] in wget? Such a module would ease the management of urls in both libraries and programs. It is not funny to link with libcurl just because you need to escape a url string, for exam