From 995f0af2aa8a5ab09d581a0a023a5cc7ad88a7bd Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Tue, 14 Nov 2006 13:32:22 +0000 Subject: [PATCH] * doc/functions.texi (Function Portability): *printf functions on Cygwin now understand all POSIX size specifiers. --- ChangeLog | 5 +++++ doc/functions.texi | 30 ++++++++++++++++++------------ 2 files changed, 23 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index b13cfde08..f4d060a7d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-11-14 Eric Blake + + * doc/functions.texi (Function Portability): *printf functions on + Cygwin now understand all POSIX size specifiers. + 2006-11-14 Bruno Haible * modules/c-ctype (License): Change to LGPL. diff --git a/doc/functions.texi b/doc/functions.texi index d164d2483..f89a7f83a 100644 --- a/doc/functions.texi +++ b/doc/functions.texi @@ -152,8 +152,9 @@ access arguments in an arbitrary order, such as @code{"%2$s"}. The fix is to include @file{} from GNU gettext; it redefines this function so that it is POSIX compliant. -On Windows, this function doesn't support the @code{'} flag and the @code{hh}, -@code{ll}, @code{j}, @code{t}, @code{z} size specifiers. +On Windows systems (excluding Cygwin), this function doesn't support +the @code{'} flag and the @code{hh}, @code{ll}, @code{j}, @code{t}, +@code{z} size specifiers. @item fputc @itemx fputs @@ -465,8 +466,9 @@ access arguments in an arbitrary order, such as @code{"%2$s"}. The fix is to include @file{} from GNU gettext; it redefines this function so that it is POSIX compliant. -On Windows, this function doesn't support the @code{'} flag and the @code{hh}, -@code{ll}, @code{j}, @code{t}, @code{z} size specifiers. +On Windows systems (excluding Cygwin), this function doesn't support +the @code{'} flag and the @code{hh}, @code{ll}, @code{j}, @code{t}, +@code{z} size specifiers. @item pthread_create On Linux/glibc systems before the advent of NPTL, signals could only be @@ -634,8 +636,9 @@ access arguments in an arbitrary order, such as @code{"%2$s"}. The fix is to include @file{} from GNU gettext; it redefines this function so that it is POSIX compliant. -On Windows, this function doesn't support the @code{'} flag and the @code{hh}, -@code{ll}, @code{j}, @code{t}, @code{z} size specifiers. +On Windows systems (excluding Cygwin), this function doesn't support +the @code{'} flag and the @code{hh}, @code{ll}, @code{j}, @code{t}, +@code{z} size specifiers. @item socket On BeOS, the descriptors returned by the @code{socket} function can not be used @@ -648,8 +651,9 @@ access arguments in an arbitrary order, such as @code{"%2$s"}. The fix is to include @file{} from GNU gettext; it redefines this function so that it is POSIX compliant. -On Windows, this function doesn't support the @code{'} flag and the @code{hh}, -@code{ll}, @code{j}, @code{t}, @code{z} size specifiers. +On Windows systems (excluding Cygwin), this function doesn't support +the @code{'} flag and the @code{hh}, @code{ll}, @code{j}, @code{t}, +@code{z} size specifiers. @item sscanf On Windows systems (excluding Cygwin), this function does not set @code{errno} @@ -786,8 +790,9 @@ access arguments in an arbitrary order, such as @code{"%2$s"}. The fix is to include @file{} from GNU gettext; it redefines this function so that it is POSIX compliant. -On Windows, this function doesn't support the @code{'} flag and the @code{hh}, -@code{ll}, @code{j}, @code{t}, @code{z} size specifiers. +On Windows systems (excluding Cygwin), this function doesn't support +the @code{'} flag and the @code{hh}, @code{ll}, @code{j}, @code{t}, +@code{z} size specifiers. @item vfscanf On Windows systems (excluding Cygwin), this function does not set @code{errno} @@ -804,8 +809,9 @@ access arguments in an arbitrary order, such as @code{"%2$s"}. The fix is to include @file{} from GNU gettext; it redefines these functions so that they are POSIX compliant. -On Windows, these functions don't support the @code{'} flag and the @code{hh}, -@code{ll}, @code{j}, @code{t}, @code{z} size specifiers. +On Windows systems (excluding Cygwin), this function doesn't support +the @code{'} flag and the @code{hh}, @code{ll}, @code{j}, @code{t}, +@code{z} size specifiers. @item vscanf @item vsscanf -- 2.11.0