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
path: root/winsup
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2005-12-27 23:23:48 +0300
committerCorinna Vinschen <corinna@vinschen.de>2005-12-27 23:23:48 +0300
commitde6c4c6a5f5743392ed7b2935c9dbd41365e10ae (patch)
treefb276f5178c1c623c8ff543987d51e05d8ae99a0 /winsup
parenta5912e6dbcd831d1d15c161d252c19ceea45f913 (diff)
* ChangeLog: Add linebreaks.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 4 insertions, 2 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 82e9ba521..470796390 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -54,10 +54,12 @@
* pinfo.cc (_onreturn::dummy_handle): Remove.
(_onreturn::h): Make this a pointer.
- (_onreturn::~_onreturn): Detect whether pointer is NULL rather than value is NULL.
+ (_onreturn::~_onreturn): Detect whether pointer is NULL rather than
+ value is NULL.
(_onreturn::_onreturn): Set h to NULL initially.
(_onreturn::no_close_p_handle): Set h to NULL.
- (winpids::add): Initialize onreturn with value from p.hProcess immediately.
+ (winpids::add): Initialize onreturn with value from p.hProcess
+ immediately.
2005-12-22 Christopher Faylor <cgf@timesys.com>