[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commits] r16173 - in /libdfp/trunk: ChangeLog dfp/decimal/decimal
- To: commits@xxxxxxxxxx
- Subject: [Commits] r16173 - in /libdfp/trunk: ChangeLog dfp/decimal/decimal
- From: ryanarn@xxxxxxxxxx
- Date: Sat, 10 Dec 2011 17:17:43 -0000
Author: ryanarn
Date: Sat Dec 10 17:17:43 2011
New Revision: 16173
Log:
The ostream_d[32|64|128] prototypes are no longer needed or provided in
libdfp.
2011-12-10 Ryan S. Arnold <rsa@xxxxxxxxxxxxxxxxxx>
* dfp/decimal/decimal: Removed ostreamd32, ostreamd64, and
ostreamd128 prototypes.
Modified:
libdfp/trunk/ChangeLog
libdfp/trunk/dfp/decimal/decimal
Modified: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (original)
+++ libdfp/trunk/ChangeLog Sat Dec 10 17:17:43 2011
@@ -1,3 +1,8 @@
+2011-12-10 Ryan S. Arnold <rsa@xxxxxxxxxxxxxxxxxx>
+
+ * dfp/decimal/decimal: Removed ostreamd32, ostreamd64, and
+ ostreamd128 prototypes.
+
2011-12-10 Ryan S. Arnold <rsa@xxxxxxxxxxxxxxxxxx>
* decode.h: Added __BEGIN_DECLS and __END_DECLS around
Modified: libdfp/trunk/dfp/decimal/decimal
==============================================================================
--- libdfp/trunk/dfp/decimal/decimal (original)
+++ libdfp/trunk/dfp/decimal/decimal Sat Dec 10 17:17:43 2011
@@ -46,19 +46,6 @@
* ostream and istream operators. These are included in libdfp and NOT
* libstdc++ because the ostream and istream operators rely upon libdfp
* printf and strtod[32|64|128] support provided by libdfp. */
-
-/* Prototypes for functions providing ostream support in libdfp. */
-
-std::ostream &
-ostream_d32(std::ostream & os, std::decimal::decimal32 &d) __THROW;
-
-std::ostream &
-ostream_d64(std::ostream & os, std::decimal::decimal64 &d) __THROW;
-
-std::ostream &
-ostream_d128(std::ostream & os, std::decimal::decimal128 &d) __THROW;
-
-#include <stdio.h> /* pick up snprintf */
#include <float.h> /* Pick up _Decimal[32|64|128] typedefs. */
_______________________________________________
Commits mailing list
Commits@xxxxxxxxxx
http://eglibc.org/cgi-bin/mailman/listinfo/commits