gcc/libstdc++-v3/src
Phil Edwards 222485455e acconfig.h: Update comments.
2001-11-02  Phil Edwards  <pme@gcc.gnu.org>

	* acconfig.h:  Update comments.
	* acinclude.m4 (GLIBCPP_ENABLE_C99):  Move strtoll, strtoull tests...
	(GLIBCPP_ENABLE_LONG_LONG):  ...to here.  Don't check enable_c99.
	* aclocal.m4:  Regenerate.
	* config.h.in:  Regenerate.
	* configure:  Regenerate.

	* include/bits/boost_concept_check.h:  Unconditionally compile uses
	of 'long long' which require only compiler support, not C lib support.
	* include/bits/cpp_type_traits.h:  Likewise.
	* include/bits/std_limits.h:  Likewise.
	* include/bits/type_traits.h:  Likewise.
	* src/concept-inst.cc:  Likewise.
	* src/limits.cc:  Likewise.
	* include/c_shadow/stdlib.h:  Compile conditionally on _GLIBCPP_USE_C99
	instead of _GLIBCPP_USE_LONG_LONG.
	* include/c_shadow/bits/std_cstdlib.h:  Likewise.

From-SVN: r46723
2001-11-02 22:31:03 +00:00
..
bitset.cc algo.h: Add "GPL plus runtime exception" comment block, this time for real. 2001-06-27 17:09:53 +00:00
cmath.cc re PR libstdc++/3377 (missing std::__cmath_power<double>(double,unsigned)) 2001-06-25 20:57:51 +00:00
codecvt.cc codecvt.h: Add virtual member function declarations. 2001-10-31 20:05:33 +00:00
complex_io.cc acconfig.h (_GLIBCPP_BUGGY_FLOAT_COMPLEX): Remove. 2001-05-31 12:14:56 +00:00
concept-inst.cc acconfig.h: Update comments. 2001-11-02 22:31:03 +00:00
functexcept.cc Make -fno-exceptions work. 2001-10-24 02:37:56 +00:00
globals.cc localefwd.h: Format. 2001-07-04 02:39:02 +00:00
ios.cc localefwd.h: Format. 2001-07-04 02:39:02 +00:00
limits.cc acconfig.h: Update comments. 2001-11-02 22:31:03 +00:00
locale-inst.cc time_members_gnu.h (__timepunct::_M_get_helper): Add. 2001-09-28 23:44:48 +00:00
locale.cc time_members_gnu.h (__timepunct::_M_get_helper): Add. 2001-09-28 23:44:48 +00:00
localename.cc Implement std::time_put. 2001-09-20 08:30:01 +00:00
Makefile.am re PR libstdc++/3666 (Invalid concept-checking code.) 2001-11-01 15:46:48 +00:00
Makefile.in re PR libstdc++/3666 (Invalid concept-checking code.) 2001-11-01 15:46:48 +00:00
misc-inst.cc type_traits.h (__Boolean): Renamed template from _Bool. 2001-10-20 19:28:50 +00:00
stdexcept.cc
stl-inst.cc testsuite_flags.in: No longer need to search testsuite builddir. 2001-09-05 22:38:06 +00:00
string-inst.cc basic_string.h: Tweaks. 2001-10-31 08:27:20 +00:00
strstream.cc algo.h: Add "GPL plus runtime exception" comment block, this time for real. 2001-06-27 17:09:53 +00:00
valarray-inst.cc
wstring-inst.cc