diff options
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index f841d4504..58236d49f 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,17 @@ +Sun Nov 5 01:34:51 2000 Christopher Faylor <cgf@cygnus.com> + + * pinfo.cc (winpids:add): New method. + (winpids::enumNT): New method renamed from EnumProcessesNT. + Use add method to add elements to the lists. + (winpids::enum9x): New method renamed from EnumProcesses9x. + Use add method to add elements to the lists. + (winpids::enum_init): Accept 'winpid' parameter to control whether + to add all windows pids to the list. + (winpids::release): New method. + * pinfo.h (winpids): Reflect above changes. + * signal.cc (kill_pgrp): Ditto. + * external.cc (fillout_pinfo): Ditto. + Sat Nov 4 22:07:03 2000 Christopher Faylor <cgf@cygnus.com> * exceptions.cc (handle_sigsuspend): Record frame here for signalling. |