diff options
author | Christopher Faylor <me@cgf.cx> | 2002-10-31 02:40:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-10-31 02:40:26 +0000 |
commit | cf157504a84b78ae3874028da620bfc4e89ef0d4 (patch) | |
tree | 9c23dc959dfa39990ff275a7b37390d13357142b /winsup/utils/ChangeLog | |
parent | bfb1f3e04f46187690e29a5ec8d5e19d7fb9fb22 (diff) | |
download | newlib-cf157504a84b78ae3874028da620bfc4e89ef0d4.zip newlib-cf157504a84b78ae3874028da620bfc4e89ef0d4.tar.gz newlib-cf157504a84b78ae3874028da620bfc4e89ef0d4.tar.bz2 |
* cygpath.cc (get_long_path_name_w32impl): Define similarly to GetLongPathName.
(get_long_name): Correctly prototype GetLongPathName.
(get_long_paths): Implement using get_long_name to cut down on code
duplication.
(doit): Do various things to make path output work predictably.
Diffstat (limited to 'winsup/utils/ChangeLog')
-rw-r--r-- | winsup/utils/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index aa975d4..f8ab119 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,12 @@ +2002-10-30 Christopher Faylor <cgf@redhat.com> + + * cygpath.cc (get_long_path_name_w32impl): Define similarly to + GetLongPathName. + (get_long_name): Correctly prototype GetLongPathName. + (get_long_paths): Implement using get_long_name to cut down on code + duplication. + (doit): Do various things to make path output work predictably. + 2002-10-19 Christopher Faylor <cgf@redhat.com> * mount.cc (usage): Correctly report default mode. |