gcc/libstdc++-v3
Paolo Carlini 82c2f1bbd3 re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems)
2010-06-22  Paolo Carlini  <paolo.carlini@oracle.com>

	PR libstdc++/44630
	* include/profile/impl/profiler_trace.h (__min, __max): Remove,
	use std::min, std::max everywhere.
	* include/profile/impl/profiler_container_size.h: Use std::min and
	std::max.
	* include/profile/impl/profiler_hash_func.h: Likewise.
	* include/profile/impl/profiler_list_to_vector.h: Likewise.

From-SVN: r161192
2010-06-22 15:28:02 +00:00
..
config re PR libstdc++/43918 (gcc 4.5.0 is failing for i586-pc-msdosdjgpp) 2010-06-10 14:53:15 +00:00
doc appendix_contributing.xml: Indent code examples to match original C++STYLE document. 2010-06-11 17:04:52 +01:00
include re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems) 2010-06-22 15:28:02 +00:00
libsupc++ re PR libstdc++/44461 (__cxa_end_cleanup ends up in wrong section i.e. not in .text) 2010-06-09 15:34:45 +00:00
po no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
python no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
scripts run_doxygen: Adjust. 2010-03-12 17:35:19 +00:00
src compatibility.cc: Export long double versions of "C" math library for arm-linux-gnueabi... 2010-06-16 06:02:37 +00:00
testsuite sol2.h (TARGET_OS_CPP_BUILTINS): Define __STDC_VERSION__=199901L, _XOPEN_SOURCE=600 for C++. 2010-06-21 15:27:29 +00:00
acinclude.m4 acinclude.m4, [...]: Support Bionic C library. 2010-06-01 09:54:08 +00:00
aclocal.m4 Update to Automake 1.11.1. 2010-04-02 18:18:06 +00:00
ChangeLog re PR libstdc++/44630 (profiler_trace.h defines functions __max and __min which causes portability problems) 2010-06-22 15:28:02 +00:00
ChangeLog-1998
ChangeLog-1999 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2000 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2001
ChangeLog-2002 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2003 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2004 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2005 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2006 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2007 ChangeLog: Remove spurious white spaces and tabs. 2009-12-04 16:29:26 +00:00
ChangeLog-2008
ChangeLog-2009 Move 2009 ChangeLog to ChangeLog-2009. 2010-01-01 09:08:32 -08:00
config.h.in Makefile.am (check-debug): Add. 2010-01-13 11:07:44 +00:00
configure re PR bootstrap/43170 (gcc 4.5 20100218 bootstrap compare fails on os x 10.6) 2010-06-09 09:27:04 +00:00
configure.ac basic_string.h (front, back): Add. 2010-05-31 14:14:42 +00:00
configure.host re PR libstdc++/43918 (gcc 4.5.0 is failing for i586-pc-msdosdjgpp) 2010-06-10 14:53:15 +00:00
crossconfig.m4 config.gcc: Removed *-*-solaris2.7* from list of obsolete configurations. 2010-04-12 19:01:36 +00:00
fragment.am
linkage.m4
Makefile.am
Makefile.in no-dist in non-imported automake dirs. 2010-05-04 18:58:11 +00:00
README

file: libstdc++-v3/README

New users may wish to point their web browsers to the file
index.html in the 'doc/html' subdirectory.  It contains brief
building instructions and notes on how to configure the library in
interesting ways.