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/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 7ee738e94..f0b81ef8c 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,12 @@
+Thu Nov 2 23:01:20 2000 Christopher Faylor <cgf@cygnus.com>
+
+ * pinfo.cc (pinfo::init): Reverse order of setting status and pid info
+ in an execed process to avoid a race.
+ * sigproc.cc (wait_subproc): Print more info when a WFSO error occurs.
+ * automode.c: New file.
+ * syscalls.cc (close_all_files): Streamline slightly.
+ * cygheap.cc (ccalloc): Clear *entire* allocated array.
+
Thu Nov 2 01:58:03 2000 Christopher Faylor <cgf@cygnus.com>
* ntdll.h: Remove IO_COUNTERS definition since it is now in winnt.h.