From b5f9c24f7efc0266be08ffce57c42c828f36241b Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 27 Mar 2008 17:00:54 +0000 Subject: [PATCH] add credit --- winsup/cygwin/ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 57292c634..fe365db98 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -11,6 +11,8 @@ 2008-03-26 Christopher Faylor + Implement method of detecting a missing dll as suggested by Brian + Dessent. * hookapi.cc (find_first_notloaded_dll): New function. * pinfo.cc (status_exit): New function. Issue message when dll not found. Use find_first_notloaded_dll to find a nonexistent dll.