*** empty log message ***

This commit is contained in:
Jim Meyering 2005-06-15 08:32:14 +00:00
parent 88a7148929
commit 8add4ac9cb
2 changed files with 11 additions and 1 deletions

View File

@ -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.

View File

@ -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.