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:
authorChristopher Faylor <me@cgf.cx>2012-08-15 18:11:35 +0400
committerChristopher Faylor <me@cgf.cx>2012-08-15 18:11:35 +0400
commit0123506d2df6775cc3251f33f3983cd32103c663 (patch)
tree30f10cb8b4197994e4bf428f1b8f8194bb5b0076 /winsup/cygwin/ChangeLog
parent25a520c260789b5d32f78bb7d550ae3ddf6b4e98 (diff)
* pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 6cee815f8..ddf98d256 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2012-08-15 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * pinfo.cc (_pinfo::exists): Don't consider an execed process to exist.
+
2012-08-14 Corinna Vinschen <corinna@vinschen.de>
* gmon.c (_mcleanup): Fix scope bug when using gmon_out array.