Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-12-02 20:15:26 +0400
committerCorinna Vinschen <corinna@vinschen.de>2011-12-02 20:15:26 +0400
commit71148bfcd5b54510a4d9dce1469b888e0a1b3f33 (patch)
treeafd7abeecc1be82a2ec285a1f17ae3284225040a /winsup/utils/ChangeLog
parenta887cf0ef548eafaa7f8d916dd64828501622218 (diff)
* Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.
* cygpath.cc: Throughout, use cygwin_conv_path WIN_W rather than WIN_A conversion. (get_long_path_name_w32impl): Remove. (get_long_name): Drop pre-Windows 2000 accommodations. Just call GetLongPathNameW here directly. (get_special_folder): Convert first parameter to WCHAR buffer pointer. Drop conversion of result from WCHAR * to char *. (do_sysfolders): Accommodate change to get_special_folder and only convert result to char * last. Drop pre-Windows 2000 accommodations and just call GetProfilesDirectoryW directly. Replace call to GetWindowsDirectoryW with call to GetSystemWindowsDirectoryW. Just call GetShortPathNameW directly. (do_pathconv): Simplify buffer handling.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r--winsup/utils/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog
index edb551aaa..f3d597777 100644
--- a/winsup/utils/ChangeLog
+++ b/winsup/utils/ChangeLog
@@ -1,3 +1,20 @@
+2011-12-02 Corinna Vinschen <corinna@vinschen.de>
+
+ * Makefile.in (cygpath.exe): Add -luserenv to ALL_LDFLAGS.
+ * cygpath.cc: Throughout, use cygwin_conv_path WIN_W rather than WIN_A
+ conversion.
+ (get_long_path_name_w32impl): Remove.
+ (get_long_name): Drop pre-Windows 2000 accommodations. Just call
+ GetLongPathNameW here directly.
+ (get_special_folder): Convert first parameter to WCHAR buffer pointer.
+ Drop conversion of result from WCHAR * to char *.
+ (do_sysfolders): Accommodate change to get_special_folder and only
+ convert result to char * last. Drop pre-Windows 2000 accommodations
+ and just call GetProfilesDirectoryW directly. Replace call to
+ GetWindowsDirectoryW with call to GetSystemWindowsDirectoryW.
+ Just call GetShortPathNameW directly.
+ (do_pathconv): Simplify buffer handling.
+
2011-12-01 Corinna Vinschen <corinna@vinschen.de>
* mkgroup.c: Drop support for NT4 domains.