about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2002-03-11 23:05:12 +0000
committerUlrich Drepper <drepper@redhat.com>2002-03-11 23:05:12 +0000
commit14b2815be917c71d1310df760314581fa5073d07 (patch)
tree5fc99302308b8decdab11e2ebff9ae769f5faf24 /ChangeLog
parentaad61757ebed2e5320186e35c4054740fc84c6ee (diff)
downloadglibc-14b2815be917c71d1310df760314581fa5073d07.tar.gz
glibc-14b2815be917c71d1310df760314581fa5073d07.tar.xz
glibc-14b2815be917c71d1310df760314581fa5073d07.zip
Update.
2002-03-11  Ulrich Drepper  <drepper@redhat.com>

	* po/es.po: Update from translation team.
	* po/fr.po: Likewise.

	* stdio-common/tfformat.c (sprint_doubles): A test for %F format.

	* stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
	when determining type of format.
	Patch by James Antill <james@and.org> [PR libc/2787].

2002-03-04  Jakub Jelinek  <jakub@redhat.com>

	* sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d45de3a03b..691ca934c0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+2002-03-11  Ulrich Drepper  <drepper@redhat.com>
+
+	* po/es.po: Update from translation team.
+	* po/fr.po: Likewise.
+
+	* stdio-common/tfformat.c (sprint_doubles): A test for %F format.
+
+	* stdio-common/printf_fp.c (__printf_fp): Correct check for %F format
+	when determining type of format.
+	Patch by James Antill <james@and.org> [PR libc/2787].
+
+2002-03-04  Jakub Jelinek  <jakub@redhat.com>
+
+	* sysdeps/unix/bsd/ftime.c (ftime): Don't return 1000 in millitm.
+
 2002-03-11  Roland McGrath  <roland@frob.com>
 
 	* hurd/hurd/threadvar.h: Include <features.h> for __THROW macro.