diff options
author | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-27 21:14:49 +0000 |
---|---|---|
committer | brendan <brendan@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-05-27 21:14:49 +0000 |
commit | 1518135e69196e9fb7aac25573d901a9e994c0d3 (patch) | |
tree | f38f7f99b91ea02b0aa9bef10678b952e713cdb9 /libstdc++-v3/ChangeLog | |
parent | bd606719adf1508a93c1b0087741c7414e4d8b88 (diff) | |
download | gcc-1518135e69196e9fb7aac25573d901a9e994c0d3.tar.gz |
2003-05-26 Brendan Kehoe <brendan@zen.org>
* include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and
make sure the number of digits required after the decimal-point
(if any) is exactly the value returned by frac_digits().
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@67192 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index b798a169ab4..49115a46864 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,9 @@ +2003-05-26 Brendan Kehoe <brendan@zen.org> + + * include/bits/locale_facets.tcc (do_get): Honor $22.2.6.3.3/8 and + make sure the number of digits required after the decimal-point + (if any) is exactly the value returned by frac_digits(). + 2003-05-27 Jonathan Wakely <redi@gcc.gnu.org> * include/std/std_istream.h, include/std/std_ostream.h: Typo in comment. |