diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2008-04-03 15:28:03 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2008-04-03 15:28:03 +0000 |
commit | ba047ace145fdcd203878cc32a88aba92a96e78c (patch) | |
tree | 8270591b8b54f89c55e762b6bfe201e08509668a /winsup/cygwin/ChangeLog | |
parent | f47b47fb1841525a502f926cf2b673a9ab45129f (diff) | |
download | cygnal-ba047ace145fdcd203878cc32a88aba92a96e78c.tar.gz cygnal-ba047ace145fdcd203878cc32a88aba92a96e78c.tar.bz2 cygnal-ba047ace145fdcd203878cc32a88aba92a96e78c.zip |
Cleanup.
* exceptions.cc (windows_system_directory): Make static. Convert to
WCHAR.
(_cygtls::inside_kernel): Accommodate above change. Check module
path name for leading \\?\ and skip, if so.
(try_to_debug): Call GetEnvironmentStringsW and convert evaluation to
WCHAR to avoid truncated environment problem.
(has_visible_window_station): Call GetUserObjectInformationW.
(events_init): Accommodate above conversion of windows_system_directory.
* init.cc (respawn_wow64_process): Use WCHAR functions to start new
process.
* net.cc (__dup_ent): Drop Windows 9x consideration.
(load_ipv6_funcs): Use WCHAR functions to load IPv6 libs.
* syscalls.cc (syscalls.cc): Remove call to GetDiskFreeSpace.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r-- | winsup/cygwin/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 3d9f36849..190ce3fcd 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,20 @@ +2008-04-03 Corinna Vinschen <corinna@vinschen.de> + + Cleanup. + * exceptions.cc (windows_system_directory): Make static. Convert to + WCHAR. + (_cygtls::inside_kernel): Accommodate above change. Check module + path name for leading \\?\ and skip, if so. + (try_to_debug): Call GetEnvironmentStringsW and convert evaluation to + WCHAR to avoid truncated environment problem. + (has_visible_window_station): Call GetUserObjectInformationW. + (events_init): Accommodate above conversion of windows_system_directory. + * init.cc (respawn_wow64_process): Use WCHAR functions to start new + process. + * net.cc (__dup_ent): Drop Windows 9x consideration. + (load_ipv6_funcs): Use WCHAR functions to load IPv6 libs. + * syscalls.cc (syscalls.cc): Remove call to GetDiskFreeSpace. + 2008-04-02 Corinna Vinschen <corinna@vinschen.de> * path.cc (mount_info::init): First try to fetch mount points from |