aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2001-08-09 22:33:28 +0000
committerUlrich Drepper <drepper@redhat.com>2001-08-09 22:33:28 +0000
commit5d9f13dc9b97a22c614ad5ad7b1a22eacc626acd (patch)
tree1a63e6cd599280aaf13818919abf8a8d32864f35 /ChangeLog
parent2f278c9480ed5362c422526acb36d9450ed682d7 (diff)
downloadglibc-5d9f13dc9b97a22c614ad5ad7b1a22eacc626acd.tar
glibc-5d9f13dc9b97a22c614ad5ad7b1a22eacc626acd.tar.gz
glibc-5d9f13dc9b97a22c614ad5ad7b1a22eacc626acd.tar.bz2
glibc-5d9f13dc9b97a22c614ad5ad7b1a22eacc626acd.zip
Update.
* time/strptime.c (strptime_internal): Add handling of year + %U/%W week + week day.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ccb25c56d9..d7cc72fbae 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2001-08-09 Ulrich Drepper <drepper@redhat.com>
+ * time/strptime.c (strptime_internal): Add handling of year +
+ %U/%W week + week day.
+
* stdio-common/vfscanf.c: Fix reading of wide chars and strings if
not COMPILE_WSCANF.