diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2007-12-03 14:13:03 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2007-12-03 14:13:03 +0000 |
commit | 814066b9120c6884d45665da6ca926e20cbaaf7c (patch) | |
tree | 8818db9a29acbf9f0fb59f27b720b82387ab20d9 /winsup/cygwin/ChangeLog | |
parent | 268e8d00e9c0d44c9863c66c617e4f50d67c55ad (diff) | |
download | cygnal-814066b9120c6884d45665da6ca926e20cbaaf7c.tar.gz cygnal-814066b9120c6884d45665da6ca926e20cbaaf7c.tar.bz2 cygnal-814066b9120c6884d45665da6ca926e20cbaaf7c.zip |
* autoload.cc (GetModuleFileNameExW): Replace definition of
GetModuleFileNameExA.
* fhandler_process.cc (format_process_maps): Change modname type to
WCHAR. Set buffer sizes to PATH_MAX. Call GetModuleFileNameExW
instead of GetModuleFileNameExA. Call mount_info::conv_to_posix_path
instead of cygwin_conv_to_full_posix_path. Set posix_modname to
modname if that call fails.
(format_process_stat): Set cmd buffer size to NAME_MAX + 1. Simplify
setting cmd to process name.
(format_process_status): Ditto.
* path.cc (mount_info::conv_to_posix_path): Call sys_wcstombs
correctly.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 643782f7a..e157cb133 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,5 +1,20 @@ 2007-12-03 Corinna Vinschen <corinna@vinschen.de> + * autoload.cc (GetModuleFileNameExW): Replace definition of + GetModuleFileNameExA. + * fhandler_process.cc (format_process_maps): Change modname type to + WCHAR. Set buffer sizes to PATH_MAX. Call GetModuleFileNameExW + instead of GetModuleFileNameExA. Call mount_info::conv_to_posix_path + instead of cygwin_conv_to_full_posix_path. Set posix_modname to + modname if that call fails. + (format_process_stat): Set cmd buffer size to NAME_MAX + 1. Simplify + setting cmd to process name. + (format_process_status): Ditto. + * path.cc (mount_info::conv_to_posix_path): Call sys_wcstombs + correctly. + +2007-12-03 Corinna Vinschen <corinna@vinschen.de> + * include/cygwin/time.h: Remove redundant #endif. 2007-12-01 Corinna Vinschen <corinna@vinschen.de> |