gcc/libstdc++-v3/doc/xml/manual
Benjamin Kosnik 4cdc876153 [multiple changes]
2009-10-05  Benjamin Kosnik  <bkoz@redhat.com>
	    Edward Smith-Rowland  <3dw4rd@verizon.net>

	* include/decimal/decimal: Warn if decimal floating point types
	are not available.
	* acinclude.m4 (GLIBCXX_ENABLE_DECIMAL_FLOAT): New.
	* configure.ac: Use it.
	* configure: Regenerate.
	* config.h.in: Regenerate.

2009-10-05  Benjamin Kosnik  <bkoz@redhat.com>

	* include/Makefile.am: Remove stray line break.

	* include/decimal/decimal: Brief class doxygen markup.
	* libsupc++/exception: Whitespace cleanup.

	* testsuite/libstdc++-dg/conformance.exp: Add testsuite directory
	decimal.
	* scripts/create_testsuite_files (dlist): Same.

	* doc/xml/manual/using.xml: One column in table. Move after TR1.

	* testsuite/decimal/bad-cast.cc: Move to...
	* testsuite/decimal/cast_neg.cc: ...here.
	* testsuite/decimal/bad-mixed-mode.cc: Move to...
	* testsuite/decimal/mixed-mode_neg.cc: ...here.
	* testsuite/decimal/bad-operator.cc: Move to...
	* testsuite/decimal/operator_neg.cc: ...here.

	* doc/doxygen/user.cfg.in (INPUT): Add decimal/decimal.

2009-10-05  Janis Johnson  <janis187@us.ibm.com>

	* doc/Makefile.am: Process new file.
	* doc/xml/manual/intro.xml: Ditto.
	* doc/xml/manual/using.xml: Document new header.
	* doc/xml/manual/status_cxxdecimal.xml: New file.
	* include/Makefile.am: Process new headers.
	* include/decimal/decimal: New file.
	* include/decimal/decimal.h: New file.

2009-10-05  Janis Johnson  <janis187@us.ibm.com>

	* testsuite/decimal: New directory.
	* testsuite/decimal/bad-cast.cc: New test.
	* testsuite/decimal/bad-mixed-mode.cc: New test.
	* testsuite/decimal/bad-operator.cc: New test.
	* testsuite/decimal/binary-arith.cc: New test.
	* testsuite/decimal/comparison.cc: New test.
	* testsuite/decimal/compound-assignment.cc: New test.
	* testsuite/decimal/compound-assignment-memfunc.cc: New test.
	* testsuite/decimal/conversion-from-float.cc: New test.
	* testsuite/decimal/conversion-from-integral.cc: New test.
	* testsuite/decimal/conversion-to-generic-float.cc: New test.
	* testsuite/decimal/conversion-to-integral.cc: New test.
	* testsuite/decimal/ctor.cc: New test.
	* testsuite/decimal/incdec.cc: New test.
	* testsuite/decimal/incdec-memfunc.cc: New test.
	* testsuite/decimal/make-decimal.cc: New test.
	* testsuite/decimal/unary-arith.cc: New test.

From-SVN: r152457
2009-10-05 17:42:00 +00:00
..
abi.xml intro.xml: Escape '&', validate. 2009-07-21 04:28:41 +00:00
algorithms.xml intro.xml: Escape '&', validate. 2009-07-21 04:28:41 +00:00
allocator.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
appendix_contributing.xml appendix_contributing.xml: Adjust link to coreutils. 2009-09-21 20:15:07 +00:00
appendix_free.xml spine.xml: Remove unused license entity, update copyright year. 2009-04-15 03:11:37 +00:00
appendix_porting.xml spine.xml: Remove unused license entity, update copyright year. 2009-04-15 03:11:37 +00:00
auto_ptr.xml intro.xml: Escape '&', validate. 2009-07-21 04:28:41 +00:00
backwards_compatibility.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
bitmap_allocator.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
build_hacking.xml Cleanups after the update to Autoconf 2.64, Automake 1.11. 2009-08-22 13:41:50 +00:00
codecvt.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
concurrency.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
configure.xml configure.xml: Consistent placement of ABI-changing options, clarify --enable-clocale. 2009-07-29 01:53:49 +00:00
containers.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
ctype.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
debug.xml merge branch profile-stdlib 2009-10-03 02:17:41 +00:00
debug_mode.xml intro.xml: Escape '&', validate. 2009-07-21 04:28:41 +00:00
diagnostics.xml intro.xml: Escape '&', validate. 2009-07-21 04:28:41 +00:00
evolution.xml intro.xml: Escape '&', validate. 2009-07-21 04:28:41 +00:00
extensions.xml merge branch profile-stdlib 2009-10-03 02:17:41 +00:00
internals.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
intro.xml [multiple changes] 2009-10-05 17:42:00 +00:00
io.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
iterators.xml intro.xml: Escape '&', validate. 2009-07-20 19:20:27 +00:00
locale.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
localization.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
messages.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
mt_allocator.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
numerics.xml status_cxx1998.xml: Update to new table style. 2009-04-15 23:26:59 +00:00
parallel_mode.xml intro.xml: Escape '&', validate. 2009-07-21 04:28:41 +00:00
prerequisites.xml Makefile.am: Edit xml file list. 2008-08-28 00:44:45 +00:00
profile_mode.xml merge branch profile-stdlib 2009-10-03 02:17:41 +00:00
shared_ptr.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
spine.xml intro.xml: Escape '&', validate. 2009-07-20 20:35:28 +00:00
status_cxx200x.xml status_cxx200x.xml: Note missing constexpr for random number engines... 2009-05-12 22:16:52 +00:00
status_cxx1998.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
status_cxxtr1.xml authors.xml: Add space. 2009-04-24 20:39:16 +00:00
status_cxxtr24733.xml [multiple changes] 2009-10-05 17:42:00 +00:00
strings.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
support.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
test.xml intro.xml: Escape '&', validate. 2009-07-21 02:47:00 +00:00
using.xml [multiple changes] 2009-10-05 17:42:00 +00:00
utilities.xml status_cxx1998.xml: Update to new table style. 2009-04-15 23:26:59 +00:00