aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-06-03 12:43:32 +0000
committerUlrich Drepper <drepper@redhat.com>1999-06-03 12:43:32 +0000
commitb169f10c58f85743755899fb217214fb2cd8003d (patch)
treec0bd4f19421e979029ba2dcce42921e5dad5d7b0 /ChangeLog
parenta384fa77082e93b172f129e249b7489ad0c493ad (diff)
downloadglibc-b169f10c58f85743755899fb217214fb2cd8003d.tar
glibc-b169f10c58f85743755899fb217214fb2cd8003d.tar.gz
glibc-b169f10c58f85743755899fb217214fb2cd8003d.tar.bz2
glibc-b169f10c58f85743755899fb217214fb2cd8003d.zip
Update.
1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * Makerules: Set LANGUAGE and LC_ALL explicitly to archieve correct sorting of map files. Closes PR libc/1147. 1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de> * math/libm-test.c (main): Add new test functions. (jn_test): New tests. (j1_test): Add some more tests. (j0_test): Add some more tests. (y0_test): Add some more tests. (y1_test): Add some more tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c760df749d..3cbb6d46d3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * Makerules: Set LANGUAGE and LC_ALL explicitly to archieve
+ correct sorting of map files.
+ Closes PR libc/1147.
+
+1999-06-03 Andreas Jaeger <aj@arthur.rhein-neckar.de>
+
+ * math/libm-test.c (main): Add new test functions.
+ (jn_test): New tests.
+ (j1_test): Add some more tests.
+ (j0_test): Add some more tests.
+ (y0_test): Add some more tests.
+ (y1_test): Add some more tests.
+
1999-06-02 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* sysdeps/libm-ieee754/e_j0.c (__ieee754_y0): Fix array indices.