[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[commits] r12248 - in /libdfp/trunk: ChangeLog README.developer README.user Versions.def configure configure.ac
- To: commits@xxxxxxxxxx
- Subject: [commits] r12248 - in /libdfp/trunk: ChangeLog README.developer README.user Versions.def configure configure.ac
- From: ryanarn@xxxxxxxxxx
- Date: Wed, 08 Dec 2010 16:47:53 -0000
Author: ryanarn
Date: Wed Dec 8 08:47:52 2010
New Revision: 12248
Log:
2010-12-03 Ryan S. Arnold <rsa@xxxxxxxxxx>
* configure: Regenerated.
* configure.ac: Incremented the version number to 1.0.4
* README.user: Updated.
* README.developer: Updated.
* Versions.def: Incremented the version number to 1.0.4
Modified:
libdfp/trunk/ChangeLog
libdfp/trunk/README.developer
libdfp/trunk/README.user
libdfp/trunk/Versions.def
libdfp/trunk/configure
libdfp/trunk/configure.ac
Modified: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (original)
+++ libdfp/trunk/ChangeLog Wed Dec 8 08:47:52 2010
@@ -1,3 +1,15 @@
+2010-12-03 Ryan S. Arnold <rsa@xxxxxxxxxx>
+
+ * configure: Regenerated.
+ * configure.ac: Incremented the version number to 1.0.4
+ * README.user: Marked empty sections with (TODO).
+ * Versions.def: Incremented the version number to 1.0.4
+
+2010-11-29 Ryan S. Arnold <rsa@xxxxxxxxxx>
+
+ * README.user: Added clarification of how to include dfp/stdlib.h,
+ dfp/fenv.h and dfp/wchar.h.
+
2010-11-29 Ryan S. Arnold <rsa@xxxxxxxxxx>
* README.user: Added clarification of how to include dfp/math.h.
Modified: libdfp/trunk/README.developer
==============================================================================
--- libdfp/trunk/README.developer (original)
+++ libdfp/trunk/README.developer Wed Dec 8 08:47:52 2010
@@ -240,6 +240,13 @@
If decimal floating point support is not available in your compiler the
libdfp configure stage will fail with a warning.
+
+Between GCC 4.3 and GCC 4.5 the compiler exported constant
+__DEC32_DENORMAL_MIN__ was changed to __DEC32_SUBNORMAL_MIN__. Libdfp now
+uses __DEC32_SUBNORMAL_MIN__. If you see errors like the following then you
+need to upgrade your compiler:
+
+ error: '__DEC32_SUBNORMAL_MIN__' undeclared (first use in this function)
---------------------------------------------------------------------------
4.6 Autoconf & GNU Make
Modified: libdfp/trunk/README.user
==============================================================================
--- libdfp/trunk/README.user (original)
+++ libdfp/trunk/README.user Wed Dec 8 08:47:52 2010
@@ -247,15 +247,18 @@
This mechanism allows Libdfp to add the Decimal interfaces required by the
specification to the aforementioned headers.
-In order to pick up the Libdfp math.h prototypes and classification macro
+In order to pick up the Libdfp prototypes and classification macro
overrides compile with the following:
-I/pathto/include/dfp/ -D__STDC_WANT_DEC_FP__
And then in the application source simply using the following include will
-pick up both /pathto/include/dfp/math.h and /usr/include/math.h:
+pick up both /pathto/include/dfp/<foo>.h and /usr/include/<foo>.h:
#include <math.h>
+#include <fenv.h>
+#include <stdlib.h>
+#include <wchar.h>
---------------------------------------------------------------------------
7. Compile and Link
@@ -350,3 +353,5 @@
Namely the negative sign of the exponent with soft-dfp for int to _Decimal
conversions.
+
+
Modified: libdfp/trunk/Versions.def
==============================================================================
--- libdfp/trunk/Versions.def (original)
+++ libdfp/trunk/Versions.def Wed Dec 8 08:47:52 2010
@@ -2,5 +2,6 @@
LIBDFP_1.0.0
LIBDFP_1.0.2
LIBDFP_1.0.3
+ LIBDFP_1.0.4
LIBDFP_PRIVATE
}
Modified: libdfp/trunk/configure
==============================================================================
--- libdfp/trunk/configure (original)
+++ libdfp/trunk/configure Wed Dec 8 08:47:52 2010
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.59 for libdfp 1.0.3.
+# Generated by GNU Autoconf 2.59 for libdfp 1.0.4.
#
# Report bugs to <rsa@xxxxxxxxxx>.
#
@@ -269,8 +269,8 @@
# Identity of this package.
PACKAGE_NAME='libdfp'
PACKAGE_TARNAME='libdfp'
-PACKAGE_VERSION='1.0.3'
-PACKAGE_STRING='libdfp 1.0.3'
+PACKAGE_VERSION='1.0.4'
+PACKAGE_STRING='libdfp 1.0.4'
PACKAGE_BUGREPORT='rsa@xxxxxxxxxx'
ac_unique_file="printf_dfp.c"
@@ -741,7 +741,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures libdfp 1.0.3 to adapt to many kinds of systems.
+\`configure' configures libdfp 1.0.4 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -802,7 +802,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of libdfp 1.0.3:";;
+ short | recursive ) echo "Configuration of libdfp 1.0.4:";;
esac
cat <<\_ACEOF
@@ -947,7 +947,7 @@
test -n "$ac_init_help" && exit 0
if $ac_init_version; then
cat <<\_ACEOF
-libdfp configure 1.0.3
+libdfp configure 1.0.4
generated by GNU Autoconf 2.59
Copyright (C) 2003 Free Software Foundation, Inc.
@@ -961,7 +961,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by libdfp $as_me 1.0.3, which was
+It was created by libdfp $as_me 1.0.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
$ $0 $@
@@ -3431,7 +3431,7 @@
} >&5
cat >&5 <<_CSEOF
-This file was extended by libdfp $as_me 1.0.3, which was
+This file was extended by libdfp $as_me 1.0.4, which was
generated by GNU Autoconf 2.59. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -3491,7 +3491,7 @@
cat >>$CONFIG_STATUS <<_ACEOF
ac_cs_version="\\
-libdfp config.status 1.0.3
+libdfp config.status 1.0.4
configured by $0, generated by GNU Autoconf 2.59,
with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
Modified: libdfp/trunk/configure.ac
==============================================================================
--- libdfp/trunk/configure.ac (original)
+++ libdfp/trunk/configure.ac Wed Dec 8 08:47:52 2010
@@ -5,7 +5,7 @@
# has a hard-coded 2.59 requirement and Libdfp doesn't really care, but can't
# control libdecnumber.
AC_PREREQ(2.59)
-AC_INIT(libdfp, 1.0.3, rsa@xxxxxxxxxx)
+AC_INIT(libdfp, 1.0.4, rsa@xxxxxxxxxx)
AC_CONFIG_SRCDIR([printf_dfp.c])
# We don't use Automake so this is necessary.