about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-02-01 07:28:23 +0000
committerUlrich Drepper <drepper@redhat.com>2001-02-01 07:28:23 +0000
commit70dc5068f8105942b3ffa7ef57fbb88b6d4ce75a (patch)
treea6cb3eb1434c037b2705514a4bbac0da953d9bfc /ChangeLog
parentf798bf32a2b076fe51898ab623d8dcab850d3dd1 (diff)
downloadglibc-70dc5068f8105942b3ffa7ef57fbb88b6d4ce75a.tar.gz
glibc-70dc5068f8105942b3ffa7ef57fbb88b6d4ce75a.tar.xz
glibc-70dc5068f8105942b3ffa7ef57fbb88b6d4ce75a.zip
Update.
	* posix/fnmatch_loop.c: Remove incorrect reverse condition in
	[. .] matching.  Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.

2001-01-31  Mark Kettenis  <kettenis@gnu.org>

	* misc/sys/select.h: Include <bits/time.h> instead of <sys/time.h>
	to get definition of `struct timeval'.

2001-01-31  Ulrich Drepper  <drepper@redhat.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95ef29e13d..c7a1d40bba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2001-01-31  Ulrich Drepper  <drepper@redhat.com>
 
+	* posix/fnmatch_loop.c: Remove incorrect reverse condition in
+	[. .] matching.  Patch by Isamu Hasegawa <isamu@yamato.ibm.com>.
+
+2001-01-31  Mark Kettenis  <kettenis@gnu.org>
+
+	* misc/sys/select.h: Include <bits/time.h> instead of <sys/time.h>
+	to get definition of `struct timeval'.
+
+2001-01-31  Ulrich Drepper  <drepper@redhat.com>
+
 	* posix/tst-fnmatch.input: Add test cases for de_DE.UTF-8 locale.
 	* posix/fnmatch_loop.c: Fix handling of [= =] for multibyte charsets.