* ChangeLog: Add linebreaks.

This commit is contained in:
Corinna Vinschen 2005-12-27 20:23:48 +00:00
parent a5912e6dbc
commit de6c4c6a5f
1 changed files with 4 additions and 2 deletions

View File

@ -54,10 +54,12 @@
* pinfo.cc (_onreturn::dummy_handle): Remove. * pinfo.cc (_onreturn::dummy_handle): Remove.
(_onreturn::h): Make this a pointer. (_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::_onreturn): Set h to NULL initially.
(_onreturn::no_close_p_handle): Set h to NULL. (_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> 2005-12-22 Christopher Faylor <cgf@timesys.com>