2000-12-22 01:27:01 +01:00
|
|
|
// -*- C++ -*- forwarding header.
|
configopts.html: Edit.
2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/configopts.html: Edit.
* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libio/Makefile.in: Regenerate.
* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
* libsupc++/Makefile.in: Regenerate.
* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
CSHADOW_INCLUDES up here.
* Makefile.in: Regenerate.
* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
for shadow headers.
(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
* src/Makefile.in: Regenerate.
* include/c: New directory.
* include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
std_cwchar.h, std_cwctype.h): Add, moving from...
* include/bits: ...here.
* include/c_std: New directory.
* include/c_std/bits/*: Populate from...
* shadow: ...here. Remove directory.
From-SVN: r36802
2000-10-09 10:43:31 +02:00
|
|
|
|
2003-04-18 11:53:58 +02:00
|
|
|
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
2002-03-23 04:19:03 +01:00
|
|
|
// Free Software Foundation, Inc.
|
configopts.html: Edit.
2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/configopts.html: Edit.
* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libio/Makefile.in: Regenerate.
* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
* libsupc++/Makefile.in: Regenerate.
* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
CSHADOW_INCLUDES up here.
* Makefile.in: Regenerate.
* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
for shadow headers.
(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
* src/Makefile.in: Regenerate.
* include/c: New directory.
* include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
std_cwchar.h, std_cwctype.h): Add, moving from...
* include/bits: ...here.
* include/c_std: New directory.
* include/c_std/bits/*: Populate from...
* shadow: ...here. Remove directory.
From-SVN: r36802
2000-10-09 10:43:31 +02:00
|
|
|
//
|
|
|
|
// This file is part of the GNU ISO C++ Library. This library is free
|
|
|
|
// software; you can redistribute it and/or modify it under the
|
|
|
|
// terms of the GNU General Public License as published by the
|
|
|
|
// Free Software Foundation; either version 2, or (at your option)
|
|
|
|
// any later version.
|
|
|
|
|
|
|
|
// This library is distributed in the hope that it will be useful,
|
|
|
|
// but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
// GNU General Public License for more details.
|
|
|
|
|
|
|
|
// You should have received a copy of the GNU General Public License along
|
|
|
|
// with this library; see the file COPYING. If not, write to the Free
|
|
|
|
// Software Foundation, 59 Temple Place - Suite 330, Boston, MA 02111-1307,
|
|
|
|
// USA.
|
|
|
|
|
|
|
|
// As a special exception, you may use this file as part of a free software
|
|
|
|
// library without restriction. Specifically, if other files instantiate
|
|
|
|
// templates or use macros or inline functions from this file, or you compile
|
|
|
|
// this file and link it with other files to produce an executable, this
|
|
|
|
// file does not by itself cause the resulting executable to be covered by
|
|
|
|
// the GNU General Public License. This exception does not however
|
|
|
|
// invalidate any other reasons why the executable file might be covered by
|
|
|
|
// the GNU General Public License.
|
|
|
|
|
|
|
|
//
|
2001-06-20 05:05:31 +02:00
|
|
|
// ISO C++ 14882: 21.4
|
2000-12-22 01:27:01 +01:00
|
|
|
//
|
configopts.html: Edit.
2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/configopts.html: Edit.
* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libio/Makefile.in: Regenerate.
* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
* libsupc++/Makefile.in: Regenerate.
* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
CSHADOW_INCLUDES up here.
* Makefile.in: Regenerate.
* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
for shadow headers.
(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
* src/Makefile.in: Regenerate.
* include/c: New directory.
* include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
std_cwchar.h, std_cwctype.h): Add, moving from...
* include/bits: ...here.
* include/c_std: New directory.
* include/c_std/bits/*: Populate from...
* shadow: ...here. Remove directory.
From-SVN: r36802
2000-10-09 10:43:31 +02:00
|
|
|
|
Makefile.am (doxygen, [...]): Tweak targets.
2002-01-28 Phil Edwards <pme@gcc.gnu.org>
* Makefile.am (doxygen, doxygen-maint, doxygen-man): Tweak targets.
* Makefile.in: Regenerate.
* docs/doxygen/run_doxygen: Update, mostly for man pages.
* docs/doxygen/Intro.3: Update.
* docs/doxygen/TODO: Update.
* docs/doxygen/doxygroups.cc: Add namespace hook for __gnu_cxx.
* docs/doxygen/mainpage.doxy: Update.
* docs/doxygen/user.cfg.in: Update for header rename. Also
regenerate comments and variables with 1.2.12.
* docs/doxygen/maint.cfg.in: Remove file.
* include/bits/stl_relops.h: Doxygenate.
* include/bits/stl_tempbuf.h (std::_Temporary_buffer): Likewise.
* include/c_std/std_cassert.h, include/c_std/std_cctype.h,
include/c_std/std_cerrno.h, include/c_std/std_cfloat.h,
include/c_std/std_ciso646.h, include/c_std/std_climits.h,
include/c_std/std_clocale.h, include/c_std/std_cmath.h,
include/c_std/std_csetjmp.h, include/c_std/std_csignal.h,
include/c_std/std_cstdarg.h, include/c_std/std_cstddef.h,
include/c_std/std_cstdio.h, include/c_std/std_cstdlib.h,
include/c_std/std_cstring.h, include/c_std/std_ctime.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h,
include/ext/algorithm, include/ext/functional, include/ext/hash_map,
include/ext/hash_set, include/ext/iterator, include/ext/memory,
include/ext/numeric, include/ext/rb_tree, include/ext/rope,
include/ext/ropeimpl.h, include/ext/slist, include/ext/stl_hash_fun.h,
include/ext/stl_hashtable.h, include/ext/stl_rope.h,
include/std/std_algorithm.h, include/std/std_bitset.h,
include/std/std_complex.h, include/std/std_deque.h,
include/std/std_fstream.h, include/std/std_functional.h,
include/std/std_iomanip.h, include/std/std_ios.h,
include/std/std_iosfwd.h, include/std/std_iostream.h,
include/std/std_istream.h, include/std/std_iterator.h,
include/std/std_limits.h, include/std/std_list.h,
include/std/std_locale.h, include/std/std_map.h,
include/std/std_memory.h, include/std/std_numeric.h,
include/std/std_ostream.h, include/std/std_queue.h,
include/std/std_set.h, include/std/std_sstream.h,
include/std/std_stack.h, include/std/std_stdexcept.h,
include/std/std_streambuf.h, include/std/std_string.h,
include/std/std_utility.h, include/std/std_valarray.h,
include/std/std_vector.h: Add/correct @file doxygen hook.
* include/ext/memory: Doxygenate most of rest of file.
* libsupc++/exception: Doxygen output formatting.
* libsupc++/new: Say which header it is.
* testsuite/lib/libstdc++-v3-dg.exp: Fix spacing.
* docs/html/19_diagnostics/howto.html: Describe concept-checks switch.
* docs/html/23_containers/howto.html: Describe O(n) list::size().
* docs/html/27_io/howto.html: Also link to Langer and Kreft text.
From-SVN: r49300
2002-01-28 23:13:12 +01:00
|
|
|
/** @file cwchar
|
|
|
|
* This is a Standard C++ Library file. You should @c #include this file
|
|
|
|
* in your programs, rather than any of the "*.h" implementation files.
|
|
|
|
*
|
|
|
|
* This is the C++ version of the Standard C Library header @c wchar.h,
|
|
|
|
* and its contents are (mostly) the same as that header, but are all
|
|
|
|
* contained in the namespace @c std.
|
|
|
|
*/
|
|
|
|
|
2003-07-23 17:28:44 +02:00
|
|
|
#ifndef _GLIBCXX_CWCHAR
|
|
|
|
#define _GLIBCXX_CWCHAR 1
|
2002-03-23 04:19:03 +01:00
|
|
|
|
|
|
|
#pragma GCC system_header
|
2000-12-22 01:27:01 +01:00
|
|
|
|
|
|
|
#include <bits/c++config.h>
|
Makefile.am (std_headers): Remove cXXX from list.
2002-01-04 Benjamin Kosnik <bkoz@redhat.com>
* include/Makefile.am (std_headers): Remove cXXX from list.
(c_base_srcdir): No bits subdirectory.
(c_base_builddir): Same.
(c_base_headers): Adjust names, add ciso646.
(bits_headers): Remove std_xxx.h headers.
* include/Makefile.in: Regenerate.
* include/ext/iterator: Adjust includes.
* include/ext/ropeimpl.h: Same.
* include/ext/stl_hash_fun.h: Same.
* include/ext/algorithm: Same.
* include/backward/bvector.h: Adjust includes.
* include/backward/vector.h: Same.
* include/backward/strstream: Same.
* include/backward/streambuf.h: Same.
* include/backward/stack.h: Same.
* include/backward/set.h: Same.
* include/backward/queue.h: Same.
* include/backward/multiset.h: Same.
* include/backward/multimap.h: Same.
* include/backward/map.h: Same.
* include/backward/list.h: Same.
* include/backward/iterator.h: Same.
* include/backward/iostream.h: Same.
* include/backward/iomanip.h: Same.
* include/backward/fstream.h: Same.
* include/backward/deque.h: Same.
* include/backward/complex.h: Same.
* include/bits/std_algorithm.h: Move to...
* include/std/algorithm: ...here.
* include/bits/std_iosfwd.h, std_locale.h, std_stack.h,
std_bitset.h, std_ios.h, std_map.h, std_stdexcept.h,
std_complex.h, std_iostream.h, std_memory.h, std_streambuf.h,
std_deque.h, std_istream.h, std_numeric.h, std_string.h,
std_fstream.h, std_ostream.h, std_utility.h, std_iterator.h,
std_queue.h, std_valarray.h, std_functional.h, std_limits.h,
std_set.h, std_vector.h, std_iomanip.h, std_list.h, std_sstream.h:
Same.
* include/c_std/bits/std_cassert.h: Move to...
* include/c_std/cassert: Here.
* include/c_std/std_cctype.h, std_cerrno.h, std_cfloat.h,
std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
std_cwctype.h: Same.
* include/c_std/cmath: Adjust cmath.tcc include.
* include/c_std/cstdlib: Adjust includes.
* include/c_std/cwchar: Same.
* include/c_std/ctime: Same.
* include/c_std/cstring: Same.
* include/c_std/cstdio: Same.
* include/c_std/bits: Remove directory.
* include/c/bits/std_cassert.h: Move to...
* include/c/cassert: Here.
* include/c/std_cctype.h, std_cerrno.h, std_cfloat.h,
std_climits.h, std_clocale.h, std_cmath.h, std_csetjmp.h,
std_csignal.h, std_cstdarg.h, std_cstddef.h, std_cstdio.h,
std_cstdlib.h, std_cstring.h, std_ctime.h, std_cwchar.h,
std_cwctype.h: Same.
* include/c/bits: Remove directory.
* include/std/cwctype: Remove.
* include/std/cwchar: Remove.
* include/std/ctime: Remove.
* include/std/cstring: Remove.
* include/std/cstdlib: Remove.
* include/std/cstdio: Remove.
* include/std/cstddef: Remove.
* include/std/cstdarg: Remove.
* include/std/csignal: Remove.
* include/std/csetjmp: Remove.
* include/std/cmath: Remove.
* include/std/clocale: Remove.
* include/std/climits: Remove.
* include/std/ciso646: Remove.
* include/std/cfloat: Remove.
* include/std/cerrno: Remove.
* include/std/cctype: Remove.
* include/std/cassert: Remove.
* include/bits/fpos.h: Adjust includes, removing <bits/std_xxx.h>
files and subsituting <.xxx>
* include/bits/valarray_array.h: Same.
* include/bits/stl_uninitialized.h: Same.
* include/bits/stl_alloc.h: Same.
* include/bits/stl_algobase.h: Same.
* include/bits/sstream.tcc: Same.
* include/bits/pthread_allocimpl.h: Same.
* include/bits/ostream.tcc: Same.
* include/bits/localefwd.h: Same.
* include/bits/locale_facets.tcc: Same.
* include/bits/locale_facets.h: Same.
* include/bits/istream.tcc: Same.
* include/bits/char_traits.h: Same.
* include/bits/boost_concept_check.h: Same.
* include/bits/basic_file.h: Same.
* include/std/bitset: Same.
* include/std/complex: Same.
* include/std/fstream: Same.
* include/std/functional: Same.
* include/std/ios: Same.
* include/std/iostream: Same.
* include/std/ostream: Same.
* include/std/sstream: Same.
* include/std/streambuf: Same.
* include/std/string: Same.
* include/std/iterator: Same.
* include/std/valarray: Same.
* src/ios.cc: Adjust includes.
* src/valarray-inst.cc: Same.
* src/string-inst.cc: Same.
* src/stl-inst.cc: Same.
* src/stdexcept.cc: Same.
* src/misc-inst.cc: Same.
* src/localename.cc: Same.
* src/locale-inst.cc: Same.
* src/locale.cc: Same.
* src/limits.cc: Same.
* src/concept-inst.cc: Same.
* src/complex_io.cc: Same.
* src/codecvt.cc: Same.
* src/bitset.cc: Same.
* src/cmath.cc: Same.
From-SVN: r48544
2002-01-04 22:27:36 +01:00
|
|
|
#include <cstddef>
|
|
|
|
#include <ctime>
|
2000-12-22 01:27:01 +01:00
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
#if _GLIBCXX_HAVE_WCHAR_H
|
2001-09-04 23:42:24 +02:00
|
|
|
#include <wchar.h>
|
2001-01-02 08:38:47 +01:00
|
|
|
#endif
|
|
|
|
|
|
|
|
// Need to do a bit of trickery here with mbstate_t as char_traits
|
|
|
|
// assumes it is in wchar.h, regardless of wchar_t specializations.
|
2003-07-05 06:05:45 +02:00
|
|
|
#ifndef _GLIBCXX_HAVE_MBSTATE_T
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
extern "C"
|
2001-01-02 08:38:47 +01:00
|
|
|
{
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
typedef struct
|
2001-01-02 08:38:47 +01:00
|
|
|
{
|
|
|
|
int __fill[6];
|
|
|
|
} mbstate_t;
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
namespace std
|
2001-01-02 08:38:47 +01:00
|
|
|
{
|
|
|
|
using ::mbstate_t;
|
|
|
|
}
|
2000-12-22 01:27:01 +01:00
|
|
|
|
|
|
|
// Get rid of those macros defined in <wchar.h> in lieu of real functions.
|
2001-06-09 01:22:26 +02:00
|
|
|
#undef btowc
|
|
|
|
#undef fgetwc
|
|
|
|
#undef fgetws
|
|
|
|
#undef fputwc
|
|
|
|
#undef fputws
|
|
|
|
#undef fwide
|
|
|
|
#undef fwprintf
|
|
|
|
#undef fwscanf
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef getwc
|
2000-12-22 01:27:01 +01:00
|
|
|
#undef getwchar
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef mbrlen
|
|
|
|
#undef mbrtowc
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef mbsinit
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef mbsrtowcs
|
|
|
|
#undef putwc
|
|
|
|
#undef putwchar
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef swprintf
|
|
|
|
#undef swscanf
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef ungetwc
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef vfwprintf
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_VFWSCANF
|
|
|
|
# undef vfwscanf
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef vswprintf
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_VSWSCANF
|
|
|
|
# undef vswscanf
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef vwprintf
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_VWSCANF
|
|
|
|
# undef vwscanf
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef wcrtomb
|
|
|
|
#undef wcscat
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef wcschr
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef wcscmp
|
|
|
|
#undef wcscoll
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef wcscpy
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef wcscspn
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef wcsftime
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef wcslen
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef wcsncat
|
|
|
|
#undef wcsncmp
|
|
|
|
#undef wcsncpy
|
|
|
|
#undef wcspbrk
|
|
|
|
#undef wcsrchr
|
|
|
|
#undef wcsrtombs
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef wcsspn
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef wcsstr
|
|
|
|
#undef wcstod
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_WCSTOF
|
|
|
|
# undef wcstof
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef wcstok
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef wcstol
|
|
|
|
#undef wcstoul
|
|
|
|
#undef wcsxfrm
|
|
|
|
#undef wctob
|
|
|
|
#undef wmemchr
|
2001-02-05 23:27:40 +01:00
|
|
|
#undef wmemcmp
|
|
|
|
#undef wmemcpy
|
|
|
|
#undef wmemmove
|
|
|
|
#undef wmemset
|
2001-06-11 06:36:59 +02:00
|
|
|
#undef wprintf
|
|
|
|
#undef wscanf
|
2000-12-22 01:27:01 +01:00
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
#if _GLIBCXX_USE_WCHAR_T
|
2000-12-22 01:27:01 +01:00
|
|
|
namespace std
|
|
|
|
{
|
|
|
|
using ::wint_t;
|
|
|
|
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::btowc;
|
|
|
|
using ::fgetwc;
|
|
|
|
using ::fgetws;
|
|
|
|
using ::fputwc;
|
|
|
|
using ::fputws;
|
|
|
|
using ::fwide;
|
|
|
|
using ::fwprintf;
|
|
|
|
using ::fwscanf;
|
|
|
|
using ::getwc;
|
|
|
|
using ::getwchar;
|
|
|
|
using ::mbrlen;
|
|
|
|
using ::mbrtowc;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::mbsinit;
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::mbsrtowcs;
|
|
|
|
using ::putwc;
|
|
|
|
using ::putwchar;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::swprintf;
|
|
|
|
using ::swscanf;
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::ungetwc;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::vfwprintf;
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_VFWSCANF
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::vfwscanf;
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::vswprintf;
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_VSWSCANF
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::vswscanf;
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::vwprintf;
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_VWSCANF
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::vwscanf;
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wcrtomb;
|
|
|
|
using ::wcscat;
|
|
|
|
using ::wcscmp;
|
|
|
|
using ::wcscoll;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::wcscpy;
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wcscspn;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::wcsftime;
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wcslen;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::wcsncat;
|
|
|
|
using ::wcsncmp;
|
|
|
|
using ::wcsncpy;
|
|
|
|
using ::wcsrtombs;
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wcsspn;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::wcstod;
|
2003-09-25 22:30:20 +02:00
|
|
|
#if _GLIBCXX_HAVE_WCSTOF
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::wcstof;
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wcstok;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::wcstol;
|
|
|
|
using ::wcstoul;
|
|
|
|
using ::wcsxfrm;
|
|
|
|
using ::wctob;
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wmemcmp;
|
|
|
|
using ::wmemcpy;
|
|
|
|
using ::wmemmove;
|
|
|
|
using ::wmemset;
|
2001-06-11 06:36:59 +02:00
|
|
|
using ::wprintf;
|
|
|
|
using ::wscanf;
|
2001-06-09 01:22:26 +02:00
|
|
|
|
|
|
|
using ::wcschr;
|
|
|
|
|
2001-04-03 00:51:25 +02:00
|
|
|
inline wchar_t*
|
|
|
|
wcschr(wchar_t* __p, wchar_t __c)
|
2001-06-09 01:22:26 +02:00
|
|
|
{ return wcschr(const_cast<const wchar_t*>(__p), __c); }
|
|
|
|
|
|
|
|
using ::wcspbrk;
|
|
|
|
|
2001-04-03 00:51:25 +02:00
|
|
|
inline wchar_t*
|
|
|
|
wcspbrk(wchar_t* __s1, wchar_t* __s2)
|
2001-06-09 01:22:26 +02:00
|
|
|
{ return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
|
|
|
|
|
|
|
|
using ::wcsrchr;
|
|
|
|
|
2001-04-03 00:51:25 +02:00
|
|
|
inline wchar_t*
|
|
|
|
wcsrchr(wchar_t* __p, wchar_t __c)
|
2001-06-09 01:22:26 +02:00
|
|
|
{ return wcsrchr(const_cast<const wchar_t*>(__p), __c); }
|
|
|
|
|
|
|
|
using ::wcsstr;
|
|
|
|
|
2001-04-03 00:51:25 +02:00
|
|
|
inline wchar_t*
|
|
|
|
wcsstr(wchar_t* __s1, wchar_t* __s2)
|
2001-06-09 01:22:26 +02:00
|
|
|
{ return wcsstr(const_cast<const wchar_t*>(__s1), __s2); }
|
|
|
|
|
|
|
|
using ::wmemchr;
|
|
|
|
|
2001-04-03 00:51:25 +02:00
|
|
|
inline wchar_t*
|
|
|
|
wmemchr(wchar_t* __p, wchar_t __c, size_t __n)
|
2001-06-09 01:22:26 +02:00
|
|
|
{ return wmemchr(const_cast<const wchar_t*>(__p), __c, __n); }
|
2001-04-20 10:59:25 +02:00
|
|
|
}
|
configopts.html: Edit.
2000-10-10 Benjamin Kosnik <bkoz@purist.soma.redhat.com>
* docs/configopts.html: Edit.
* libio/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libio/Makefile.in: Regenerate.
* libmath/Makefile.am (INCLUDES): Remove duplicates, simplify.
* libmath/Makefile.in: Regenerate.
* libsupc++/Makefile.am (INCLUDES): Remove duplicate.
* libsupc++/Makefile.in: Regenerate.
* Makefile.am (AM_MAKEFLAGS): Add GLIBCPP_INCLUDES,
TOPLEVEL_INCLUDES, LIBMATH_INCLUDES, LIBIO_INCLUDES,
CSHADOW_INCLUDES up here.
* Makefile.in: Regenerate.
* src/Makefile.am (CSHADOW_INCLUDES): Add include/c_std, include/c
for shadow headers.
(myinstallheaders): Change glibcpp_includedir to GLIBCPP_INCLUDES.
Move GLIBCPP_INCLUDES, TOPLEVEL_INCLUDES, LIBMATH_INCLUDES,
LIBIO_INCLUDES, CSHADOW_INCLUDES up Makefile hierarchy.
* src/Makefile.in: Regenerate.
* include/c: New directory.
* include/c/bits/(std_cassert.h, std_cctype.h, std_cerrno.h,
std_cfloat.h, std_climits.h, std_clocale.h, std_cmath.h,
std_csetjmp.h, std_csignal.h, std_cstdarg.h, std_cstddef.h,
std_cstdio.h, std_cstdlib.h, std_cstring.h, std_ctime.h,
std_cwchar.h, std_cwctype.h): Add, moving from...
* include/bits: ...here.
* include/c_std: New directory.
* include/c_std/bits/*: Populate from...
* shadow: ...here. Remove directory.
From-SVN: r36802
2000-10-09 10:43:31 +02:00
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
#if _GLIBCXX_USE_C99
|
2001-06-11 01:26:34 +02:00
|
|
|
|
|
|
|
#undef wcstold
|
|
|
|
#undef wcstoll
|
|
|
|
#undef wcstoull
|
|
|
|
|
2001-05-30 13:34:26 +02:00
|
|
|
namespace __gnu_cxx
|
2001-04-20 10:59:25 +02:00
|
|
|
{
|
2003-07-05 06:05:45 +02:00
|
|
|
#if _GLIBCXX_USE_C99_CHECK || _GLIBCXX_USE_C99_DYNAMIC
|
2003-04-18 11:53:58 +02:00
|
|
|
extern "C" long double
|
|
|
|
(wcstold)(const wchar_t * restrict, wchar_t ** restrict);
|
|
|
|
#endif
|
2003-07-05 06:05:45 +02:00
|
|
|
#if !_GLIBCXX_USE_C99_DYNAMIC
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wcstold;
|
2003-04-18 11:53:58 +02:00
|
|
|
#endif
|
2003-07-05 06:05:45 +02:00
|
|
|
#if _GLIBCXX_USE_C99_LONG_LONG_CHECK || _GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
|
2003-04-18 11:53:58 +02:00
|
|
|
extern "C" long long int
|
|
|
|
(wcstoll)(const wchar_t * restrict, wchar_t ** restrict, int);
|
|
|
|
extern "C" unsigned long long int
|
|
|
|
(wcstoull)(const wchar_t * restrict, wchar_t ** restrict, int);
|
|
|
|
#endif
|
2003-07-05 06:05:45 +02:00
|
|
|
#if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
|
2001-06-09 01:22:26 +02:00
|
|
|
using ::wcstoll;
|
|
|
|
using ::wcstoull;
|
2003-04-18 11:53:58 +02:00
|
|
|
#endif
|
2000-12-22 01:27:01 +01:00
|
|
|
}
|
2001-04-26 04:23:52 +02:00
|
|
|
|
|
|
|
namespace std
|
|
|
|
{
|
2001-05-30 13:34:26 +02:00
|
|
|
using __gnu_cxx::wcstold;
|
|
|
|
using __gnu_cxx::wcstoll;
|
|
|
|
using __gnu_cxx::wcstoull;
|
2001-04-26 04:23:52 +02:00
|
|
|
}
|
2001-04-20 10:59:25 +02:00
|
|
|
#endif
|
|
|
|
|
2003-07-05 06:05:45 +02:00
|
|
|
#endif //_GLIBCXX_USE_WCHAR_T
|
2000-12-22 01:27:01 +01:00
|
|
|
|
cmath.tcc, [...]: Remove trailing whitespace.
* include/c_std/cmath.tcc, include/c_std/std_cassert.h,
include/c_std/std_cctype.h, include/c_std/std_cmath.h,
include/c_std/std_cstddef.h, include/c_std/std_cstdio.h,
include/c_std/std_cstdlib.h, include/c_std/std_cstring.h,
include/c_std/std_cwchar.h, include/c_std/std_cwctype.h:
Remove trailing whitespace.
From-SVN: r74458
2003-12-09 04:44:35 +01:00
|
|
|
#endif
|