cfloat: New.
authorPaolo Carlini <pcarlini@suse.de>
Thu, 2 Feb 2006 19:44:39 +0000 (19:44 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Thu, 2 Feb 2006 19:44:39 +0000 (19:44 +0000)
commit82c79e0e681c63d99f91d916829e6bd579b35860
tree5f0f7091353fbef35172af51edcccdfafd0392fd
parent43bad4beb5160e2e26186d69e8d57da8a6da0413
cfloat: New.

2006-02-02  Paolo Carlini  <pcarlini@suse.de>

* include/tr1/cfloat: New.
* include/tr1/climits: Likewise.
* include/tr1/cstdarg: Likewise.
* include/tr1/ctype.h: Likewise.
* include/tr1/fenv.h: Likewise.
* include/tr1/float.h: Likewise.
* include/tr1/inttypes.h: Likewise.
* include/tr1/limits.h: Likewise.
* include/tr1/stdint.h: Likewise.
* include/tr1/stdarg.h: Likewise.
* include/Makefile.am: Add.
* include/Makefile.in: Regenerate.
* docs/html/ext/tr1.html: Update.
* testsuite/tr1/headers.cc: New.

* include/tr1/cctype: Include <cctype> instead.

From-SVN: r110518
15 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/docs/html/ext/tr1.html
libstdc++-v3/include/Makefile.am
libstdc++-v3/include/Makefile.in
libstdc++-v3/include/tr1/cctype
libstdc++-v3/include/tr1/cfloat [new file with mode: 0644]
libstdc++-v3/include/tr1/climits [new file with mode: 0644]
libstdc++-v3/include/tr1/cstdarg [new file with mode: 0644]
libstdc++-v3/include/tr1/ctype.h [new file with mode: 0644]
libstdc++-v3/include/tr1/fenv.h [new file with mode: 0644]
libstdc++-v3/include/tr1/float.h [new file with mode: 0644]
libstdc++-v3/include/tr1/inttypes.h [new file with mode: 0644]
libstdc++-v3/include/tr1/limits.h [new file with mode: 0644]
libstdc++-v3/include/tr1/stdarg.h [new file with mode: 0644]
libstdc++-v3/include/tr1/stdint.h [new file with mode: 0644]