diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e99409e9c..00ee93c78 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,18 @@ +2007-03-01 Christopher Faylor <me@cgf.cx> + + * Makefile (DLL_OFILES): Remove ntea.o + * environ.cc (set_ntea): Delete. + (parse_thing): Delete "ntea" setting. + * fhandler.cc (fhandler_base::open): Remove allow_ntea considerations. + (check_posix_perm): Ditto. + * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Ditto. + (fhandler_base::open_fs): Ditto. + (fhandler_disk_file::mkdir): Ditto. + * path.cc (symlink_worker): Ditto. + * security.cc (get_file_attribute): Ditto. + (set_file_attribute): Ditto. + * security.h: Remove allow_ntea declaration. + 2007-02-27 Corinna Vinschen <corinna@vinschen.de> * path.cc (close_user_proc_parms_cwd_handle): Remove. |