X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=7e9d945fa394f8403a39c082d48a1c7dd284f344;hb=46b36899e091f58a96df1d64c145d6ccf392718d;hp=8f56ef7d5d01a16481031289ce62d27d8ca7c159;hpb=869437ee513d12716115749f599f32b831f31cbc;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index 8f56ef7d5..7e9d945fa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2009-11-05 Jim Meyering + + maint.mk: Prohibit inclusion of "close-stream.h" without use. + * top/maint.mk (sc_prohibit_close_stream_without_use): New rule. + +2009-11-05 Simon Josefsson + + * modules/pmccabe2html (configure.ac): Check for pmccabe tool. + +2009-11-05 Simon Josefsson + + * modules/getaddrinfo (Link): Add $(INET_NTOP_LIB). + +2009-11-05 Simon Josefsson + + Fix link error. + * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result. + * m4/inet_pton.m4 (gl_INET_PTON): Likewise. + +2009-11-05 Simon Josefsson + + * tests/test-func.c: Also test value of __func__. + +2009-11-05 Simon Josefsson + + * tests/test-sys_socket.c: Use smaller constant value, sa_family_t + may be an 8-bit type. Reported by Bruno Haible . + +2009-11-05 Bruno Haible + + Fix link error. + * m4/inet_ntop.m4 (gl_INET_NTOP): Fix test of AC_SEARCH_LIBS result. + * m4/inet_pton.m4 (gl_INET_PTON): Likewise. + Reported by Brad Hards via Simon Josefsson. + 2009-11-05 Bruno Haible Tests for module 'inet_pton'.