[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[commits] r12584 - in /libdfp/trunk: ChangeLog Versions.def configure configure.ac tests/test-strtod.c



Author: ryanarn
Date: Mon Jan 17 20:55:36 2011
New Revision: 12584

Log:
Increment Libdfp to version 1.0.5.

2011-1-17  Ryan S. Arnold  <rsa@xxxxxxxxxx>

	* configure: Regenerated.
	* tests/test-strtod.c: Removed unnecessary test cases.
	* configure.ac: Incremented the version number to 1.0.5.
	* Versions.def: Incremented the version number to 1.0.5.

Modified:
    libdfp/trunk/ChangeLog
    libdfp/trunk/Versions.def
    libdfp/trunk/configure
    libdfp/trunk/configure.ac
    libdfp/trunk/tests/test-strtod.c

Modified: libdfp/trunk/ChangeLog
==============================================================================
--- libdfp/trunk/ChangeLog (original)
+++ libdfp/trunk/ChangeLog Mon Jan 17 20:55:36 2011
@@ -1,3 +1,10 @@
+2011-1-17  Ryan S. Arnold  <rsa@xxxxxxxxxx>
+
+	* configure: Regenerated.
+	* tests/test-strtod.c: Removed unnecessary test cases.
+	* configure.ac: Incremented the version number to 1.0.5.
+	* Versions.def: Incremented the version number to 1.0.5.
+
 2011-01-17  Ryan S. Arnold  <rsa@xxxxxxxxxx>
 
 	* Makefile.in (libdfp_tests): Added test-log10d.

Modified: libdfp/trunk/Versions.def
==============================================================================
--- libdfp/trunk/Versions.def (original)
+++ libdfp/trunk/Versions.def Mon Jan 17 20:55:36 2011
@@ -3,5 +3,6 @@
   LIBDFP_1.0.2
   LIBDFP_1.0.3
   LIBDFP_1.0.4
+  LIBDFP_1.0.5
   LIBDFP_PRIVATE
 }

Modified: libdfp/trunk/configure
==============================================================================
--- libdfp/trunk/configure (original)
+++ libdfp/trunk/configure Mon Jan 17 20:55:36 2011
@@ -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.4.
+# Generated by GNU Autoconf 2.59 for libdfp 1.0.5.
 #
 # Report bugs to <rsa@xxxxxxxxxx>.
 #
@@ -269,8 +269,8 @@
 # Identity of this package.
 PACKAGE_NAME='libdfp'
 PACKAGE_TARNAME='libdfp'
-PACKAGE_VERSION='1.0.4'
-PACKAGE_STRING='libdfp 1.0.4'
+PACKAGE_VERSION='1.0.5'
+PACKAGE_STRING='libdfp 1.0.5'
 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.4 to adapt to many kinds of systems.
+\`configure' configures libdfp 1.0.5 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.4:";;
+     short | recursive ) echo "Configuration of libdfp 1.0.5:";;
    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.4
+libdfp configure 1.0.5
 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.4, which was
+It was created by libdfp $as_me 1.0.5, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   $ $0 $@
@@ -3434,7 +3434,7 @@
 } >&5
 cat >&5 <<_CSEOF
 
-This file was extended by libdfp $as_me 1.0.4, which was
+This file was extended by libdfp $as_me 1.0.5, which was
 generated by GNU Autoconf 2.59.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -3494,7 +3494,7 @@
 
 cat >>$CONFIG_STATUS <<_ACEOF
 ac_cs_version="\\
-libdfp config.status 1.0.4
+libdfp config.status 1.0.5
 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 Mon Jan 17 20:55:36 2011
@@ -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.4, rsa@xxxxxxxxxx)
+AC_INIT(libdfp, 1.0.5, rsa@xxxxxxxxxx)
 AC_CONFIG_SRCDIR([printf_dfp.c])
 
 # We don't use Automake so this is necessary.

Modified: libdfp/trunk/tests/test-strtod.c
==============================================================================
--- libdfp/trunk/tests/test-strtod.c (original)
+++ libdfp/trunk/tests/test-strtod.c Mon Jan 17 20:55:36 2011
@@ -61,7 +61,8 @@
   {__LINE__, "0.1", 0.1DF, 0.1DD, 0.1DL },
   {__LINE__, "0.11", 0.11DF, 0.11DD, 0.11DL },
   {__LINE__, "0.21", 0.21DF, 0.21DD, 0.21DL },
-  {__LINE__, "0.9999999", 0.9999999DF, 0.9999999DD, 0.9999999DL },
+  {__LINE__, "0.999999",     0.999999DF,     0.999999DD,     0.999999DL },
+  {__LINE__, "0.9999999",    0.9999999DF,    0.9999999DD,    0.9999999DL },
   {__LINE__, "19e9", 19000000000.0DF, 19000000000.0DD, 19000000000.0DL },
   {__LINE__, "3.14", 3.140000DF, 3.140000DD, 3.140000DL },
   {__LINE__, "3.14e-2", 0.031400DF, 0.031400DD, 0.031400DL },