summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-05-26 21:36:35 +0000
committerUlrich Drepper <drepper@redhat.com>1997-05-26 21:36:35 +0000
commita92f117feccaca11d13f05fac484e20d1b538319 (patch)
tree9302c7aede0648327b62bca905fc671c90c3fa2c
parent5b9ac69a65285ae85c87949e062220c04e30b433 (diff)
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
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 <drepper@cygnus.com>
+
+ * Net release 2.0.4.
+
+1997-05-26 22:51 Ulrich Drepper <drepper@cygnus.com>
+
+ * 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 <marcus@cathcart.sysc.pdx.edu>.
+
1997-05-26 18:58 Ulrich Drepper <drepper@cygnus.com>
+ * stdlib/random_r.c (__initstate_r): Initialize randomizer type in
+ state array only at right place.
+ Reported by Sven Verdoolaege <skimo@breughel.ufsia.ac.be>.
+
* 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 <gathmann@scar.utoronto.ca>.