From a92f117feccaca11d13f05fac484e20d1b538319 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Mon, 26 May 1997 21:36:35 +0000 Subject: . --- ChangeLog | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ChangeLog b/ChangeLog index 43bc1217d9..f1581fc53a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,21 @@ +1997-05-26 23:29 Ulrich Drepper + + * Net release 2.0.4. + +1997-05-26 22:51 Ulrich Drepper + + * configure.in: Use AC_PROG_CC_LOCAL instead of AC_PROC_CC. + * aclocal.m4: Add AC_PROG_CC_LOCAL which does not fail for + environments in which linking is not possible at configure time + (since te libc is just build). + Based on patches by Marcus G. Daniels . + 1997-05-26 18:58 Ulrich Drepper + * stdlib/random_r.c (__initstate_r): Initialize randomizer type in + state array only at right place. + Reported by Sven Verdoolaege . + * stdlib/erand48_r.c (__erand48_r): Don't generate numbers in [0.5,1.0) but really in [0.0, 1.0). Patch by Oliver Gathmann . -- cgit v1.2.3