diff options
author | Christopher Faylor <me@cgf.cx> | 2008-03-27 17:00:54 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2008-03-27 17:00:54 +0000 |
commit | b5f9c24f7efc0266be08ffce57c42c828f36241b (patch) | |
tree | 0faf7e2cd88f16bc9a4e595cf235a2a9d485d6ab | |
parent | 75cb6624053d20f610d2a839f503109f3cb979ea (diff) | |
download | cygnal-b5f9c24f7efc0266be08ffce57c42c828f36241b.tar.gz cygnal-b5f9c24f7efc0266be08ffce57c42c828f36241b.tar.bz2 cygnal-b5f9c24f7efc0266be08ffce57c42c828f36241b.zip |
add credit
-rw-r--r-- | winsup/cygwin/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
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 <me+cygwin@cgf.cx> + 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. |