From 061d137bd7c64e3f80ec524685c4bccf98248f58 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 28 Oct 1999 21:38:59 +0000 Subject: Update. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1999-10-26 Andreas Jaeger * stdlib/msort.c: Include for prototype. Remove K&R compatibility and _quicksort prototype. * stdlib/qsort.c: Make code and comments 64 bit clean; clarify some comments. Reported by Bernd Löchner . Remove K&R compatibility. Move prototype declaration to include/stdlib.h. Include for prototype; include for CHAR_BIT. * include/stdlib.h: Prototype declaration for _quicksort. --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 5baadb5f83..ef9d785e09 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +1999-10-26 Andreas Jaeger + + * stdlib/msort.c: Include for prototype. + Remove K&R compatibility and _quicksort prototype. + + * stdlib/qsort.c: Make code and comments 64 bit clean; clarify + some comments. + Reported by Bernd Löchner . + Remove K&R compatibility. + Move prototype declaration to include/stdlib.h. + Include for prototype; include for CHAR_BIT. + + * include/stdlib.h: Prototype declaration for _quicksort. + 1999-10-27 Andreas Jaeger * stdlib/rand_r.c (rand_r): Really use 31 bits, the result was -- cgit 1.4.1