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 589b1a1ed..15c1b6798 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2013-03-29 Christopher Faylor <me.cygwin2013@cgf.cx>
+ * pinfo.h (pinfo::status_exit): Rename from former static function in
+ pinfo.cc.
+ (pinfo::operator == (char *)): Remove unused operator.
+ * pinfo.cc (pinfo::status_exit): Move this function info pinfo class.
+ Use progname from the pinfo rather than myself. Be defensive when
+ inspecting procinfo.
+
+2013-03-29 Christopher Faylor <me.cygwin2013@cgf.cx>
+
* sigproc.cc (wait_sig): Avoid uninitialized use of nb when retrying.
Consolidate two error messages into one.