tg 694aab50ce fix part of realpath for drive-qualified DOS paths:
if a path or symlink target is drive-qualified, keep the drive letter
(this part from komh) and, if present, a leading (back)slash (from me)

missing: if a drive qualification is *not* followed by a (back)slash,
we must retrieve the per-drive cwd for the target drive and insert it
just like we insert the cwd for (normal/Unix) relative paths; maybe
consider redoing absolute/relative path logic, DOS paths are tristate

komh’s commit: fix realpath failure on OS/2

On OS/2, an absolute path is 'x:/path/to/file'. Because it has not
a leading slash, '/' is prepended, that is, '/x:/path/to/file'. As a
result, it fails to find a requested file.
2017-10-10 21:30:43 +00:00
2017-08-08 21:10:21 +00:00
2017-08-07 21:16:32 +00:00
2017-05-05 22:53:32 +00:00
2017-08-07 23:25:09 +00:00
2017-05-05 22:53:32 +00:00
2017-10-10 21:19:43 +00:00
2015-11-29 17:05:02 +00:00
2017-04-29 22:04:31 +00:00
2015-12-12 21:08:44 +00:00
2015-11-29 17:05:02 +00:00
2017-05-05 22:53:32 +00:00
2017-05-05 22:53:32 +00:00
Description
MirBSD Korn Shell for Jehanne
6.7 MiB
Languages
C 57.6%
Shell 26%
Roff 13.3%
Perl 2.6%
Makefile 0.5%