X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=inline;f=ChangeLog;h=3c8a7a0a484cee11bbb4efa6731214fd17404b0f;hb=7bad64eadf0456e71707c843b2c83a44951683f2;hp=cfe80269a1740b0ca446965881330f183daafe58;hpb=895d4925b7eb3475050328ef820e8ddfee95e1de;p=gnulib.git diff --git a/ChangeLog b/ChangeLog index cfe80269a..3c8a7a0a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,20 @@ 2011-09-23 Bruno Haible + read: Support for MSVC 9. + * lib/unistd.in.h (read): Replace also when GNULIB_UNISTD_H_NONBLOCKING + is not 1. + * lib/read.c (read_nothrow): New function. + (rpl_read): Define also when GNULIB_NONBLOCKING is not 1. Use + read_nothrow. + * m4/read.m4 (gl_FUNC_READ): Replace read if the platform has an + invalid parameter handler. + (gl_PREREQ_READ): New macro. + * modules/read (Depends-on): Add msvc-inval. + (configure.ac): Invoke gl_PREREQ_READ. + * doc/posix-functions/read.texi: Mention the problem on MSVC. + +2011-09-23 Bruno Haible + close: Support for MSVC 9. * lib/close.c: Include , msvc-inval.h. (close_nothrow): New function.