diff options
author | Ron Yorston <rmy@pobox.com> | 2021-10-13 16:22:21 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2021-10-13 16:44:45 +0100 |
commit | 4daf57b4fdc80422d6448c0a7914699fdedb95b8 (patch) | |
tree | 72930a54811bcebacd06bac0d67bcec6b1da677a /docs | |
parent | 0ecf1aea459571b48dc68ddc2b7b9265740fa960 (diff) | |
download | busybox-w32-4daf57b4fdc80422d6448c0a7914699fdedb95b8.tar.gz busybox-w32-4daf57b4fdc80422d6448c0a7914699fdedb95b8.tar.bz2 busybox-w32-4daf57b4fdc80422d6448c0a7914699fdedb95b8.zip |
realpath: improved support for Windows paths
Upstream commit 94eb1c4dc (libbb: better coreutils compatibility
for realpath) made some changes to xmalloc_realpath_coreutils().
This now needs to be updated to handle Windows paths.
- Expose the macro is_unc_path() and part of the recent change to
bb_get_last_path_component_nostrip() as a separate funtion,
get_last_slash();
- Convert a couple of errors relating to network filesystems to
ENOENT;
- Adjust xmalloc_realpath_coreutils() to handle Windows directory
separators, relative paths and UNC paths.
Diffstat (limited to 'docs')
0 files changed, 0 insertions, 0 deletions