about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-11-13 15:05:05 +0000
committerUlrich Drepper <drepper@redhat.com>1998-11-13 15:05:05 +0000
commit47b856a9eac04e1e18d949cc751c397610bba429 (patch)
treeb2e74580a4831b6c2c1bed1fcdc60eb1ef74525c /ChangeLog
parentfb3d8ad658464fc8d4728c892ed815c362cd1972 (diff)
downloadglibc-47b856a9eac04e1e18d949cc751c397610bba429.tar.gz
glibc-47b856a9eac04e1e18d949cc751c397610bba429.tar.xz
glibc-47b856a9eac04e1e18d949cc751c397610bba429.zip
	* stdio-common/vfscanf.c: Return EOF for invalid format
	characters.

1998-11-13  Philip Blundell  <philb@gnu.org>

	* sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value.
	Reported by Scott Bambrough.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d1704532a0..bdc8530bf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,11 +1,19 @@
 1998-11-13  Ulrich Drepper  <drepper@cygnus.com>
 
+	* stdio-common/vfscanf.c: Return EOF for invalid format
+	characters.
+
 	* version.h (VERSION): Bump to 2.0.101.
 
 	* Makerules (Versions.all): Generate this file from all Versions.def
 	files.
 	(sysd-versions): Use Versions.all instead of Versions.def.
 
+1998-11-13  Philip Blundell  <philb@gnu.org>
+
+	* sysdeps/arm/fpu/bits/setjmp.h (__JMP_BUF_SP): Correct value.
+	Reported by Scott Bambrough.
+
 1998-11-11  Andreas Schwab  <schwab@issan.cs.uni-dortmund.de>
 
 	* locale/programs/config.h: Define HAVE_STRING_H for xstrdup.c.