diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 11:47:27 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-02-27 11:47:27 +0000 |
commit | a7f804d855439cf45947d587af33df6aa8433ca4 (patch) | |
tree | 8efeef5f37ea9e4bce61b7a80a619794e8f75cab /manual | |
parent | b0df72f4fbd600427553425da5be32bbd52c15e3 (diff) | |
download | glibc-a7f804d855439cf45947d587af33df6aa8433ca4.zip glibc-a7f804d855439cf45947d587af33df6aa8433ca4.tar.gz glibc-a7f804d855439cf45947d587af33df6aa8433ca4.tar.bz2 |
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 'manual')
-rw-r--r-- | manual/arith.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manual/arith.texi b/manual/arith.texi index 1e3b2f5..0d62e41 100644 --- a/manual/arith.texi +++ b/manual/arith.texi @@ -1352,7 +1352,7 @@ returned string neither contains decimal point nor sign. The high-order digit of the string is non-zero (unless @var{value} is actually zero) and the low-order digit is rounded. The variable pointed to by @var{decpt} gets the position of the decimal character relative to the -start of the string. If @var{value} is negativ, @var{sign} is set to a +start of the string. If @var{value} is negative, @var{sign} is set to a non-zero value, otherwise to 0. The returned string is statically allocated and overwritten by each call |