* check-module: Add copyright notice.
[pspp] / lib / ChangeLog
index 0add2fafd9533f831364f9629f7558997a4feabf..32cd7675985d76bb763cc4fccdf793ece6bd6a95 100644 (file)
@@ -1,5 +1,22 @@
+2006-08-14  Paul Eggert  <eggert@cs.ucla.edu>
+
+       * TODO: Remove; this belongs only in coreutils.
+
+2006-08-14  Eric Blake  <ebb9@byu.net>
+
+       Import the following change from libc:
+
+       2006-08-12  Ulrich Drepper  <drepper@redhat.com>
+
+       Upstream bug 2997.
+       * misc/error.c: Add space between program name and message if file
+       name is missing.
+
 2006-08-11  Paul Eggert  <eggert@cs.ucla.edu>
 
+       * pipe-safer.c (pipe_safer): Fix misspelling: HAVE_FUNC_PIPE ->
+       HAVE_PIPE.  Fix a file descriptor leak when fd_safer fails.
+
        * regex_internal.c (re_string_skip_chars): Don't assume WEOF fits
        in wchar_t.  Problem reported by Eric Blake.