• Show log

    Commit

  • Hash : e6f00a57
    Author : Paul Eggert
    Date : 2015-09-22T20:04:13

    savewd: remove SAVEWD_CHDIR_READABLE
    
    It was problematic in the light of file systems that ignore umask.
    Problem reported by Sebastian Ungar in: http://bugs.gnu.org/21534
    * NEWS: Document this.
    * lib/mkancesdirs.c (mkancesdirs): MAKE_DIR now returns 0 if
    successful, -1 (setting errno) on failure, rather than something
    more complicated than that.
    * lib/mkdir-p.c (make_dir_parents):
    Do not use SAVEWD_CHDIR_READABLE.
    * lib/savewd.c (savewd_chdir):
    Remove support for SAVEWD_CHDIR_READABLE.
    * lib/savewd.h (SAVEWD_CHDIR_READABLE): Remove.
    

  • README

  • The files in this directory are used in many GNU packages,
    including coreutils, diffutils, and tar.
    The autoconf tests required for these files are in ../m4.