mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
Document changes responding to POSIX interpretations about pathchk -p
dated 2005-01-06.
This commit is contained in:
parent
2318511e2d
commit
183dd5f707
16
NEWS
16
NEWS
@ -1,5 +1,21 @@
|
||||
GNU coreutils NEWS -*- outline -*-
|
||||
|
||||
* Major changes in release 5.3.1 (2005-??-??) [unstable]
|
||||
|
||||
pathchk changes:
|
||||
|
||||
It now rejects the empty name in the normal case. That is,
|
||||
"pathchk -p ''" now fails, and "pathchk ''" fails unless the
|
||||
current host (contra POSIX) allows empty file names.
|
||||
|
||||
The new -P option checks whether a file name component has leading "-",
|
||||
as suggested in interpretation "Austin-039:XCU:pathchk:pathchk -p"
|
||||
<http://www.opengroup.org/austin/interps/doc.tpl?gdid=6232>.
|
||||
It also rejects the empty name even if the current host accepts it; see
|
||||
<http://www.opengroup.org/austin/interps/doc.tpl?gdid=6233>.
|
||||
|
||||
The --portability option is now equivalent to -p -P.
|
||||
|
||||
* Major changes in release 5.3.0 (2005-01-08) [unstable]
|
||||
|
||||
** Bug fixes
|
||||
|
Loading…
Reference in New Issue
Block a user