about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-05-14 21:29:42 +0000
committerUlrich Drepper <drepper@redhat.com>2002-05-14 21:29:42 +0000
commit848438d4e85c57fe47424113fb3d654f444b5327 (patch)
treeb12756078b9f5f15bcf625855f225a4f9856d7bf /ChangeLog
parentc9f1fc22d1e7b8e30ac662fa61bc27f32f9d684a (diff)
downloadglibc-848438d4e85c57fe47424113fb3d654f444b5327.tar.gz
glibc-848438d4e85c57fe47424113fb3d654f444b5327.tar.xz
glibc-848438d4e85c57fe47424113fb3d654f444b5327.zip
Update.
2002-05-14  Ulrich Drepper  <drepper@redhat.com>

	* include/stdio.h: Remove references to old stdio implementation.

	* libio/Makefile (bug-ungetwc2-ENV): Define.

	* hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
	Allocate three, not two, more than LEN when appending '/.'.
	* sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
	if NAME ends with '/.' if it is shorter than 2 chars.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index f54baab5f7..a334247972 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2002-05-14  Ulrich Drepper  <drepper@redhat.com>
+
+	* include/stdio.h: Remove references to old stdio implementation.
+
+	* libio/Makefile (bug-ungetwc2-ENV): Define.
+
 2002-05-13  Roland McGrath  <roland@frob.com>
 
 	* iconv/gconv_charset.h (upstr): Add inline keyword, quiets warning.
@@ -6,10 +12,10 @@
 
 2002-05-13  Marcus Brinkmann  <marcus@gnu.org>
 
-        * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
-        Allocate three, not two, more than LEN when appending '/.'.
-        * sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
-        if NAME ends with '/.' if it is shorter than 2 chars.
+	* hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
+	Allocate three, not two, more than LEN when appending '/.'.
+	* sysdeps/mach/hurd/chroot.c (chroot): Likewise.  Don't check
+	if NAME ends with '/.' if it is shorter than 2 chars.
 
 2002-05-12  Roland McGrath  <roland@frob.com>