comparison lib/ChangeLog @ 5723:abb9957d8566

Import changes from coreutils.
author Paul Eggert <eggert@cs.ucla.edu>
date Mon, 21 Mar 2005 22:07:57 +0000
parents 906acc558e32
children d77759f257ad
comparison
equal deleted inserted replaced
5722:adf2be655aae 5723:abb9957d8566
1 2005-03-21 Jim Meyering <jim@meyering.net>
2
3 Changes imported from coreutils.
4
5 * cycle-check.c: Don't include xalloc.h.
6
7 * path-concat.c: Don't include assert.h.
8 (path_concat): Remove assertion that would have triggered
9 for ABASE starting with more than one slash.
10 Reported by Andreas Schwab.
11
12 * path-concat.c (path_concat): Set *BASE_IN_RESULT
13 properly when ABASE is an absolute file name.
14 Correct the description of this function.
15 Include <assert.h>.
16 Add an assertion and a test driver.
17 This fixes a bug introduced on 2004-07-02.
18 Andreas Schwab reported the resulting failure of cp --parents:
19 http://lists.gnu.org/archive/html/bug-coreutils/2005-01/msg00130.html
20
1 2005-03-18 Paul Eggert <eggert@cs.ucla.edu> 21 2005-03-18 Paul Eggert <eggert@cs.ucla.edu>
2 22
3 * strftime.c (my_strftime): If the underlying strftime returns 0 23 * strftime.c (my_strftime): If the underlying strftime returns 0
4 (which shouldn't happen), generate nothing instead of returning 0 24 (which shouldn't happen), generate nothing instead of returning 0
5 immediately, so that nstrftime (NULL, ...) doesn't return 0. 25 immediately, so that nstrftime (NULL, ...) doesn't return 0.