Re: [PATCH, libphobos] Detect if qsort_r is available (PR d/88127)

2019-02-18 Thread Iain Buclaw
On Sat, 2 Feb 2019 at 11:01, Johannes Pfau wrote: > > Adds a configure test for qsort_r and use the fallback code path if > it's not available. Fixes d/88127. rt/qsort.d changes have been > pushed upstream and reviewed there: > https://github.com/dlang/druntime/pull/2480 > Bootstrapped & ran D

Re: [PATCH, libphobos] Detect if qsort_r is available (PR d/88127)

2019-02-02 Thread Jakub Jelinek
On Sat, Feb 02, 2019 at 11:01:10AM +0100, Johannes Pfau wrote: > Adds a configure test for qsort_r and use the fallback code path if > it's not available. Fixes d/88127. rt/qsort.d changes have been > pushed upstream and reviewed there: > https://github.com/dlang/druntime/pull/2480 > Bootstrapped

[PATCH, libphobos] Detect if qsort_r is available (PR d/88127)

2019-02-02 Thread Johannes Pfau
Adds a configure test for qsort_r and use the fallback code path if it's not available. Fixes d/88127. rt/qsort.d changes have been pushed upstream and reviewed there: https://github.com/dlang/druntime/pull/2480 Bootstrapped & ran D test suite on x86_64_linux with a recent glibc, checked that