Re: [PATCH] qsort_r: new module, for GNU-style qsort_r

2014-09-17 Thread Tom G. Christensen
On 16/09/14 21:28, Paul Eggert wrote: Thanks, should be fixed with the attached patch, which I pushed. Confirmed. -tgc

Re: [PATCH] qsort_r: new module, for GNU-style qsort_r

2014-09-16 Thread Paul Eggert
Thanks, should be fixed with the attached patch, which I pushed. >From 70fc25e89c4fc8721a9633df01d774b6ec8775f2 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Tue, 16 Sep 2014 12:26:48 -0700 Subject: [PATCH] qsort_r: include Problem reported by Tom G. Christensen in: http://lists.gnu.org/arch

Re: [PATCH] qsort_r: new module, for GNU-style qsort_r

2014-09-16 Thread Tom G. Christensen
On 15/09/14 18:00, Paul Eggert wrote: On 09/15/2014 07:11 AM, Pádraig Brady wrote: Did you forget to git add m4/qsort_r.m4 ? Oops, yes I did. Thanks for catching that. I added it as per attached. The daily build failed on my Solaris 9 host: gcc -std=gnu99 -DHAVE_CONFIG_H -DEXEEXT=\"\" -D

Re: [PATCH] qsort_r: new module, for GNU-style qsort_r

2014-09-15 Thread Paul Eggert
700 Subject: [PATCH] qsort_r: new module, for GNU-style qsort_r * m4/qsort_r.m4: New file. Forgot to add this earlier. --- ChangeLog | 5 + m4/qsort_r.m4 | 48 2 files changed, 53 insertions(+) create mode 100644 m4/qsort_r.m4 diff --gi

Re: [PATCH] qsort_r: new module, for GNU-style qsort_r

2014-09-15 Thread Pádraig Brady
Did you forget to git add m4/qsort_r.m4 ?

Re: [PATCH] qsort_r: new module, for GNU-style qsort_r

2014-08-31 Thread Ben Pfaff
On Fri, Aug 29, 2014 at 01:50:48PM -0700, Paul Eggert wrote: > This works even on FreeBSD, which has an incompatible qsort_r API. > * MODULES.html.sh: Add it. > * doc/glibc-functions/qsort_r.texi: It's now supported. > * lib/qsort.c: New file, taken from glibc with minor changes > inside "#ifndef _

[PATCH] qsort_r: new module, for GNU-style qsort_r

2014-08-29 Thread Paul Eggert
This works even on FreeBSD, which has an incompatible qsort_r API. * MODULES.html.sh: Add it. * doc/glibc-functions/qsort_r.texi: It's now supported. * lib/qsort.c: New file, taken from glibc with minor changes inside "#ifndef _LIBC" and with an unnecessary "#include " removed. * lib/qsort_r.c: New