diff options
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,7 +1,16 @@ -2005-11-04 Jim Meyering <jim@meyering.net> +2005-11-04 Paul Eggert <eggert@cs.ucla.edu> * 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 <jim@meyering.net> + * 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. |