Title
[filesys.ts] [PDTS] Parent of root directory unspecified
Status
open
Section
[path.generic]
Submitter
CH-4

Created on 2014-01-20.00:00:00 last changed 81 months ago

Messages

Date: 2016-01-28.01:00:35

Proposed resolution:

  1. Change 8.1 [path.generic]:

    The filename dot is treated as a reference to the current directory. The filename dot-dot is treated as a reference to the parent directory. What the filename dot-dot refers to relative to root-directory is implementation-defined. Specific filenames may have special meanings for a particular operating system.

Date: 2014-05-22.00:00:00

[ 2014-05-22 Beman provides wording, taken directly from POSIX. See pubs.opengroup.org/onlinepubs/9699919799/xrat/V4_xbd_chap04.html#tag_21_04_12 ]

Date: 2014-02-11.00:00:00

[ 2014-02-11 Issaquah: Implementation defined. See wiki notes for rationale. Beman to provide wording for review next meeting. ]

Date: 2014-02-15.00:00:00

[ 2014-02-07, Beman Dawes suggests wording ]

Date: 2016-01-31.20:31:05

Addresses: filesys.ts

8.1 [path.generic] says: "The filename dot-dot is treated as a reference to the parent directory." So it must be specified what "/.." and "/../.." refer to.

Add a statement what the parent directory of the root directory is.

History
Date User Action Args
2017-07-30 20:10:41adminsetstatus: wp -> open
2016-01-28 01:00:35adminsetmessages: + msg7707
2016-01-28 01:00:35adminsetmessages: + msg7706
2016-01-28 01:00:35adminsetmessages: + msg7705
2016-01-28 01:00:35adminsetmessages: + msg7704
2014-01-20 00:00:00admincreate