From c1b04220dd23113ead0577720b019dc3d946e5e5 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Tue, 29 Jan 2002 06:55:05 +0000 Subject: [PATCH] Update. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) 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 -- 2.47.2