This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC 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]

r121297 - in /trunk/libstdc++-v3: ChangeLog Mak...


Author: bkoz
Date: Mon Jan 29 18:22:37 2007
New Revision: 121297

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121297
Log:
2007-01-29  Benjamin Kosnik  <bkoz@redhat.com>

	* include/ext/enc_filebuf.h: Resurrect, update.
	* include/ext/codecvt_specializations.h: Remove
        _GLIBCXX_USE_ICONV, _GLIBCXX_USE_ENCODING_STATE.
	* include/bits/localefwd.h: Remove declaration for __enc_traits.
	* docs/html/22_locale/codecvt.html: Change __enc_traits to
	encoding_state.
	* scripts/testsuite_flags.in: Remove ICONV.

	* configure.ac: Remove GLIBCXX_CHECK_ICONV_SUPPORT.
	* acinclude.m4 (GLIBCXX_CHECK_ICONV_SUPPORT): Remove.
	* crossconfig.m4: Remove use of GLIBCXX_CHECK_ICONV_SUPPORT.
	* config.h.in: Remove HAVE_ICONV_CLOSE, HAVE_ICONV_OPEN,
	HAVE_NL_LANGINFO, _GLIBCXX_USE_ICONV.
	* include/Makefile.am: Uglify ICONV_CONST.
	* configure: Regenerate.
	* aclocal.m4: Regenerate.
	* Makefile.in: Regenerate.
	* src/Makefile.in: Regenerate.
	* po/Makefile.in: Regenerate.
	* libmath/Makefile.in: Regenerate.
	* include/Makefile.in: Regenerate.
	* libsupc++/Makefile.in: Regenerate.
	* testsuite/Makefile.in: Regenerate.

	* testsuite/ext/enc_filebuf/wchar_t/13189.cc: Use
	dg-require-iconv, fix up for encoding_state changes.
	* testsuite/ext/enc_filebuf/char/13189.cc: Same.
	* testsuite/ext/enc_filebuf/char/13598.cc: Same.
	* testsuite/22_locale/codecvt/unicode: Move...
	* testsuite/22_locale/codecvt/unicode/char.cc: Move...
	* testsuite/22_locale/codecvt/unicode/1.cc: Move...
	* testsuite/22_locale/codecvt/unicode/wchar_t.cc: Move...
	* testsuite/ext/codecvt: New.
	* testsuite/ext/codecvt/char-1.cc: ...here. Also, use dg-require-iconv.
	* testsuite/ext/codecvt/char-2.cc: ...here. Same.
	* testsuite/ext/codecvt/1.cc: ...here. Same.
	* testsuite/ext/codecvt/wchar_t.cc: ...here. Same.
	* testsuite/22_locale/locale/cons/unicode: Delete directory.
	* testsuite/22_locale/locale/cons/unicode/1.cc: Move...
	* testsuite/22_locale/locale/cons/unicode.cc: ...here.


Added:
    trunk/libstdc++-v3/include/ext/enc_filebuf.h
    trunk/libstdc++-v3/testsuite/22_locale/locale/cons/unicode.cc
      - copied, changed from r121175, trunk/libstdc++-v3/testsuite/22_locale/locale/cons/unicode/1.cc
    trunk/libstdc++-v3/testsuite/ext/codecvt/
    trunk/libstdc++-v3/testsuite/ext/codecvt/1.cc
      - copied, changed from r121117, trunk/libstdc++-v3/testsuite/22_locale/codecvt/unicode/1.cc
    trunk/libstdc++-v3/testsuite/ext/codecvt/char-1.cc
    trunk/libstdc++-v3/testsuite/ext/codecvt/char-2.cc
    trunk/libstdc++-v3/testsuite/ext/codecvt/wchar_t.cc
      - copied, changed from r121117, trunk/libstdc++-v3/testsuite/22_locale/codecvt/unicode/wchar_t.cc
Removed:
    trunk/libstdc++-v3/testsuite/22_locale/codecvt/unicode/
    trunk/libstdc++-v3/testsuite/22_locale/locale/cons/unicode/
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/Makefile.in
    trunk/libstdc++-v3/acinclude.m4
    trunk/libstdc++-v3/aclocal.m4
    trunk/libstdc++-v3/config.h.in
    trunk/libstdc++-v3/configure
    trunk/libstdc++-v3/configure.ac
    trunk/libstdc++-v3/crossconfig.m4
    trunk/libstdc++-v3/docs/html/22_locale/codecvt.html
    trunk/libstdc++-v3/include/Makefile.am
    trunk/libstdc++-v3/include/Makefile.in
    trunk/libstdc++-v3/include/bits/localefwd.h
    trunk/libstdc++-v3/include/ext/codecvt_specializations.h
    trunk/libstdc++-v3/libmath/Makefile.in
    trunk/libstdc++-v3/libsupc++/Makefile.in
    trunk/libstdc++-v3/po/Makefile.in
    trunk/libstdc++-v3/scripts/testsuite_flags.in
    trunk/libstdc++-v3/src/Makefile.in
    trunk/libstdc++-v3/testsuite/Makefile.in
    trunk/libstdc++-v3/testsuite/ext/enc_filebuf/char/13189.cc
    trunk/libstdc++-v3/testsuite/ext/enc_filebuf/char/13598.cc
    trunk/libstdc++-v3/testsuite/ext/enc_filebuf/wchar_t/13189.cc


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