diff options
author | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-17 16:10:10 +0000 |
---|---|---|
committer | paolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-05-17 16:10:10 +0000 |
commit | b592d014a21df9eacdf55fe9efe8fd07428184f0 (patch) | |
tree | 8407c914b1abf9a803c03e11c768db424c420065 /libstdc++-v3/ChangeLog | |
parent | acccde02a3e17de918428d15650a5c8eddb9f960 (diff) | |
download | gcc-b592d014a21df9eacdf55fe9efe8fd07428184f0.tar.gz |
2007-05-17 Paolo Carlini <pcarlini@suse.de>
* config/locale/gnu/c_locale.h: Do not include <libintl.h>.
* config/locale/gnu/messages_members.h: Do it here.
* config/locale/gnu/c_locale.h: Do not include <cstdio>, use
the builtins.
* config/locale/generic/c_locale.h: Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@124803 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/ChangeLog')
-rw-r--r-- | libstdc++-v3/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 31ef4abb4bc..6d5c5d413e2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,12 @@ +2007-05-17 Paolo Carlini <pcarlini@suse.de> + + * config/locale/gnu/c_locale.h: Do not include <libintl.h>. + * config/locale/gnu/messages_members.h: Do it here. + + * config/locale/gnu/c_locale.h: Do not include <cstdio>, use + the builtins. + * config/locale/generic/c_locale.h: Likewise. + 2007-05-17 Benjamin Kosnik <bkoz@redhat.com> * acinclude.m4 (GLIBCXX_CHECK_COMPILER_FEATURES): Add -g to |