about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-03-18 12:22:11 +0000
committerUlrich Drepper <drepper@redhat.com>1998-03-18 12:22:11 +0000
commit80a18298f02005310cf0edc6163ae5eff5fad09a (patch)
treefa4db80e6d033ac93658d00c347eae9dae768d45 /ChangeLog
parent9eecb5e8f3903a6fe66ac88f9218935130e77042 (diff)
downloadglibc-80a18298f02005310cf0edc6163ae5eff5fad09a.tar.gz
glibc-80a18298f02005310cf0edc6163ae5eff5fad09a.tar.xz
glibc-80a18298f02005310cf0edc6163ae5eff5fad09a.zip
Update.
	* dirent/list.c (test): Return error value.
	(main): Exit with error value.

	* sysdeps/unix/opendir.c (__opendir): Add missing initialization.

	* Makefile (distribute): Add test-skeleton.c.
	* test-skeleton.c: New file.
	* dirent/Makefile (tests): Add opendir-tst1.
	* dirent/opendir-tst1.c: New file.

1998-03-18  Ulrich Drepper  <drepper@cygnus.com>

	Optimize memory handling.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 13 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 07fd47c9fd..91bda00f91 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,19 @@
 1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
 
+	* dirent/list.c (test): Return error value.
+	(main): Exit with error value.
+
+	* sysdeps/unix/opendir.c (__opendir): Add missing initialization.
+
+	* Makefile (distribute): Add test-skeleton.c.
+	* test-skeleton.c: New file.
+	* dirent/Makefile (tests): Add opendir-tst1.
+	* dirent/opendir-tst1.c: New file.
+
+1998-03-18  Ulrich Drepper  <drepper@cygnus.com>
+
 	* sysdeps/unix/opendir.c (__opendir): Don't block on FIFOs etc.
-	Optimize memmory handling.
+	Optimize memory handling.
 	* sysdeps/unix/closedir.c: Optmize memory handling.
 
 1998-03-17  Ulrich Drepper  <drepper@cygnus.com>