aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2002-01-03re PR libstdc++/2054 (g++-3 rejects legal code, accepted by g++-2.95.2 (funct...Phil Edwards1-0/+6
2002-01-03boost_concept_check.h: Import some changes from upsteam (Boost) version.Phil Edwards1-0/+5
2002-01-02stl_algobase.h (copy_n + helpers, [...]): Move to...Paolo Carlini1-0/+16
2002-01-01stubs.c (sinf,cosf): Implement stubs to enable the equivalent ___builtin__ ve...Roger Sayle1-11/+20
2002-01-01configure.in: Add support for NetBSD cross compiles.Jason Thorpe1-0/+5
2001-12-31iterator: Add #include <bits/std_iterator.h>, tweak.Paolo Carlini1-0/+5
2001-12-31algo.h: Add two more using declarations.Paolo Carlini1-0/+7
2001-12-31stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument...Phil Edwards1-0/+14
2001-12-31stl_deque.h: Doxygenate with initial/example hooks.Phil Edwards1-0/+5
2001-12-31slist: Move into __gnu_cxx, tweak, add using declarations.Paolo Carlini1-0/+5
2001-12-31hash_map: Move into __gnu_cxx, tweak, add using declarations.Paolo Carlini1-0/+12
2001-12-31algo.h: Include <ext/algorithm>, tweak using declarations.Paolo Carlini1-0/+5
2001-12-29os_defines.h: Don't define __glibcpp_long_bits.Richard Henderson1-63/+69
2001-12-28cpu_limits.h: New file.Richard Henderson1-0/+6
2001-12-28c++config: Move doxygen hook comment...Phil Edwards1-0/+5
2001-12-28re PR libstdc++/2054 (g++-3 rejects legal code, accepted by g++-2.95.2 (funct...Phil Edwards1-0/+6
2001-12-28stl_algo.h (count returning void, [...]): Move to...Paolo Carlini1-0/+10
2001-12-28basic_string.h (insert(__pos, __s, __n)): Optimize by avoiding temporaries an...Paolo Carlini1-0/+9
2001-12-27testsuite_hooks.h (gnu_counting_struct): Add.Phil Edwards1-0/+5
2001-12-27Fix typo in 2001-12-26 entryHans-Peter Nilsson1-1/+1
2001-12-27locale_facets.tcc (collate::do_transform): Adjust implicit typename.Paolo Carlini1-0/+11
2001-12-27re PR libstdc++/3829 (missing template instantiations)Phil Edwards1-0/+6
2001-12-26insert_iterator.cc (test02): Add.Benjamin Kosnik1-5/+18
2001-12-25std_limits.h (__glibcpp_xxx_is_modulo): New macros for signed types; default ...Gabriel Dos Reis1-0/+7
2001-12-23os_defines.h: Do not include <_sys/inttypes.h>.Jeff Law1-0/+6
2001-12-22* configure.target (CPULIMITSH): Fix typo in alpha case.Richard Henderson1-0/+4
2001-12-22os_defines.h: Update to avoid #defines for strtoll and strtoull.Jeff Law1-0/+5
2001-12-21os_defines.h: Include <sys/_inttypes.h.Jeff Law1-0/+5
2001-12-21* src/locale-inst.cc: Include <bits/std_cstdlib.h>Jeff Law1-0/+2
2001-12-21* configure.target: Fix typo in hpux case.Jeff Law1-0/+4
2001-12-21stl_rope.h (_Rope_iterator): Add local typedef to fix implicit typename probl...Paolo Carlini1-0/+5
2001-12-19Intro.3: New 'Allocators' module.Phil Edwards1-0/+22
2001-12-19configopts.html: Describe recent options.Phil Edwards1-0/+10
2001-12-18libstdc++-v3-dg.exp: Append .exe to executable filenamesDavid Billinghurst1-0/+6
2001-12-18TODO: Update.Benjamin Kosnik1-0/+7
2001-12-18acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Extended checking before enabling gnu ...Benjamin Kosnik1-0/+7
2001-12-18basic_string.h (assign(__str, __pos, __n)): Call assign(__s, __n).Paolo Carlini1-0/+7
2001-12-18std_limits.h (__glibcpp_long_double_is_bounded): Set to true, like float and ...Benjamin Kosnik1-0/+5
2001-12-17prune.exp: New fileDavid Billinghurst1-0/+6
2001-12-17basic_file.h (__basic_file::fd): New function.Phil Edwards1-0/+8
2001-12-17Makefile.am (.po.mo): Use POSIXLY_CORRECT argument ordering.Nathan Sidwell1-0/+5
2001-12-16assign.cc (test01): Add tests.Paolo Carlini1-0/+4
2001-12-162001-12-15 Paolo Carlini <pcarlini@unitus.it>Paolo Carlini1-0/+11
2001-12-15acinclude.m4 (GLIBCPP_ENABLE_CLOCALE): Enable gnu locale model on linux by de...Benjamin Kosnik1-1/+8
2001-12-15Clean up initialization and simplfy caching of underlying "C" locale objects.Benjamin Kosnik1-0/+52
2001-12-14builtins.def: Rename BUILT_IN_FSQRT to BUILT_IN_SQRT and __builtin_fsqrt to _...Andreas Jaeger1-182/+192
2001-12-13howto.html: Fix typos.Phil Edwards1-0/+4
2001-12-13locale.cc (locale::locale(const char*)): Deal with locales named "".Benjamin Kosnik1-0/+7
2001-12-13ropeimpl.h (rope::_S_leaf_concat_char_iter, [...]): Adjust implicit typename.Paolo Carlini1-0/+10
2001-12-12Named locale support for ctype<char>.Benjamin Kosnik1-0/+33