diff options
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index c818a03d9..8e1afeccc 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,13 @@ +2006-08-02 Corinna Vinschen <corinna@vinschen.de> + + * Makefile.in (cygpath.exe): Add rule to link cygpath against ntdll.dll. + * cygpath.cc: Include DDK headers. + (RtlAllocateUnicodeString): New static inline function. + (get_device_name): New static function to evaluate DOS path from + native NT path. + (get_device_paths): New function to do the same for path lists. + (doit): Call get_device_paths/get_device_name where appropriate. + 2006-07-30 Ilya Bobir <ilya@po4ta.com> * cygpath.cc (get_long_name): Fallback to get_long_path_name_w32impl. |