From: Jim Meyering Date: Sat, 5 Nov 2005 09:35:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: v6.0~1394 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4413276c243c24250f89481b23a5918c62ffb656;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 2a52300af2..7a7775474d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,16 @@ -2005-11-04 Jim Meyering +2005-11-04 Paul Eggert * Version 6.0-cvs. + * src/ln.c: Include filenamecat.c. + (FILE_BASENAME_CONCAT): Remove. + (do_link): Remove last arg DEST_IS_DIR. All callers changed. + (main): Use file_name_concat, base_name, and strip_trailing_slashes + instead of FILE_BASENAME_CONCAT. This simplifies the code, and avoids + the use of alloca. + +2005-11-04 Jim Meyering + * src/du.c (process_file): Don't overflow for files of size >= 2^31 on systems with stat.st_blocks of a signed 32-bit type. This bug causes trouble on some AIX 5.1 systems.