From: Paul Eggert Date: Mon, 21 Mar 2005 22:07:57 +0000 (+0000) Subject: Import changes from coreutils. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c51e91b7068830b4c3b3497828888e4b9a6de6b4;p=pspp Import changes from coreutils. --- diff --git a/lib/ChangeLog b/lib/ChangeLog index a619c80378..993597df68 100644 --- a/lib/ChangeLog +++ b/lib/ChangeLog @@ -1,3 +1,23 @@ +2005-03-21 Jim Meyering + + Changes imported from coreutils. + + * cycle-check.c: Don't include xalloc.h. + + * path-concat.c: Don't include assert.h. + (path_concat): Remove assertion that would have triggered + for ABASE starting with more than one slash. + Reported by Andreas Schwab. + + * path-concat.c (path_concat): Set *BASE_IN_RESULT + properly when ABASE is an absolute file name. + Correct the description of this function. + Include . + Add an assertion and a test driver. + This fixes a bug introduced on 2004-07-02. + Andreas Schwab reported the resulting failure of cp --parents: + http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html + 2005-03-18 Paul Eggert * strftime.c (my_strftime): If the underlying strftime returns 0