about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-11-18 21:47:20 +0000
committerUlrich Drepper <drepper@redhat.com>1999-11-18 21:47:20 +0000
commit2be86203eaf3a618214523be1003b12fa364776a (patch)
tree6eccb291d14d20f41ee322e58ad1a7484043f8f4
parent1503837c6a8776ba39efb0c93b9edc1b70284020 (diff)
downloadglibc-2be86203eaf3a618214523be1003b12fa364776a.tar.gz
glibc-2be86203eaf3a618214523be1003b12fa364776a.tar.xz
glibc-2be86203eaf3a618214523be1003b12fa364776a.zip
Update.
1999-11-18  Ulrich Drepper  <drepper@cygnus.com>

	* time/strptime.c (day_of_the_week): Make sure result is never
	negative.
	(strptime_internal): Allow %C without %y.

	* wctype/wctrans.c: Fix after removal of second endianess table.
	(strptime_internal): day_of_the_week() requres both tm_mon and
	tm_mday to be initialized.
	Compute them first if they are not given.
-rw-r--r--ChangeLog14
1 files changed, 10 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1435154f21..57fd977fa3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-11-18  Ulrich Drepper  <drepper@cygnus.com>
+
+	* time/strptime.c (day_of_the_week): Make sure result is never
+	negative.
+	(strptime_internal): Allow %C without %y.
+
 1999-11-18  Andreas Jaeger  <aj@suse.de>
 
 	* sysdeps/unix/sysv/linux/linux_fsinfo.h: Sorted entries and added
@@ -27,7 +33,7 @@
 	and format for wide characters.
 	* time/strftime.c: Correctly determine era information for wide
 	wcsftime.
-	* wctrans.c: Fix after removal of second endianess table.
+	* wctype/wctrans.c: Fix after removal of second endianess table.
 	* wctype/wctype.h (_ISwbit): Correctly handle bits > 16.
 	Patches by Shinya Hanataka <hanataka@abyss.rim.or.jp>.
 
@@ -5284,9 +5290,9 @@
 
 	* time/strptime.c (strptime): Initialize the tm struct first to avoid
 	returning bogus results on incomplete data.
-	(strptime_internal): day_of_the_week() requres bith tm_mon and
-	tm_mday to be initializaed.
-	Computer them first if they are not given.
+	(strptime_internal): day_of_the_week() requres both tm_mon and
+	tm_mday to be initialized.
+	Compute them first if they are not given.
 	(strptime_internal): (have_mon, have_mday): New variables.
 
 1999-07-01  Andreas Jaeger  <aj@arthur.rhein-neckar.de>