From: Ulrich Drepper Date: Tue, 29 Jan 2002 06:55:05 +0000 (+0000) Subject: Update. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c1b04220dd23113ead0577720b019dc3d946e5e5;p=thirdparty%2Fglibc.git Update. --- diff --git a/ChangeLog b/ChangeLog index 1c3311159cf..ff0eacc63cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2002-01-27 Paul Eggert + + * stdlib/qsort.c (_quicksort): Do not apply the comparison function + to a pivot element that lies outside the array to be sorted, as + ISO C99 requires that the comparison function be called only with + addresses of array elements. + 2002-01-28 Ulrich Drepper * elf/dl-load.c (_dl_map_object): Remove incorrect optimization