diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-14 04:22:05 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-14 04:22:05 +0000 |
commit | 02a9889121d3e5c23bd6aabfe1ed6e37fa43a54a (patch) | |
tree | 95538f110f04ce90d62caabaff31d56418e12eb5 /winsup/cygwin/ChangeLog | |
parent | cd6ed3f9f5ab14944f7c591a3dc9ca285b754a33 (diff) | |
download | newlib-02a9889121d3e5c23bd6aabfe1ed6e37fa43a54a.zip newlib-02a9889121d3e5c23bd6aabfe1ed6e37fa43a54a.tar.gz newlib-02a9889121d3e5c23bd6aabfe1ed6e37fa43a54a.tar.bz2 |
* fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are reliable
(i.e., not Win9x).
* wincap.cc: Make statics NO_COPY to avoid fork overhead.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 6e6b289..ddf8cd8 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,9 @@ +Fri Sep 14 00:18:52 2001 Christopher Faylor <cgf@cygnus.com> + + * fhandler.h (fhandler_pipe::is_slow): Return true only if pipes are + reliable (i.e., not Win9x). + * wincap.cc: Make statics NO_COPY to avoid fork overhead. + Thu Sep 13 23:01:00 2001 Christopher Faylor <cgf@cygnus.com> * grp.cc (read_etc_group): Just reuse group_buf storage for subsequent |