Commit 097588e4 by Paolo Carlini Committed by Paolo Carlini

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
parent ed146156
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> 2005-10-29 Carey Evans <carey.evans@gmail.com>
PR libstdc++/22087 PR libstdc++/22087
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c assert.h, * 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 * 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... // No include guards on this header...
......
// -*- C++ -*- forwarding header. // -*- 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 // 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
...@@ -37,7 +38,8 @@ ...@@ -37,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c ctype.h, * 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 * 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 #ifndef _GLIBCXX_CCTYPE
......
// The -*- C++ -*- forwarding header. // 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 // 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
...@@ -37,7 +38,8 @@ ...@@ -37,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c errno.h, * 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 * 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 #ifndef _GLIBCXX_CERRNO
......
// -*- C++ -*- forwarding header. // -*- 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 // 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
...@@ -37,7 +38,8 @@ ...@@ -37,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c float.h, * 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 * 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 #ifndef _GLIBCXX_CFLOAT
......
// -*- C++ -*- forwarding header. // -*- 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 // 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
...@@ -33,5 +33,6 @@ ...@@ -33,5 +33,6 @@
* *
* This is the C++ version of the Standard C Library header @c iso646.h, * 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 * 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).
*/ */
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c limits.h, * 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 * 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 #ifndef _GLIBCXX_CLIMITS
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c locale.h, * 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 * 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 #ifndef _GLIBCXX_CLOCALE
......
// -*- C++ -*- C forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c math.h, * 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 * 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 #ifndef _GLIBCXX_CMATH
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c setjmp.h, * 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 * 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 #ifndef _GLIBCXX_CSETJMP
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c signal.h, * 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 * 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 #ifndef _GLIBCXX_CSIGNAL
......
// -*- C++ -*- forwarding header. // -*- 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 // 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
...@@ -37,7 +38,8 @@ ...@@ -37,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c stdarg.h, * 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 * 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 #ifndef _GLIBCXX_CSTDARG
......
// -*- C++ -*- forwarding header. // -*- 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 // 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
...@@ -37,7 +38,8 @@ ...@@ -37,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c stddef.h, * 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 * 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 #ifndef _GLIBCXX_CSTDDEF
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c stdio.h, * 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 * 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 #ifndef _GLIBCXX_CSTDIO
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c stdlib.h, * 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 * 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 #ifndef _GLIBCXX_CSTDLIB
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c string.h, * 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 * 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 #ifndef _GLIBCXX_CSTRING
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c time.h, * 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 * 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 #ifndef _GLIBCXX_CTIME
......
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c wchar.h, * 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 * 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 #ifndef _GLIBCXX_CWCHAR
......
// -*- C++ -*- forwarding header. // -*- 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. // 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
...@@ -38,7 +38,8 @@ ...@@ -38,7 +38,8 @@
* *
* This is the C++ version of the Standard C Library header @c wctype.h, * 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 * 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 #ifndef _GLIBCXX_CWCTYPE
......
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