summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-03-19 23:34:54 +0000
committerUlrich Drepper <drepper@redhat.com>2001-03-19 23:34:54 +0000
commitf2615995a753b80dd8d9fce55f5e87e8105f2d82 (patch)
tree3a5196fcebde20a334b70bd82fbbfb9a2269576c /ChangeLog
parent96c0d65dc3644467a0521cc4084274be073fb5e0 (diff)
downloadglibc-f2615995a753b80dd8d9fce55f5e87e8105f2d82.tar.gz
glibc-f2615995a753b80dd8d9fce55f5e87e8105f2d82.tar.xz
glibc-f2615995a753b80dd8d9fce55f5e87e8105f2d82.zip
Update.
	* sysdeps/unix/i386/i686/tempname.c: New file.

	* sysdeps/posix/tempname.c (__gen_tempname): If RANDOM_BITS is
	defined use this macro to get some bits of randomness instead of
	the usual gettimeofday or time calls.

2001-03-16  Paul Eggert  <eggert@twinsun.com>

	* sysdeps/posix/tempname.c (uint64_t): Define to uintmax_t if
	not defined, and if UINT64_MAX is not defined.

2001-03-19  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 18e872514c..99e55f7837 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,18 @@
 2001-03-19  Ulrich Drepper  <drepper@redhat.com>
 
+	* sysdeps/unix/i386/i686/tempname.c: New file.
+
+	* sysdeps/posix/tempname.c (__gen_tempname): If RANDOM_BITS is
+	defined use this macro to get some bits of randomness instead of
+	the usual gettimeofday or time calls.
+
+2001-03-16  Paul Eggert  <eggert@twinsun.com>
+
+	* sysdeps/posix/tempname.c (uint64_t): Define to uintmax_t if
+	not defined, and if UINT64_MAX is not defined.
+
+2001-03-19  Ulrich Drepper  <drepper@redhat.com>
+
 	* elf/cache.c: Mark and have translated a few more messages.
 
 2001-03-19  Martin Schwidefsky  <schwidefsky@de.ibm.com>