Commit 405feeb8 by Richard Sandiford Committed by Richard Sandiford

Update copyright in libstdc++-v3.

From-SVN: r195701
parent 3229f778

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

2013-02-03 Richard Sandiford <rdsandiford@googlemail.com> 2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
Update copyright years.
* testsuite/23_containers/deque/requirements/dr438/assign_neg.cc,
testsuite/23_containers/deque/requirements/dr438/constructor_1_neg.cc,
testsuite/23_containers/deque/requirements/dr438/constructor_2_neg.cc,
testsuite/23_containers/deque/requirements/dr438/insert_neg.cc,
testsuite/23_containers/list/requirements/dr438/assign_neg.cc,
testsuite/23_containers/list/requirements/dr438/constructor_1_neg.cc,
testsuite/23_containers/list/requirements/dr438/constructor_2_neg.cc,
testsuite/23_containers/list/requirements/dr438/insert_neg.cc,
testsuite/23_containers/vector/requirements/dr438/assign_neg.cc,
testsuite/23_containers/vector/requirements/dr438/constructor_1_neg.cc,
testsuite/23_containers/vector/requirements/dr438/constructor_2_neg.cc,
testsuite/23_containers/vector/requirements/dr438/insert_neg.cc,
testsuite/29_atomics/atomic/cons/assign_neg.cc,
testsuite/29_atomics/atomic/cons/copy_neg.cc,
testsuite/29_atomics/atomic_integral/cons/assign_neg.cc,
testsuite/29_atomics/atomic_integral/cons/copy_neg.cc,
testsuite/29_atomics/atomic_integral/operators/bitwise_neg.cc,
testsuite/29_atomics/atomic_integral/operators/decrement_neg.cc,
testsuite/29_atomics/atomic_integral/operators/increment_neg.cc:
Update lines in dg error matches.
2013-02-03 Richard Sandiford <rdsandiford@googlemail.com>
* config/os/mingw32/ctype_inline.h: Fix copyright typo. * config/os/mingw32/ctype_inline.h: Fix copyright typo.
2013-02-01 François Dumont <fdumont@gcc.gnu.org> 2013-02-01 François Dumont <fdumont@gcc.gnu.org>
......
## Makefile for the toplevel directory of the GNU C++ Standard library. ## Makefile for the toplevel directory of the GNU C++ Standard library.
## ##
## Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2008, 2009, 2010, ## Copyright (C) 1997-2013 Free Software Foundation, Inc.
## 2012 Free Software Foundation, Inc.
## ##
## This file is part of the libstdc++ version 3 distribution. ## This file is part of the libstdc++ version 3 distribution.
## Process this file with automake to produce Makefile.in. ## Process this file with automake to produce Makefile.in.
......
// Compatibility symbols for previous versions -*- C++ -*- // Compatibility symbols for previous versions -*- C++ -*-
// Copyright (C) 2005, 2006, 2009 // Copyright (C) 2005-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
## Linker script for GNU namespace versioning. ## Linker script for GNU namespace versioning.
## ##
## Copyright (C) 2002, 2003, 2004, 2005, 2007, 2009, 2011, 2012 ## Copyright (C) 2002-2013 Free Software Foundation, Inc.
## Free Software Foundation, Inc.
## ##
## This file is part of the libstdc++ version 3 distribution. ## This file is part of the libstdc++ version 3 distribution.
## ##
......
// Base to std::allocator -*- C++ -*- // Base to std::allocator -*- C++ -*-
// Copyright (C) 2004, 2005, 2009, 2010, 2012 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Base to std::allocator -*- C++ -*- // Base to std::allocator -*- C++ -*-
// Copyright (C) 2004, 2005, 2009, 2010, 2012 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Base to std::allocator -*- C++ -*- // Base to std::allocator -*- C++ -*-
// Copyright (C) 2004, 2005, 2009, 2010, 2012 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Base to std::allocator -*- C++ -*- // Base to std::allocator -*- C++ -*-
// Copyright (C) 2004, 2005, 2009, 2010, 2012 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Base to std::allocator -*- C++ -*- // Base to std::allocator -*- C++ -*-
// Copyright (C) 2004, 2005, 2009, 2010, 2012 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level type for atomic operations -*- C++ -*- // Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004, 2009 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Control various target specific ABI tweaks. ARM version. // Control various target specific ABI tweaks. ARM version.
// Copyright (C) 2004, 2006, 2008, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level type for atomic operations -*- C++ -*- // Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004, 2009 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: CRIS version -*- C++ -*- // Low-level functions for atomic operations: CRIS version -*- C++ -*-
// Copyright (C) 2001, 2003, 2004, 2005, 2009, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level type for atomic operations -*- C++ -*- // Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004, 2009 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: version for CPUs providing // Low-level functions for atomic operations: version for CPUs providing
// atomic builtins -*- C++ -*- // atomic builtins -*- C++ -*-
// Copyright (C) 2006, 2009, 2010, 2012 Free Software Foundation, Inc. // Copyright (C) 2006-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: Generic version -*- C++ -*- // Low-level functions for atomic operations: Generic version -*- C++ -*-
// Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2011 // Copyright (C) 1999-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for generic platforms -*- C++ -*- // Specific definitions for generic platforms -*- C++ -*-
// Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. // Copyright (C) 2005-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Control various target specific ABI tweaks. Generic version. // Control various target specific ABI tweaks. Generic version.
// Copyright (C) 2004, 2006, 2008, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Optimizations for random number handling, generic version -*- C++ -*- // Optimizations for random number handling, generic version -*- C++ -*-
// Copyright (C) 2012 Free Software Foundation, Inc. // Copyright (C) 2012-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Optimizations for random number extensions, generic version -*- C++ -*- // Optimizations for random number extensions, generic version -*- C++ -*-
// Copyright (C) 2012 Free Software Foundation, Inc. // Copyright (C) 2012-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: PA-RISC version -*- C++ -*- // Low-level functions for atomic operations: PA-RISC version -*- C++ -*-
// Copyright (C) 2002, 2004, 2005, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2002-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: x86, x >= 3 version -*- C++ -*- // Low-level functions for atomic operations: x86, x >= 3 version -*- C++ -*-
// Copyright (C) 2003, 2004, 2005, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2003-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: x86, x >= 4 version -*- C++ -*- // Low-level functions for atomic operations: x86, x >= 4 version -*- C++ -*-
// Copyright (C) 1999, 2000, 2001, 2004, 2005, 2009, 2011 // Copyright (C) 1999-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Optimizations for random number functions, x86 version -*- C++ -*- // Optimizations for random number functions, x86 version -*- C++ -*-
// Copyright (C) 2012 Free Software Foundation, Inc. // Copyright (C) 2012-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Optimizations for random number extensions, x86 version -*- C++ -*- // Optimizations for random number extensions, x86 version -*- C++ -*-
// Copyright (C) 2012 Free Software Foundation, Inc. // Copyright (C) 2012-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level type for atomic operations -*- C++ -*- // Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004, 2005, 2006, 2007, 2009, 2011 // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: m68k version -*- C++ -*- // Low-level functions for atomic operations: m68k version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2009, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for Xilinx MicroBlaze platforms -*- C++ -*- // Specific definitions for Xilinx MicroBlaze platforms -*- C++ -*-
// Copyright (C) 2009, 2010 Free Software Foundation, Inc. // Copyright (C) 2009-2013 Free Software Foundation, Inc.
// //
// Contributed by Michael Eager <eager@eagercon.com>. // Contributed by Michael Eager <eager@eagercon.com>.
// //
......
// Low-level type for atomic operations -*- C++ -*- // Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004, 2009 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for generic platforms -*- C++ -*- // Specific definitions for generic platforms -*- C++ -*-
// Copyright (C) 2005, 2009, 2010 Free Software Foundation, Inc. // Copyright (C) 2005-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: sh version -*- C++ -*- // Low-level functions for atomic operations: sh version -*- C++ -*-
// Copyright (C) 1999, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2011 // Copyright (C) 1999-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level type for atomic operations -*- C++ -*- // Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004, 2009 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: Sparc version -*- C++ -*- // Low-level functions for atomic operations: Sparc version -*- C++ -*-
// Copyright (C) 1999, 2000, 2001, 2002, 2004, 2005, 2009, 2011 // Copyright (C) 1999-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper of C-language FILE struct -*- C++ -*- // Wrapper of C-language FILE struct -*- C++ -*-
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2006, 2007, 2009, 2010, 2012 // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper of C-language FILE struct -*- C++ -*- // Wrapper of C-language FILE struct -*- C++ -*-
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// 2011 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Underlying io library details -*- C++ -*- // Underlying io library details -*- C++ -*-
// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2010, 2011 // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::ctype implementation details, GNU version -*- C++ -*- // std::ctype implementation details, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// 2011 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale internal implementation header -*- C++ -*- // Locale internal implementation header -*- C++ -*-
// Copyright (C) 2002, 2009 Free Software Foundation, Inc. // Copyright (C) 2002-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper for underlying C-language localization -*- C++ -*- // Wrapper for underlying C-language localization -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// 2011 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper for underlying C-language localization -*- C++ -*- // Wrapper for underlying C-language localization -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::codecvt implementation details, generic version -*- C++ -*- // std::codecvt implementation details, generic version -*- C++ -*-
// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2002-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::collate implementation details, generic version -*- C++ -*- // std::collate implementation details, generic version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::ctype implementation details, generic version -*- C++ -*- // std::ctype implementation details, generic version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// 2011 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::messages implementation details, generic version -*- C++ -*- // std::messages implementation details, generic version -*- C++ -*-
// Copyright (C) 2001, 2005, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::messages implementation details, generic version -*- C++ -*- // std::messages implementation details, generic version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::moneypunct implementation details, generic version -*- C++ -*- // std::moneypunct implementation details, generic version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::numpunct implementation details, generic version -*- C++ -*- // std::numpunct implementation details, generic version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2009, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::time_get, std::time_put implementation, generic version -*- C++ -*- // std::time_get, std::time_put implementation, generic version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::time_get, std::time_put implementation, generic version -*- C++ -*- // std::time_get, std::time_put implementation, generic version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// 2009, 2010, 2011
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Prototypes for GLIBC thread locale __-prefixed functions -*- C++ -*- // Prototypes for GLIBC thread locale __-prefixed functions -*- C++ -*-
// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010 // Copyright (C) 2002-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper for underlying C-language localization -*- C++ -*- // Wrapper for underlying C-language localization -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// 2011 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper for underlying C-language localization -*- C++ -*- // Wrapper for underlying C-language localization -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::codecvt implementation details, GNU version -*- C++ -*- // std::codecvt implementation details, GNU version -*- C++ -*-
// Copyright (C) 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2002-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::collate implementation details, GNU version -*- C++ -*- // std::collate implementation details, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2005, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::ctype implementation details, GNU version -*- C++ -*- // std::ctype implementation details, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// 2011 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::messages implementation details, GNU version -*- C++ -*- // std::messages implementation details, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2005, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::messages implementation details, GNU version -*- C++ -*- // std::messages implementation details, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::moneypunct implementation details, GNU version -*- C++ -*- // std::moneypunct implementation details, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2012 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::numpunct implementation details, GNU version -*- C++ -*- // std::numpunct implementation details, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::time_get, std::time_put implementation, GNU version -*- C++ -*- // std::time_get, std::time_put implementation, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::time_get, std::time_put implementation, GNU version -*- C++ -*- // std::time_get, std::time_put implementation, GNU version -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// 2009, 2010, 2011
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper for underlying C-language localization -*- C++ -*- // Wrapper for underlying C-language localization -*- C++ -*-
// Copyright (C) 2001, 2002, 2009, 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Wrapper for underlying C-language localization -*- C++ -*- // Wrapper for underlying C-language localization -*- C++ -*-
// Copyright (C) 2001, 2002, 2005, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*- // std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*-
// Copyright (C) 2001, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*- // std::messages implementation details, IEEE 1003.1-200x version -*- C++ -*-
// Copyright (C) 2001, 2009, 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// std::ctype implementation details, newlib version -*- C++ -*- // std::ctype implementation details, newlib version -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level type for atomic operations -*- C++ -*- // Low-level type for atomic operations -*- C++ -*-
// Copyright (C) 2004, 2009, 2010 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Low-level functions for atomic operations: AIX version -*- C++ -*- // Low-level functions for atomic operations: AIX version -*- C++ -*-
// Copyright (C) 2000, 2001, 2004, 2005, 2009, 2011 // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 1999, 2000, 2003, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 1999-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2009, 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for AIX -*- C++ -*- // Specific definitions for AIX -*- C++ -*-
// Copyright (C) 2000, 2002, 2005, 2008, 2009, 2010 // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2010-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2010-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for Bionic -*- C++ -*- // Specific definitions for Bionic -*- C++ -*-
// Copyright (C) 2010 Free Software Foundation, Inc. // Copyright (C) 2010-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2003, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2003, 2004, 2009, 2010, 2011 // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for Darwin -*- C++ -*- // Specific definitions for Darwin -*- C++ -*-
// Copyright (C) 2004, 2009, 2012 Free Software Foundation, Inc. // Copyright (C) 2004-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2003, 2004, 2005, 2009, 2010, 2011 // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for BSD -*- C++ -*- // Specific definitions for BSD -*- C++ -*-
// Copyright (C) 2000, 2002, 2009 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2009, 2011, 2012 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2009, 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for NetBSD -*- C++ -*- // Specific definitions for NetBSD -*- C++ -*-
// Copyright (C) 2000, 2009 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2009, 2012 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011, 2012 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2010, 2012 Free Software Foundation, Inc. // Copyright (C) 2010-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for OpenBSD -*- C++ -*- // Specific definitions for OpenBSD -*- C++ -*-
// Copyright (C) 2000, 2002, 2009, 2012 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2001, 2003, 2009, 2011 Free Software Foundation, Inc. // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2001, 2002, 2003, 2004, 2005, 2009, 2010, 2011 // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for DJGPP platform -*- C++ -*- // Specific definitions for DJGPP platform -*- C++ -*-
// Copyright (C) 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2010-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Specific definitions for DJGPP -*- C++ -*- // Specific definitions for DJGPP -*- C++ -*-
// Copyright (C) 2001, 2005, 2009, 2010 Free Software Foundation, Inc. // Copyright (C) 2001-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 1997, 1998, 1999, 2003, 2009, 2010, 2011 // Copyright (C) 1997-2013 Free Software Foundation, Inc.
// Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2011 Free Software Foundation, Inc. // Copyright (C) 2011-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
// Locale support -*- C++ -*- // Locale support -*- C++ -*-
// Copyright (C) 2000, 2003, 2009, 2010, 2011 Free Software Foundation, Inc. // Copyright (C) 2000-2013 Free Software Foundation, Inc.
// //
// This file is part of the GNU ISO C++ Library. This library is free // 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 // software; you can redistribute it and/or modify it under the
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment