mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-12 03:15:15 +08:00
*** empty log message ***
This commit is contained in:
parent
88a7148929
commit
8add4ac9cb
@ -1,7 +1,11 @@
|
||||
2005-06-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
2005-06-15 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* Version 5.3.1.
|
||||
|
||||
* tests/mkdir/p-3: Add a test for just-fixed bug in mkdir-p.c.
|
||||
|
||||
2005-06-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Improve diagnostics for restore_cwd failure.
|
||||
* src/install.c (main): Standardize on a diagnostic for
|
||||
restore_cwd failure, and report errno.
|
||||
|
@ -1,3 +1,9 @@
|
||||
2005-06-15 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* mkdir-p.c (make_dir_parents): Don't let a failed chdir($PWD)
|
||||
stop us from restricting permissions of just-created absolute-named
|
||||
directories.
|
||||
|
||||
2005-06-14 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
Improve quality of diagnostics on restore_cwd failure.
|
||||
|
Loading…
Reference in New Issue
Block a user