Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-08-03 Thread Warner Losh
On Aug 3, 2014, at 9:39 AM, Pedro Giffuni wrote: > > Il giorno 03/ago/2014, alle ore 09:27, Warner Losh ha > scritto: > >> >> On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote: >> >>> >>> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha >>> scritto: >>> On 21/07/2014 16:22

Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-08-03 Thread Pedro Giffuni
Il giorno 03/ago/2014, alle ore 09:27, Warner Losh ha scritto: > > On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote: > >> >> Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha >> scritto: >> >>> On 21/07/2014 16:22, Pedro F. Giffuni wrote: ] Log: Add re-entrant versi

Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-08-03 Thread Bruce Simpson
On 03/08/2014 15:27, Warner Losh wrote: What, if anything, can be done about qsort_r() API incompatibility? qsort_r is non-standard and we did it first, plus we will want to stay compatible with Apple :). I guess we could do some ugly parameter swapping in the case where _GNU_SOURCE is defined

Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-08-03 Thread Warner Losh
On Jul 21, 2014, at 12:51 PM, Pedro Giffuni wrote: > > Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha > scritto: > >> On 21/07/2014 16:22, Pedro F. Giffuni wrote: >>> ] >>> Log: >>> Add re-entrant versions of the hash functions based on the GNU api. >>> >> What, if anything, ca

Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-07-21 Thread Pedro Giffuni
Il giorno 21/lug/2014, alle ore 11:42, Bruce Simpson ha scritto: > On 21/07/2014 16:22, Pedro F. Giffuni wrote: >> ] >> Log: >> Add re-entrant versions of the hash functions based on the GNU api. >> > What, if anything, can be done about qsort_r() API incompatibility? qsort_r is non-stand

Re: svn commit: r268943 - in head: include lib/libc/stdlib

2014-07-21 Thread Bruce Simpson
On 21/07/2014 16:22, Pedro F. Giffuni wrote: ] Log: Add re-entrant versions of the hash functions based on the GNU api. What, if anything, can be done about qsort_r() API incompatibility? ___ svn-src-head@freebsd.org mailing list http://lists.fr

svn commit: r268943 - in head: include lib/libc/stdlib

2014-07-21 Thread Pedro F. Giffuni
Author: pfg Date: Mon Jul 21 15:22:48 2014 New Revision: 268943 URL: http://svnweb.freebsd.org/changeset/base/268943 Log: Add re-entrant versions of the hash functions based on the GNU api. While testing this I found a conformance issue in hdestroy() that will be fixed in a subsequent com