OSDN Git Service

2002-01-02 Paolo Carlini <pcarlini@unitus.it>
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / ChangeLog
index 420b7cd..bead9f7 100644 (file)
@@ -1,3 +1,104 @@
+2002-01-03  Paolo Carlini  <pcarlini@unitus.it>
+
+       * include/bits/stl_numeric.h (power + helpers, iota):  Move to...
+       * include/ext/numeric:  ...here, new file.
+        * include/bits/stl_function.h (identity_element, unary_compose,
+       binary_compose, compose1, compose2, identity, select1st,
+       select2nd, project1st + helper, project2nd + helper,
+       constant_void_fun + helper, constant_unary_fun + helper,
+       costant_binary_fun + helper, constant0, constant1, constant2,
+       subtractive_rng, mem_fun1, mem_fun1_ref):  Move to...
+        * include/ext/functional:  ...here, new file.
+        * include/Makefile.am (ext_headers):  Add new files.
+        * include/Makefile.in:  Regenerate.
+        * testsuite/ext/headers.cc:  Include <ext/numeric> and
+       <ext/functional>.
+       * include/backward/algo.h:  Include <ext/numeric>, tweak.
+       * include/backward/function.h:  Include <ext/functional>, tweak.
+        * include/ext/ropeimpl.h:  Include <ext/numeric>.
+
+Thu Jan  3 11:05:41 2002  Jeffrey A Law  (law@redhat.com)
+
+        * config/os/hpux/bits/os_defines.h: Prefix __strtoll and
+        __strtoull declarations with __extension__.
+
+2002-01-03  David Billinghurst <David.Billinghurst@riotinto.com>
+
+       * testsuite/lib/prune.exp: Correct regular expression for
+       -ffunction-sections
+
+2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
+
+       * include/bits/stl_algo.h (upper_bound, equal_range, binary_search):
+       Change concept checks, as with lower_bound and PR 2054.
+       * testsuite/ext/concept_checks.cc:  Expand test to include those.
+
+2002-01-02  Phil Edwards  <pme@gcc.gnu.org>
+
+       * include/bits/boost_concept_check.h:  Import some changes from
+       upsteam (Boost) version.
+
+2002-01-02  Paolo Carlini  <pcarlini@unitus.it>
+
+       * include/bits/stl_algobase.h (copy_n + helpers,
+       lexicographical_compare_3way + helpers):  Move to...
+       * include/ext/algorithm:  ...here.
+        * include/bits/stl_uninitialized.h (uninitialized_copy_n +
+        helpers):  Move to...
+        * include/ext/memory:  ...here, new file.
+        * include/Makefile.am (ext_headers):  Add new file.
+        * include/Makefile.in:  Regenerate.
+        * testsuite/ext/headers.cc:  Include <ext/memory>.
+       * include/backward/algobase.h:  Include <ext/memory> and
+       <ext/algorithm>, tweak.
+        * include/ext/ropeimpl.h:  Include <ext/memory>, tweak.
+       * include/ext/stl_rope.h:  Include <ext/memory>, tweak.
+
+2002-01-01  Roger Sayle <roger@eyesopen.com>
+
+       * libmath/stubs.c (sinf,cosf): Implement stubs to enable the
+       equivalent ___builtin__ versions.
+
+       * include/c_shadow/bits/std_cmath.h: All __builtin math functions
+       are available in libstdc++ as the necessary stub implementations
+       are provided by libmath/stubs.c.
+
+2002-01-01  Jason Thorpe  <thorpej@wasabisystems.com>
+
+       * configure.in: Add support for NetBSD cross compiles.
+       * configure: Regenerate.
+
+2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
+
+       * include/ext/iterator:  Add #include <bits/std_iterator.h>, tweak.
+       * testsuite/ext/headers.cc:  Add <ext/iterator>.
+
+2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
+
+       * include/backward/algo.h:  Add two more using declarations.
+       * include/backward/iterator.h:  Include <ext/iterator>,
+       add using declaration.
+       * include/ext/algorithm:  Add #pragma GCC system_header.
+
+2001-12-31  Phil Edwards  <pme@gcc.gnu.org>
+
+       * include/bits/stl_bvector.h:  Change calls to 3-argument distance()
+       into standard 2-argument version.
+       * include/bits/stl_deque.h:  Likewise.
+       * include/bits/stl_tempbuf.h:  Likewise.
+       * include/bits/stl_tree.h:  Likewise.
+       * include/bits/stl_vector.h:  Likewise.
+       * include/ext/stl_hashtable.h:  Likewise.
+       * include/bits/stl_iterator_base_funcs.h:  Move distance() extension...
+       * include/ext/iterator:  to here.  New file.
+       * include/Makefile.am (ext_headers):  Add new file, alphabatize.
+       * include/Makefile.in:  Regenerate.
+
+2001-12-31  Phil Edwards  <pme@gcc.gnu.org>
+
+       * include/bits/stl_deque.h:  Doxygenate with initial/example hooks.
+       Clean up spacing and indentation.
+
 2001-12-31  Paolo Carlini  <pcarlini@unitus.it>
 
        * include/ext/slist:  Move into __gnu_cxx,
 
        * include/backward/algo.h:  Include <ext/algorithm>,
        tweak using declarations.
