# HG changeset patch # User Bruno Haible # Date 1266707832 -3600 # Node ID b1c514f314def6a27d112faf38d6d00b9deb7bcf # Parent 2e190fad4cfe4de20a2b691257140f43c3de85cc Tweak comments. diff --git a/ChangeLog b/ChangeLog --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2010-02-20 Bruno Haible + + * lib/stdio.in.h: Tweak comments. + 2010-02-19 Bruno Haible Make it easier to find modules. New gnulib-tool option '--find'. diff --git a/lib/stdio.in.h b/lib/stdio.in.h --- a/lib/stdio.in.h +++ b/lib/stdio.in.h @@ -200,6 +200,7 @@ "use gnulib module freopen for portability"); #endif + /* Set up the following warnings, based on which modules are in use. GNU Coding Standards discourage the use of fseek, since it imposes an arbitrary limitation on some 32-bit hosts. Remember that the @@ -226,7 +227,7 @@ defined to silence the warning in particular compilation units. Most gnulib clients that perform stream operations should fall into - category three. */ + category 3. */ #if @GNULIB_FSEEK@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES @@ -280,7 +281,8 @@ "use fseeko function for handling of large files"); #endif -/* See the comments on fseek/fseeko. */ + +/* ftell, ftello. See the comments on fseek/fseeko. */ #if @GNULIB_FTELL@ # if defined GNULIB_POSIXCHECK && !defined _GL_NO_LARGE_FILES @@ -332,6 +334,7 @@ "use ftello function for handling of large files"); #endif + #if @GNULIB_FWRITE@ && @REPLACE_STDIO_WRITE_FUNCS@ && @GNULIB_STDIO_H_SIGPIPE@ # undef fwrite # define fwrite rpl_fwrite