summaryrefslogtreecommitdiff
path: root/old
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-06-26 12:39:19 +0000
committerJim Meyering <jim@meyering.net>1996-06-26 12:39:19 +0000
commit1bff89846be155126d4735e8df96f678f6326a06 (patch)
treeabd74f1a6231d96c4f74fadf915a239669742a9c /old
parentba87d08c0ef07596713534edf1b05a59d99efef4 (diff)
downloadcoreutils-1bff89846be155126d4735e8df96f678f6326a06.tar.xz
.
Diffstat (limited to 'old')
-rw-r--r--old/fileutils/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 1b6cdc857..abf72e6b8 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,3 +1,10 @@
+Wed Jun 26 06:58:58 1996 Jim Meyering <meyering@na-net.ornl.gov>
+
+ * ln.c (same_name): New function.
+ (do_link): Use it to test reliably whether A and B (from
+ ln --force A B) are hard links to the same file.
+ From Andreas Schwab.
+
Tue Jun 25 00:03:43 1996 Jim Meyering <meyering@na-net.ornl.gov>
* lib/getline.c: New file.