diff options
author | Christopher Faylor <me@cgf.cx> | 2000-09-30 01:56:40 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2000-09-30 01:56:40 +0000 |
commit | 90fe77395a80903e2bec1b00534b442082dfe4b2 (patch) | |
tree | 53ebb7a2f77967220fdb1d3e2b932e7bb7e8331d /winsup/cygwin/ChangeLog | |
parent | 84ecbb38d6843d5a80f6e91d6b1851005af0b109 (diff) | |
download | newlib-90fe77395a80903e2bec1b00534b442082dfe4b2.zip newlib-90fe77395a80903e2bec1b00534b442082dfe4b2.tar.gz newlib-90fe77395a80903e2bec1b00534b442082dfe4b2.tar.bz2 |
* path.cc (symlink_info::check): Set executable bit for a file if the first two
characters are 'MZ' to mirror spawn_guts check.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 02f0646..8dcfc58 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 29 21:49:27 2000 Christopher Faylor <cgf@cygnus.com> + + * path.cc (symlink_info::check): Set executable bit for a file if the + first two characters are 'MZ' to mirror spawn_guts check. + Sat Sep 30 03:34:00 2000 Corinna Vinschen <corinna@vinschen.de> * winsup.h: Add `winME' to os_type symbols. |