gcc/libstdc++-v3/include/bits
Paolo Carlini 01b0d4b85a stl_numeric.h (power + helpers, iota): Move to...
2002-01-02  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>.

From-SVN: r48519
2002-01-03 19:02:18 +00:00
..
basic_file.h basic_file.h (__basic_file::fd): New function. 2001-12-17 17:08:57 +00:00
basic_ios.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
basic_ios.tcc basic_ios.tcc: Formatting tweaks. 2001-06-06 01:31:58 +00:00
basic_string.h basic_string.h (insert(__pos, __s, __n)): Optimize by avoiding temporaries and working in-place when possible. 2001-12-28 14:00:18 +00:00
basic_string.tcc 2001-12-15 Paolo Carlini <pcarlini@unitus.it> 2001-12-16 01:02:17 +00:00
boost_concept_check.h boost_concept_check.h: Import some changes from upsteam (Boost) version. 2002-01-03 03:21:19 +00:00
c++config Daily bump. 2002-01-03 08:16:20 +00:00
char_traits.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
codecvt.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
concept_check.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
cpp_type_traits.h acconfig.h: Update comments. 2001-11-02 22:31:03 +00:00
fpos.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
fstream.tcc basic_file.h (__basic_file::fd): New function. 2001-12-17 17:08:57 +00:00
functexcept.h algo.h: Use std not __STD. 2001-03-04 21:34:02 +00:00
generic_shadow.h include: New directory. 2000-10-05 11:27:02 +00:00
gslice.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
gslice_array.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
indirect_array.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
ios_base.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
istream.tcc Numeric facets cleanup. 2001-11-28 04:07:11 +00:00
locale_facets.h Clean up initialization and simplfy caching of underlying "C" locale objects. 2001-12-15 07:05:04 +00:00
locale_facets.tcc locale_facets.tcc (collate::do_transform): Adjust implicit typename. 2001-12-27 12:13:23 +00:00
localefwd.h Clean up initialization and simplfy caching of underlying "C" locale objects. 2001-12-15 07:05:04 +00:00
mask_array.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
ostream.tcc locale_facets.tcc (__pad): Add bool parameter to correctly pad internal-adjusted const char*-type objects. 2001-11-29 22:31:02 +00:00
pthread_allocimpl.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
slice.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
slice_array.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
sstream.tcc backport: basic_string.h: Qualify symbols with 'template'. 2001-07-20 00:09:31 +00:00
std_algorithm.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_bitset.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
std_complex.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_deque.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_fstream.h basic_file.h (__basic_file::fd): New function. 2001-12-17 17:08:57 +00:00
std_functional.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_iomanip.h exception (bad_exception::~bad_exception()): Remove declaration. 2001-12-01 04:56:03 +00:00
std_ios.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_iosfwd.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_iostream.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_istream.h Numeric facets cleanup. 2001-11-28 04:07:11 +00:00
std_iterator.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_limits.h std_limits.h (__glibcpp_xxx_is_modulo): New macros for signed types; default value is true. 2001-12-25 13:53:56 +00:00
std_list.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_locale.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_map.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_memory.h Intro.3: New 'Allocators' module. 2001-12-19 21:57:43 +00:00
std_numeric.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_ostream.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_queue.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_set.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_sstream.h ChangeLog, [...]: Fix spelling errors. 2001-11-23 16:29:02 +00:00
std_stack.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_stdexcept.h run_doxygen: Don't keep output from previous run. 2001-07-11 19:35:49 +00:00
std_streambuf.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_string.h 2001-12-15 Paolo Carlini <pcarlini@unitus.it> 2001-12-16 01:02:17 +00:00
std_utility.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_valarray.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
std_vector.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
stl_algo.h re PR libstdc++/2054 (g++-3 rejects legal code, accepted by g++-2.95.2 (functors)) 2002-01-03 04:44:07 +00:00
stl_algobase.h stl_algobase.h (copy_n + helpers, [...]): Move to... 2002-01-02 12:16:56 +00:00
stl_alloc.h Intro.3: New 'Allocators' module. 2001-12-19 21:57:43 +00:00
stl_bvector.h stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument version. 2001-12-31 16:16:17 +00:00
stl_construct.h Makefile.am (doxygen-maint): The script isn't executable in CVS. 2001-11-24 03:28:27 +00:00
stl_deque.h stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument version. 2001-12-31 16:16:17 +00:00
stl_function.h stl_numeric.h (power + helpers, iota): Move to... 2002-01-03 19:02:18 +00:00
stl_heap.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
stl_iterator.h insert_iterator.cc (test02): Add. 2001-12-26 21:56:17 +00:00
stl_iterator_base_funcs.h stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument version. 2001-12-31 16:16:17 +00:00
stl_iterator_base_types.h Intro.3: New 'Allocators' module. 2001-12-19 21:57:43 +00:00
stl_list.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
stl_map.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
stl_multimap.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
stl_multiset.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
stl_numeric.h stl_numeric.h (power + helpers, iota): Move to... 2002-01-03 19:02:18 +00:00
stl_pair.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
stl_pthread_alloc.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
stl_queue.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
stl_raw_storage_iter.h Intro.3: New 'Allocators' module. 2001-12-19 21:57:43 +00:00
stl_relops.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
stl_set.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
stl_stack.h std_bitset.h: Use GLIBCPP in multiple-inclusion guard. 2001-12-06 20:29:31 +00:00
stl_tempbuf.h stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument version. 2001-12-31 16:16:17 +00:00
stl_threads.h [multiple changes] 2001-12-04 20:13:41 +00:00
stl_tree.h stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument version. 2001-12-31 16:16:17 +00:00
stl_uninitialized.h stl_algobase.h (copy_n + helpers, [...]): Move to... 2002-01-02 12:16:56 +00:00
stl_vector.h stl_bvector.h: Change calls to 3-argument distance() into standard 2-argument version. 2001-12-31 16:16:17 +00:00
stream_iterator.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
streambuf.tcc [multiple changes] 2001-10-26 05:32:06 +00:00
streambuf_iterator.h Numeric facets cleanup. 2001-11-28 04:07:11 +00:00
stringfwd.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
type_traits.h acconfig.h: Update comments. 2001-11-02 22:31:03 +00:00
valarray_array.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00
valarray_array.tcc include: New directory. 2000-10-05 11:27:02 +00:00
valarray_meta.h c_io_stdio.h: Correct grammar in comments. 2001-11-02 17:38:11 +00:00