about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-02-27 11:47:27 +0000
committerUlrich Drepper <drepper@redhat.com>1998-02-27 11:47:27 +0000
commita7f804d855439cf45947d587af33df6aa8433ca4 (patch)
tree8efeef5f37ea9e4bce61b7a80a619794e8f75cab /ChangeLog
parentb0df72f4fbd600427553425da5be32bbd52c15e3 (diff)
downloadglibc-a7f804d855439cf45947d587af33df6aa8433ca4.tar.gz
glibc-a7f804d855439cf45947d587af33df6aa8433ca4.tar.xz
glibc-a7f804d855439cf45947d587af33df6aa8433ca4.zip
Update.
	* misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
	bug.

1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* manual/arith.texi (Old-style number conversion): Correct
	typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.

1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ebdc2fcdce..690d736d7d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
 
+	* misc/tst-efgcvt.c (ecvt_tests): Add new test case for reported
+	bug.
+
+1998-02-25  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
+
+	* manual/arith.texi (Old-style number conversion): Correct
+	typo. Reported by Göran Uddeborg <goeran@uddeborg.pp.se>.
+
+1998-02-27  Ulrich Drepper  <drepper@cygnus.com>
+
 	* posix/execlp.c: POSIX.1 says that argv[0] *should* be provided,
 	but does not require it.  Handle missing argv[] values gracefully.
 	* posix/execl.c: Likewise.