[ptxdist] Why does glib select libpcre ?

2016-10-13 Thread Guillermo Rodriguez Garcia
Hi all, According to the glib documentation [1] (emphasis mine): GRegex uses the PCRE library for regular expression matching. The default is to use the internal version of PCRE that is patched to use GLib for memory management and Unicode handling. If you prefer to use the system-supplied PCRE l

Re: [ptxdist] Why does glib select libpcre ?

2016-10-13 Thread Robert Schwebel
On Thu, Oct 13, 2016 at 03:22:25PM +0200, Guillermo Rodriguez Garcia wrote: > According to the glib documentation [1] (emphasis mine): > > GRegex uses the PCRE library for regular expression matching. The > default is to use the internal version of PCRE that is patched to use > GLib for memory man

Re: [ptxdist] Why does glib select libpcre ?

2016-10-13 Thread Guillermo Rodriguez Garcia
2016-10-13 15:34 GMT+02:00 Robert Schwebel : > On Thu, Oct 13, 2016 at 03:22:25PM +0200, Guillermo Rodriguez Garcia wrote: >> According to the glib documentation [1] (emphasis mine): >> >> GRegex uses the PCRE library for regular expression matching. The >> default is to use the internal version of

Re: [ptxdist] Why does glib select libpcre ?

2016-10-13 Thread Robert Schwebel
On Thu, Oct 13, 2016 at 04:10:12PM +0200, Guillermo Rodriguez Garcia wrote: > 2016-10-13 15:34 GMT+02:00 Robert Schwebel : > > On Thu, Oct 13, 2016 at 03:22:25PM +0200, Guillermo Rodriguez Garcia wrote: > >> According to the glib documentation [1] (emphasis mine): > >> > >> GRegex uses the PCRE lib