about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-01-09 01:04:59 +0000
committerUlrich Drepper <drepper@redhat.com>2001-01-09 01:04:59 +0000
commit354e6102a11f6ce2e39462c158b039a07f18ac7c (patch)
treed0b61e9e76e22cfea34f764e090d8a659ae45380 /ChangeLog
parentf93e323f9e627ae8403ad2fc64663793153bf7ec (diff)
downloadglibc-354e6102a11f6ce2e39462c158b039a07f18ac7c.tar.gz
glibc-354e6102a11f6ce2e39462c158b039a07f18ac7c.tar.xz
glibc-354e6102a11f6ce2e39462c158b039a07f18ac7c.zip
Update.
	* time/Makefile (tests): Add tst-mktime.
	* time/tst-mktime.c: New file.

	* posix/tst-dir.c (main): One more mkdir() test.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8b52653e2a..7f4b5709ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2001-01-08  Ulrich Drepper  <drepper@redhat.com>
 
+	* time/Makefile (tests): Add tst-mktime.
+	* time/tst-mktime.c: New file.
+
+	* posix/tst-dir.c (main): One more mkdir() test.
+
 	* sysdeps/unix/sysv/linux/ia64/getpagesize.c (__getpagesize):
 	Remove getpagesize syscall.  We assume that the pagesize is always
 	determined from the auxiliary vector.