X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=ChangeLog;h=ae8383c4f2670b6144c91566c87b7240d01dc8e1;hb=64e338384bc99dfb49c4f46648b3fa0c50e8491d;hp=fbd5ccd3b4f1ad106ef8c42d717172e0fdf30bb6;hpb=1b20f727196f5f3361c2edf5ca28ac0032425706;p=pspp diff --git a/ChangeLog b/ChangeLog index fbd5ccd3b4..ae8383c4f2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2011-06-02 Bruno Haible + + pipe2: Remove dependency on 'nonblocking' module. + * lib/pipe2.c: Include verify.h. Include nonblocking.h only if + O_NONBLOCK is defined by gnulib. + (pipe2) [WIN32]: If O_NONBLOCK is not defined by gnulib, verify that it + is zero. + * modules/pipe2 (Depends-on): Add verify. Remove nonblocking. + * tests/test-pipe2.c: Include nonblocking.h only if O_NONBLOCK is + defined by gnulib. + (get_nonblocking_flag): New function. + (main): Test O_NONBLOCK flag only if it is nonzero. + * doc/glibc-functions/pipe2.texi: Mention the 'nonblocking' module. + 2011-06-03 Jim Meyering maint: three new prohibit-header-without-use rules