This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r110518 - in /trunk/libstdc++-v3: ChangeLog doc...


Author: paolo
Date: Thu Feb  2 19:44:39 2006
New Revision: 110518

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=110518
Log:
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.

Added:
    trunk/libstdc++-v3/include/tr1/cfloat
    trunk/libstdc++-v3/include/tr1/climits
    trunk/libstdc++-v3/include/tr1/cstdarg
    trunk/libstdc++-v3/include/tr1/ctype.h
    trunk/libstdc++-v3/include/tr1/fenv.h
    trunk/libstdc++-v3/include/tr1/float.h
    trunk/libstdc++-v3/include/tr1/inttypes.h
    trunk/libstdc++-v3/include/tr1/limits.h
    trunk/libstdc++-v3/include/tr1/stdarg.h
    trunk/libstdc++-v3/include/tr1/stdint.h
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/docs/html/ext/tr1.html
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/tr1/cctype


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]