* 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.
This commit is contained in:
Christopher Faylor
2013-03-29 16:19:11 +00:00
parent 6fcb223858
commit bb93b7ab95
4 changed files with 25 additions and 6 deletions

View File

@@ -60,3 +60,6 @@ Bug fixes:
- Fix some bugs in CTRL-S/CTRL-Q handling in ptys.
See: http://cygwin.com/ml/cygwin/2012-10/msg00089.html
- Fix "error while loading shared libraries:" message to properly
display the shared library name in more cases.