* mkancesdirs.c (mkancesdirs): Pass to MAKE_DIR both the full file
[gnulib.git] / lib / ChangeLog
index 6e58ab9..6f4bd8d 100644 (file)
@@ -1,3 +1,46 @@
+2006-10-06  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * 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  <ebb9@byu.net>
+
+       * 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  <bruno@clisp.org>
+
+       * 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  <bruno@clisp.org>
+
+       * clean-temp.c (PATH_MAX): Provide a fallback for GNU Hurd.
+       Reported by Eric Blake.
+
+2006-10-06  Bruno Haible  <bruno@clisp.org>
+       and Paul Eggert  <eggert@cs.ucla.edu>
+
+       * closeout.c (close_stdout): Also close stderr.
+       * closeout.h: Update comment.
+
+2006-10-06  Bruno Haible  <bruno@clisp.org>
+
+       * javacomp.c (write_temp_file): Use fopen_temp, fwriteerror_temp
+       instead of fopen, fwriteerror.
+
 2006-10-05  Bruno Haible  <bruno@clisp.org>
 
        * clean-temp.h (open_temp, fopen_temp, close_temp, fclose_temp,