]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sat, 5 Nov 2005 09:35:16 +0000 (09:35 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 5 Nov 2005 09:35:16 +0000 (09:35 +0000)
ChangeLog

index 2a52300af2e06aa3743c2874ca9258ff9baeac4c..7a7775474d74309451c13ce3fd17797f9481ae95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.