CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly

2021-04-24 Thread matthew green
Module Name:src Committed By: mrg Date: Sat Apr 24 21:17:40 UTC 2021 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/locale/dragonfly: c_locale.cc c_locale.h Log Message: move the NetBSD version of: __convert_from_v(const __c_locale& __cloc,

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2017-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 17 12:49:27 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_heap.h Log Message: use the full attribute syntax To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2017-01-17 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Tue Jan 17 12:48:39 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_algo.h Log Message: use the full attribute syntax. To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 \

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2017-01-12 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Thu Jan 12 19:21:09 UTC 2017 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_algo.h stl_heap.h Log Message: sprinkle __unused To generate a diff of this commit: cvs rdiff -u -r1.1.1.5

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2016-12-24 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Sat Dec 24 15:48:26 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/std: mutex src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11: mutex.cc Log Message: Revert introduction of FIXME_PR_51139 This

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2016-12-21 Thread Kamil Rytarowski
Module Name:src Committed By: kamil Date: Wed Dec 21 21:55:46 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/std: mutex src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11: mutex.cc Log Message: Add a walkaround for TLS bug in libstdc++

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2016-08-26 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Aug 26 17:28:32 UTC 2016 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3: configure.host Log Message: the heuristic for the cpu dependent file atomicity.h is unusable for little endian sh. For big-endian it happens

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11

2014-10-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 1 22:18:19 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11: random.cc Log Message: Attribute target is not supported by clang, so don't use it. Explicitly mark this function as non-inline to not

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98

2014-10-01 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Wed Oct 1 22:44:03 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src/c++98: locale-inst.cc Log Message: When building with clang, use the C++11 feature for explicit template specialisation. To generate a diff

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2014-05-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 28 07:03:27 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3: configure.ac Log Message: apply patch from skrll@: allow netbsd host=target to configure GLIBCXX_IS_NATIVE. To generate a diff of this commit:

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2014-05-28 Thread matthew green
Module Name:src Committed By: mrg Date: Wed May 28 07:03:36 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3: configure Log Message: apply patch from skrll@: allow netbsd host=target to configure GLIBCXX_IS_NATIVE. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3

2014-03-04 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Mar 4 09:12:09 UTC 2014 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3: acinclude.m4 configure Log Message: don't look for po/Makefile. To generate a diff of this commit: cvs rdiff -u -r1.1.1.2 -r1.2 \

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src

2013-11-01 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Fri Nov 1 18:13:29 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src: atomic.cc Log Message: fix broken volatile assignment that gcc-4.8.1 does not like To generate a diff of this commit: cvs rdiff -u

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd

2013-04-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 28 19:41:26 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd: ctype_base.h Log Message: Drop sys/ctype_bits.h again. To generate a diff of this commit: cvs rdiff -u -r1.4

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd

2013-04-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 28 19:46:01 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd: ctype_inline.h ctype_noninline.h Log Message: Fix value ranges. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd

2013-04-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Apr 28 19:46:44 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/config/os/bsd/netbsd: ctype_noninline.h Log Message: One more missing cast. To generate a diff of this commit: cvs rdiff -u -r1.3

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include

2013-03-24 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sun Mar 24 12:15:51 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: locale_facets.tcc stl_algobase.h src/external/gpl3/gcc/dist/libstdc++-v3/include/ext: numeric_traits.h Log

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/ext

2013-03-02 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Mar 2 23:23:56 UTC 2013 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/ext: rope ropeimpl.h Log Message: Fix template lookup. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++

2012-12-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Dec 8 01:38:27 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++: eh_arm.cc unwind-cxx.h Log Message: fix inconsistencies in EABI decls. To generate a diff of this commit: cvs rdiff

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2012-11-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 8 11:24:01 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_pair.h Log Message: Provide copy constructor and copy assignment operators for C++11. Clang implements the C++11 semantics

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits

2012-11-08 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Nov 8 18:13:53 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/bits: stl_queue.h Log Message: Merge r163231 from upstream to fix xulrunner build with Clang. To generate a diff of this commit: cvs

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++

2012-04-08 Thread Thomas Klausner
Module Name:src Committed By: wiz Date: Mon Apr 9 00:24:57 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++: nested_exception.h Log Message: clang complains: C++ default arguments are illegal in the function defininion. christos@ ok To

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++

2012-01-28 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Sat Jan 28 14:21:52 UTC 2012 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/libsupc++: exception_ptr.h Log Message: Merge r171807 from upstream: exception_ptr.h needs the forward declaration because it's included from

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/src

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 06:18:56 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/src: locale-inst.cc Log Message: pull across from gcc 4.1: revision 1.2 date: 2011/05/25 15:51:55; author: joerg; state: Exp; lines: +2 -2

CVS commit: src/external/gpl3/gcc/dist/libstdc++-v3/include/ext

2011-06-21 Thread matthew green
Module Name:src Committed By: mrg Date: Tue Jun 21 06:22:06 UTC 2011 Modified Files: src/external/gpl3/gcc/dist/libstdc++-v3/include/ext: ropeimpl.h Log Message: pull across from gcc 4.1: revision 1.2 date: 2011/02/05 00:37:40; author: joerg; state: Exp; lines: +2 -2