diff options
author | Benjamin Kosnik <bkoz@redhat.com> | 2001-01-12 21:36:32 +0000 |
---|---|---|
committer | Benjamin Kosnik <bkoz@gcc.gnu.org> | 2001-01-12 21:36:32 +0000 |
commit | 051d74bfd5ea80250cb3258998ff1069d80e9273 (patch) | |
tree | ec1b4e5eb198f1506c7020cc81a5c4e8f1c58d87 | |
parent | 976448273e4af10eee38044d43a0fe0930a10f16 (diff) | |
download | gcc-051d74bfd5ea80250cb3258998ff1069d80e9273.zip gcc-051d74bfd5ea80250cb3258998ff1069d80e9273.tar.gz gcc-051d74bfd5ea80250cb3258998ff1069d80e9273.tar.bz2 |
*: Fix dates.
2001-01-12 Benjamin Kosnik <bkoz@redhat.com>
* 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
-rw-r--r-- | libstdc++-v3/ChangeLog | 2 | ||||
-rw-r--r-- | libstdc++-v3/config/os/djgpp/bits/ctype_base.h | 2 | ||||
-rw-r--r-- | libstdc++-v3/config/os/djgpp/bits/ctype_inline.h | 2 | ||||
-rw-r--r-- | 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 84efd3b..6bfbfb2 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,7 @@ 2001-01-12 Benjamin Kosnik <bkoz@redhat.com> + * 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 1c41fbd..b64f470 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 52ec0d6..e17fe6d 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 d13f987..bbcab08 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 |