X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2FChangeLog;h=6f4bd8d0f06151c4d342ccbb05ee70d0f3b55847;hb=0250386985b837c967b3682affd27965a0bc9d6d;hp=6e58ab995982658000cd3d9782c1393134008b5f;hpb=bd63935b8ac05a50706b7b56540cd0396b528c77;p=gnulib.git diff --git a/lib/ChangeLog b/lib/ChangeLog index 6e58ab995..6f4bd8d0f 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,46 @@ +2006-10-06 Paul Eggert + + * mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file + name (relative to the original working directory) and the file + name component (relative to the temporary working directory). All + callers changed. + * mkancesdirs.h (mkancesdirs): Adjust prototype to match. + * mkdir-p.c (make_dir_parents): Likewise. + * mkdir-p.h (make_dir_parents): Likewise. + +2006-10-06 Eric Blake + + * clean-temp.h (close_stream_temp): New declaration. + * clean-temp.c (includes): Pull in headers according to what + other modules are in use. + (close_stream_temp) [GNULIB_CLOSE_STREAM]: New function. + +2006-10-06 Bruno Haible + + * clean-temp.h (cleanup_temp_file, cleanup_temp_subdir, + cleanup_temp_dir_contents, cleanup_temp_dir): Change return type to + int. + * clean-temp.c (do_unlink, do_rmdir, cleanup_temp_file, + cleanup_temp_subdir, cleanup_temp_dir_contents, cleanup_temp_dir): + Return an error indicator. + Suggested by Eric Blake. + +2006-10-06 Bruno Haible + + * clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd. + Reported by Eric Blake. + +2006-10-06 Bruno Haible + and Paul Eggert + + * closeout.c (close_stdout): Also close stderr. + * closeout.h: Update comment. + +2006-10-06 Bruno Haible + + * javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp + instead of fopen, fwriteerror. + 2006-10-05 Bruno Haible * clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,