Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 40f2551e1..b97b90206 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,17 @@
2007-02-23 Corinna Vinschen <corinna@vinschen.de>
+ * fhandler_console.cc (fhandler_console::need_invisible): Drop
+ pty_needs_alloc_console check.
+ * spawn.cc (spawn_guts): Ditto.
+ (av::fixup): Remove setting iscui.
+ * syscalls.cc (rename): Drop has_move_file_ex checks. Remove 9x
+ specific code.
+ * wincap.cc: Remove has_move_file_ex and pty_needs_alloc_console
+ throughout.
+ * wincap.h: Ditto.
+
+2007-02-23 Corinna Vinschen <corinna@vinschen.de>
+
* exceptions.cc (dummy_ctrl_c_handler): Remove.
(init_console_handler): Drop has_null_console_handler_routine checks.
* fhandler_raw.cc (fhandler_dev_raw::open): Drop has_raw_devices check.