From 051d74bfd5ea80250cb3258998ff1069d80e9273 Mon Sep 17 00:00:00 2001 From: Benjamin Kosnik Date: Fri, 12 Jan 2001 21:36:32 +0000 Subject: [PATCH] *: Fix dates. 2001-01-12 Benjamin Kosnik * config/os/djgpp/bits/*: Fix dates. * include/bits/basic_string.h (_S_find(const _CharT* __beg, const _CharT* __end, _CharT __c): Remove. * include/bits/basic_string.tcc: Substitute traits::find for _S_find. * include/bits/char_traits.h: Tweak. From-SVN: r38962 --- libstdc++-v3/ChangeLog | 2 ++ libstdc++-v3/config/os/djgpp/bits/ctype_base.h | 2 +- libstdc++-v3/config/os/djgpp/bits/ctype_inline.h | 2 +- libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h | 2 +- 4 files changed, 5 insertions(+), 3 deletions(-) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 84efd3bf0bd..6bfbfb2866e 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2001-01-12 Benjamin Kosnik + * config/os/djgpp/bits/*: Fix dates. + * include/bits/basic_string.h (_S_find(const _CharT* __beg, const _CharT* __end, _CharT __c): Remove. * include/bits/basic_string.tcc: Substitute traits::find for _S_find. diff --git a/libstdc++-v3/config/os/djgpp/bits/ctype_base.h b/libstdc++-v3/config/os/djgpp/bits/ctype_base.h index 1c41fbd5571..b64f4705d23 100644 --- a/libstdc++-v3/config/os/djgpp/bits/ctype_base.h +++ b/libstdc++-v3/config/os/djgpp/bits/ctype_base.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +// Copyright (C) 2001 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 diff --git a/libstdc++-v3/config/os/djgpp/bits/ctype_inline.h b/libstdc++-v3/config/os/djgpp/bits/ctype_inline.h index 52ec0d605b7..e17fe6d29ab 100644 --- a/libstdc++-v3/config/os/djgpp/bits/ctype_inline.h +++ b/libstdc++-v3/config/os/djgpp/bits/ctype_inline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 2000, 2001 Free Software Foundation, Inc. +// Copyright (C) 2001 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 diff --git a/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h b/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h index d13f987ec9a..bbcab083722 100644 --- a/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h +++ b/libstdc++-v3/config/os/djgpp/bits/ctype_noninline.h @@ -1,6 +1,6 @@ // Locale support -*- C++ -*- -// Copyright (C) 1997, 1998, 1999, 2000, 2001 Free Software Foundation, Inc. +// Copyright (C) 2001 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