summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1997-04-21 14:29:19 +0000
committerUlrich Drepper <drepper@redhat.com>1997-04-21 14:29:19 +0000
commit758999db4f7c9a10d999bb2523fecb8da2d42ab6 (patch)
tree3185ef847f041c842b9099ccfbc27a327a50dc8b /ChangeLog
parent534645556966afde3a1d59e11198b9b753605889 (diff)
.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e796613a6c..c6059a025d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+1997-04-21 16:28 Ulrich Drepper <drepper@cygnus.com>
+
+ * Net release 2.0.3.
+
+1997-04-21 13:25 Ulrich Drepper <drepper@cygnus.com>
+
+ * stdlib/seed48_r.c: Also reset `a' and `c' to default values.
+ * stdlib/srand48_r.c: Likewise.
+
+1997-04-21 13:25 Ulrich Drepper <drepper@cygnus.com>
+
+ * manual/arith.texi: Add description for INFINITY, _Imaginary_I,
+ fpclassify & friends, and complex number operations.
+ Update various other math functions for ISO C 9X.
+ * manual/math.texi: Update various entries for ISO C 9X.
+ Add description for complex number functions.
+ Add description of rand48 function family.
+ * manual/string.h: Add description of a64l and l64a.
+
+ * math/cmathcalls.h: Fix typo.
+
+ * stdlib/a64l.c: Pretty printing.
+
+ * stdlib/seed48_r.c: Also reset `a' and `c' to default values.
+ * stdlib/srand48_r.c: Likewise.
1997-04-20 01:28 Richard Henderson <rth@tamu.edu>
* rellns-sh: Handle files in the same directory correctly.