re PR libstdc++/20213 (cassert header documentation wrong)
2005-10-30 Paolo Carlini <pcarlini@suse.de> PR libstdc++/20213 * include/c_std/std_csignal.h: Adjust comment as per 17.4.1.2/4. * include/c_std/std_cstdlib.h: Likewise. * include/c_std/std_cstdio.h: Likewise. * include/c_std/std_cstdarg.h: Likewise. * include/c_std/std_cctype.h: Likewise. * include/c_std/std_cerrno.h: Likewise. * include/c_std/std_cmath.h: Likewise. * include/c_std/std_ciso646.h: Likewise. * include/c_std/std_ctime.h: Likewise. * include/c_std/std_clocale.h: Likewise. * include/c_std/std_climits.h: Likewise. * include/c_std/std_cassert.h: Likewise. * include/c_std/std_csetjmp.h: Likewise. * include/c_std/std_cwchar.h: Likewise. * include/c_std/std_cfloat.h: Likewise. * include/c_std/std_cstring.h: Likewise. * include/c_std/std_cstddef.h: Likewise. * include/c_std/std_cwctype.h: Likewise. From-SVN: r106253
This commit is contained in:
parent
ed146156e0
commit
097588e4e4
@ -1,3 +1,25 @@
|
||||
2005-10-30 Paolo Carlini <pcarlini@suse.de>
|
||||
|
||||
PR libstdc++/20213
|
||||
* include/c_std/std_csignal.h: Adjust comment as per 17.4.1.2/4.
|
||||
* include/c_std/std_cstdlib.h: Likewise.
|
||||
* include/c_std/std_cstdio.h: Likewise.
|
||||
* include/c_std/std_cstdarg.h: Likewise.
|
||||
* include/c_std/std_cctype.h: Likewise.
|
||||
* include/c_std/std_cerrno.h: Likewise.
|
||||
* include/c_std/std_cmath.h: Likewise.
|
||||
* include/c_std/std_ciso646.h: Likewise.
|
||||
* include/c_std/std_ctime.h: Likewise.
|
||||
* include/c_std/std_clocale.h: Likewise.
|
||||
* include/c_std/std_climits.h: Likewise.
|
||||
* include/c_std/std_cassert.h: Likewise.
|
||||
* include/c_std/std_csetjmp.h: Likewise.
|
||||
* include/c_std/std_cwchar.h: Likewise.
|
||||
* include/c_std/std_cfloat.h: Likewise.
|
||||
* include/c_std/std_cstring.h: Likewise.
|
||||
* include/c_std/std_cstddef.h: Likewise.
|
||||
* include/c_std/std_cwctype.h: Likewise.
|
||||
|
||||
2005-10-29 Carey Evans <carey.evans@gmail.com>
|
||||
|
||||
PR libstdc++/22087
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c assert.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
// No include guards on this header...
|
||||
|
@ -1,6 +1,7 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// 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
|
||||
@ -37,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c ctype.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CCTYPE
|
||||
|
@ -1,6 +1,7 @@
|
||||
// The -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2001, 2002 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// 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
|
||||
@ -37,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c errno.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CERRNO
|
||||
|
@ -1,6 +1,7 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// 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
|
||||
@ -37,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c float.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CFLOAT
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 2001 Free Software Foundation, Inc.
|
||||
// Copyright (C) 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
|
||||
//
|
||||
// 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
|
||||
@ -33,5 +33,6 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c iso646.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2002
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c limits.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CLIMITS
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c locale.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CLOCALE
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- C forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c math.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CMATH
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c setjmp.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CSETJMP
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c signal.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CSIGNAL
|
||||
|
@ -1,6 +1,7 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// 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
|
||||
@ -37,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c stdarg.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CSTDARG
|
||||
|
@ -1,6 +1,7 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2002 Free Software Foundation, Inc.
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// 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
|
||||
@ -37,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c stddef.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CSTDDEF
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c stdio.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CSTDIO
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c stdlib.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CSTDLIB
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c string.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CSTRING
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c time.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CTIME
|
||||
|
@ -38,7 +38,8 @@
|
||||
*
|
||||
* 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.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CWCHAR
|
||||
|
@ -1,6 +1,6 @@
|
||||
// -*- C++ -*- forwarding header.
|
||||
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2005
|
||||
// Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
|
||||
// Free Software Foundation, Inc.
|
||||
//
|
||||
// This file is part of the GNU ISO C++ Library. This library is free
|
||||
@ -38,7 +38,8 @@
|
||||
*
|
||||
* This is the C++ version of the Standard C Library header @c wctype.h,
|
||||
* and its contents are (mostly) the same as that header, but are all
|
||||
* contained in the namespace @c std.
|
||||
* contained in the namespace @c std (except for names which are defined
|
||||
* as macros in C).
|
||||
*/
|
||||
|
||||
#ifndef _GLIBCXX_CWCTYPE
|
||||
|
Loading…
Reference in New Issue
Block a user