X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=ChangeLog;h=f999c04552da89994d4cb55a65ccd6cb2000a2d7;hb=f0e396a8e31e3a489a8ed8eafb4581ff168a0392;hp=2d8964ff11c443b2073d3ceee3a37d5cb4f17d48;hpb=bac964725a412c590498aba68f6b9a8e723ae474;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 2d8964ff1..f999c0455 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +2011-07-25 Paul Eggert + + * lib/ftell.c (ftell): Comment out cast. + + close: use gl_REPLACE_FCLOSE only if defined + * m4/close.m4 (gl_REPLACE_CLOSE): Use gl_REPLACE_FCLOSE only if it + is defined. The close module doesn't depend on the fclose module + any more, so gl_REPLACE_CLOSE's existence cannot be assumed. See + . + I reproduced the problem with "./gnulib-tool --test close sys_socket". + +2011-07-24 Jim Meyering + + test-select.h: avoid warning when using gcc's -Wmissing-declarations + * tests/test-select.h (test_function): Declare as "static". + 2011-07-24 Bruno Haible doc: Mention the effects of AC_SYS_LARGEFILE.