More info about Cygwin.
authorBruno Haible <bruno@clisp.org>
Sun, 6 May 2007 23:17:49 +0000 (23:17 +0000)
committerBruno Haible <bruno@clisp.org>
Sun, 6 May 2007 23:17:49 +0000 (23:17 +0000)
doc/functions/fprintf.texi
doc/functions/printf.texi
doc/functions/snprintf.texi
doc/functions/sprintf.texi
doc/functions/vfprintf.texi
doc/functions/vprintf.texi
doc/functions/vsnprintf.texi
doc/functions/vsprintf.texi
m4/printf.m4

index 6619640..6802bfe 100644 (file)
@@ -25,7 +25,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index cd76aa9..f77a25a 100644 (file)
@@ -25,7 +25,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index f7427bb..9751573 100644 (file)
@@ -32,7 +32,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index 30a1273..7f5c805 100644 (file)
@@ -25,7 +25,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index 5010ba2..adb8a9e 100644 (file)
@@ -25,7 +25,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index f7b8609..7a9bf09 100644 (file)
@@ -25,7 +25,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index 4be1bbf..8ab8a36 100644 (file)
@@ -32,7 +32,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index 8f0d8ec..4b4c6e8 100644 (file)
@@ -25,7 +25,7 @@ arbitrary order, such as @code{"%2$s"}, on some platforms:
 NetBSD 3.0, mingw, BeOS.
 @item
 This function doesn't support the @code{'} flag on some platforms:
-NetBSD 3.0, mingw.
+NetBSD 3.0, Cygwin 2006, mingw.
 @item
 printf @code{"%010f"} of NaN and Infinity yields an incorrect result (padded
 with zeroes) on some platforms:
index d1d6fe6..ecfd02d 100644 (file)
@@ -309,6 +309,7 @@ int main ()
       [
 changequote(,)dnl
        case "$host_os" in
+         cygwin*)      gl_cv_func_printf_flag_grouping="guessing no";;
          netbsd*)      gl_cv_func_printf_flag_grouping="guessing no";;
          mingw* | pw*) gl_cv_func_printf_flag_grouping="guessing no";;
          *)            gl_cv_func_printf_flag_grouping="guessing yes";;
@@ -632,6 +633,8 @@ changequote(,)dnl
                                # Guess yes on MacOS X >= 10.3.
          darwin[1-6].*)        gl_cv_func_vsnprintf_zerosize_c99="guessing no";;
          darwin*)              gl_cv_func_vsnprintf_zerosize_c99="guessing yes";;
+                               # Guess yes on Cygwin.
+         cygwin*)              gl_cv_func_vsnprintf_zerosize_c99="guessing yes";;
                                # Guess yes on Solaris >= 2.6.
          solaris2.[0-5]*)      gl_cv_func_vsnprintf_zerosize_c99="guessing no";;
          solaris*)             gl_cv_func_vsnprintf_zerosize_c99="guessing yes";;
@@ -692,8 +695,8 @@ dnl   glibc 2.3.6                          .  #  .  .  .  .  .  .  .  .  .  .
 dnl   FreeBSD 5.4, 6.1                     .  ?  .  .  .  .  #  .  .  .  .  .
 dnl   MacOS X 10.3.9                       .  #  .  .  .  .  #  .  .  .  .  .
 dnl   OpenBSD 3.9, 4.0                     .  #  ?  .  .  ?  ?  .  .  .  ?  ?
-dnl   Cygwin 2007                          .  #  #  .  .  ?  ?  .  .  .  .  ?
-dnl   Cygwin 2006                          #  #  #  .  .  ?  ?  .  .  .  .  ?
+dnl   Cygwin 2007 (= Cygwin 1.5.24)        .  #  #  .  .  .  ?  .  .  .  .  .
+dnl   Cygwin 2006 (= Cygwin 1.5.19)        #  #  #  .  .  #  ?  .  .  .  .  .
 dnl   Solaris 10                           .  #  .  .  .  .  #  .  .  .  .  .
 dnl   Solaris 2.6 ... 9                    #  #  #  .  .  .  #  .  .  .  .  .
 dnl   Solaris 2.5.1                        #  #  #  .  .  .  #  #  #  #  #  #