vasnprintf-posix-tests: allow rounding 1.5 to 1
[gnulib.git] / ChangeLog
index 537ae93..ef49445 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2013-03-08  Paul Eggert  <eggert@cs.ucla.edu>
 
+       vasnprintf-posix-tests: allow rounding 1.5 to 1
+       * tests/test-vasnprintf-posix.c (test_function): Don't insist on
+       round-to-even, since POSIX says rounding is implementation-defined
+       and OS X 10.8.2 rounds 1.5 to 1 here.  Reported by Gary V. Vaughan in
+       <http://lists.gnu.org/archive/html/bug-gnulib/2013-03/msg00019.html>.
+
        bootstrap: port to FreeBSD
        * build-aux/bootstrap (bootstrap_sync): Port sh -c usage to shells
        that treat '--' differently.  Reported by Mats Erik Andersson in