aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-05-20 23:34:20 +0000
committerUlrich Drepper <drepper@redhat.com>1998-05-20 23:34:20 +0000
commita53fdad94d983a4cc9303eff379ef5c71e3817c8 (patch)
tree08dd082e44ca18f1e59317f13f2c0b436c066a16 /ChangeLog
parent13d9048a161a5d6c8768f061a70f954eb1220f8d (diff)
downloadglibc-a53fdad94d983a4cc9303eff379ef5c71e3817c8.zip
glibc-a53fdad94d983a4cc9303eff379ef5c71e3817c8.tar.gz
glibc-a53fdad94d983a4cc9303eff379ef5c71e3817c8.tar.bz2
Update.
* stdio-common/vfprintf.c (process_arg): Fix typo. * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS. * math/libm-test.c (hypot_test): Fix a typo.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index d673c36..457cc0b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,15 @@
1998-05-20 Ulrich Drepper <drepper@cygnus.com>
+ * stdio-common/vfprintf.c (process_arg): Fix typo.
+
* iconvdata/TESTS: New tests for EUC-KR.
- * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on
- TESTS.
+ * iconvdata/Makefile ($(objpfx)iconv-test.out): Also depend on TESTS.
* iconvdata/testdata/EUC-KR: New file.
1998-05-20 07:26 H.J. Lu <hjl@gnu.org>
- * math/libm-test.c (hypot_test): Fix a tyypo.
+ * math/libm-test.c (hypot_test): Fix a typo.
1998-05-20 Ulrich Drepper <drepper@cygnus.com>