aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-09-16 01:34:02 +0000
committerUlrich Drepper <drepper@redhat.com>2000-09-16 01:34:02 +0000
commit8ae67009786d409e1995536c9dbd7f52c4b4c9be (patch)
tree997860275c16ff935458e0134efe15ca9ffa7e50 /ChangeLog
parent389b70491b4d6ff078712b848600a36efcced323 (diff)
downloadglibc-8ae67009786d409e1995536c9dbd7f52c4b4c9be.tar
glibc-8ae67009786d409e1995536c9dbd7f52c4b4c9be.tar.gz
glibc-8ae67009786d409e1995536c9dbd7f52c4b4c9be.tar.bz2
glibc-8ae67009786d409e1995536c9dbd7f52c4b4c9be.zip
Update.
2000-09-15 Ulrich Drepper <drepper@redhat.com> * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if necessary. Move includes of POSIX and Unix limits files to the end. * stdlib/Makefile (tests): Add tst-limits. * stdlib/tst-limits.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 920c69254b..9ae5136d40 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2000-09-15 Ulrich Drepper <drepper@redhat.com>
+
+ * include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX if
+ necessary. Move includes of POSIX and Unix limits files to the
+ end.
+ * stdlib/Makefile (tests): Add tst-limits.
+ * stdlib/tst-limits.h: New file.
+
2000-09-15 Andreas Jaeger <aj@suse.de>
* sysdeps/mips/fpu/fesetenv.c (__fesetenv): Handle FE_NOMASK_ENV.