mirror of
https://github.com/coreutils/coreutils.git
synced 2024-11-24 10:23:31 +08:00
*** empty log message ***
This commit is contained in:
parent
736dfd391d
commit
fd49083b38
16
ChangeLog
16
ChangeLog
@ -1,7 +1,21 @@
|
||||
2005-06-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
2005-06-13 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* Version 5.3.1.
|
||||
|
||||
* src/mkdir.c (main): When make_dir_parents changes the current working
|
||||
directory, give a diagnostic about each subsequent failure to create
|
||||
a dot-relative directory.
|
||||
* src/install.c (main): Likewise.
|
||||
(install_file_in_file_parents): Update make_dir_parents caller.
|
||||
|
||||
* src/mkdir.c (main): Give a diagnostic for -- and skip -- each
|
||||
relative directory name after make_dir_parents fails to restore
|
||||
the working directory. Before, `mkdir -p' could create directories
|
||||
in the wrong place in unusual circumstances.
|
||||
* tests/mkdir/p-3: New test for today's mkdir.c/mkdir-p.c bug fixes.
|
||||
|
||||
2005-06-10 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Act on the Austin Group's response yesterday to XCU ERN 63; see
|
||||
<http://www.opengroup.org/austin/docs/austin_260.txt>.
|
||||
* NEWS: ls no longer outputs an extra space between mode and link count.
|
||||
|
4
NEWS
4
NEWS
@ -122,6 +122,10 @@ GNU coreutils NEWS -*- outline -*-
|
||||
"mkdir -m =+x dir" no longer ignores the umask when evaluating "+x",
|
||||
and similarly for mkfifo and mknod.
|
||||
|
||||
"mkdir -p /tmp/a/b dir" no longer attempts to create the `.'-relative
|
||||
directory, dir (in /tmp/a), when, after creating /tmp/a/b, it is unable
|
||||
to return to its initial working directory.
|
||||
|
||||
"pr -D FORMAT" now accepts the same formats that "date +FORMAT" does.
|
||||
|
||||
** Improved portability
|
||||
|
Loading…
Reference in New Issue
Block a user