-       
+
 2001-12-29  Richard Henderson  <rth@redhat.com>
 
        * config/os/hpux/bits/os_defines.h: Don't define __glibcpp_long_bits.
        (back_insert_iterator): Uglify member container to _M_container.
        (front_insert_iterator): Same.
        (insert_iterator): Same.
-       
+
 2001-12-25  Gabriel Dos Reis  <gdr@merlin.codesourcery.com>
 
        * include/bits/std_limits.h (__glibcpp_xxx_is_modulo): New
        for strtoll and strtoull.
 
 2001-12-21  Jeffrey A Law  <law@redhat.com>
-       
+
        * config/os/hpux/bits/os_defines.h: Include <sys/_inttypes.h.
        Define strtoll and strtoull.  Provide prototypes for
        __strtoll and __strtoull.  Define _GLIBCPP_USE_LONG_LONG
 2001-12-19  David Billinghurst <David.Billinghurst@riotinto.com>
 
        libstdc++-v3/5148
-       * testsuite/lib/libstdc++-v3-dg.exp:  Append .exe to 
+       * testsuite/lib/libstdc++-v3-dg.exp:  Append .exe to
        executable filenames
 
 2001-12-18  Benjamin Kosnik  <bkoz@redhat.com>
        enabling gnu model.
        * aclocal.m4: Rebuild.
        * configure: Rebuild.
-       
+
 2001-12-18  Paolo Carlini  <pcarlini@unitus.it>
            Nathan Myers  <ncm@cantrip.org>
-       
+
        * include/bits/basic_string.h (assign(__str, __pos, __n)):
        Call assign(__s, __n).
        (assign(__s, __n)): Terminate the string with _S_terminal.
        on linux by default.
        * aclocal.m4: Regenerate.
        * configure: Regenerate.
-       
+
 2001-12-14  Benjamin Kosnik  <bkoz@redhat.com>
 
        Clean up initialization and simplfy caching of underlying "C"
        * config/os/gnu-linux/bits/ctype_inline.h: Tweak.
        * config/os/gnu-linux/bits/ctype_noninline.h: Adjust initializations.
        * include/bits/locale_facets.h (ctype<char>::_M_c_locale_ctype): Add.
-       Adjust ctors, dtors. 
+       Adjust ctors, dtors.
        (ctype<char>::_M_toupper): Remove const&.
        (ctype<char>::_M_tolower): Remove const&.
-       (ctype<char>::_M_ctable): Remove const&.        
-       
+       (ctype<char>::_M_ctable): Remove const&.
+
        * include/bits/locale_facets.h (collate): Clean up initialization
        of _M_c_locale_collate in ctors and dtors.
        * config/locale/collate_members_gnu.cc: Always use extended
        * include/bits/localefwd.h: Clean. Move dtor definitions to
        * src/locale.cc: Here.
        * testsuite/22_locale/facet.cc: Fix spelling.
-       
+
        Named locale support for ctype<wchar_t>.
        * acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Add variable
        ctype_members_* bits.