diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-28 21:38:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-28 21:38:59 +0000 |
commit | 061d137bd7c64e3f80ec524685c4bccf98248f58 (patch) | |
tree | 73c5167b36aa903eb50c5ffcf7a8049420b077e7 /ChangeLog | |
parent | 253d0b23775e5627d0d2d9419ba51fc33addf7dd (diff) | |
download | glibc-061d137bd7c64e3f80ec524685c4bccf98248f58.tar glibc-061d137bd7c64e3f80ec524685c4bccf98248f58.tar.gz glibc-061d137bd7c64e3f80ec524685c4bccf98248f58.tar.bz2 glibc-061d137bd7c64e3f80ec524685c4bccf98248f58.zip |
Update.
1999-10-26 Andreas Jaeger <aj@suse.de>
* stdlib/msort.c: Include <alloca.h> 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 <loechner@informatik.uni-kl.de>.
Remove K&R compatibility.
Move prototype declaration to include/stdlib.h.
Include <alloca.h> for prototype; include <limits.h> for CHAR_BIT.
* include/stdlib.h: Prototype declaration for _quicksort.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +1999-10-26 Andreas Jaeger <aj@suse.de> + + * stdlib/msort.c: Include <alloca.h> 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 <loechner@informatik.uni-kl.de>. + Remove K&R compatibility. + Move prototype declaration to include/stdlib.h. + Include <alloca.h> for prototype; include <limits.h> for CHAR_BIT. + + * include/stdlib.h: Prototype declaration for _quicksort. + 1999-10-27 Andreas Jaeger <aj@suse.de> * stdlib/rand_r.c (rand_r): Really use 31 bits, the result was |