summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 4b2f7d88f..7d834ea04 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,13 @@
2009-04-16 Corinna Vinschen <corinna@vinschen.de>
+ * dlfcn.cc (get_full_path_of_dll): Just return a bool value. Drop
+ local path_conv in favor of getting it as parameter. Add local string
+ buffer instead of getting it as parameter.
+ (dlopen): Accommodate get_full_path_of_dll change. Fetch WCHAR Windows
+ path from path_conv variable and call LoadLibraryW.
+
+2009-04-16 Corinna Vinschen <corinna@vinschen.de>
+
* ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.
* syscalls.cc (unlink_nt): Handle STATUS_LOCK_NOT_GRANTED same as
STATUS_SHARING_VIOLATION. Add lengthy comment to explain why.