summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-01-17 18:14:28 +0000
committerJim Meyering <jim@meyering.net>1999-01-17 18:14:28 +0000
commit3f05e0467fd10d8626a11b54ba6709640bd3a831 (patch)
treee481b4d4d36fa23b8fd4f730a6b6a1e12f8fad71
parentea020acdd29efdaf7bf6c465e7339e1a6e712292 (diff)
downloadcoreutils-3f05e0467fd10d8626a11b54ba6709640bd3a831.tar.xz
*** empty log message ***
-rw-r--r--old/fileutils/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 17844b89e..5d58cb625 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,11 +1,22 @@
+1999-01-17 Jim Meyering <meyering@ascend.com>
+
+ * src/ln.c (same_name): Use SAME_INODE rather than open coding it.
+
1999-01-16 Jim Meyering <meyering@ascend.com>
+ * lib/argmatch.c (ARGMATCH_DIE_DECL): Use it.
+
+ * acconfig.h: Remove @BOTTOM@ section.
+ Instead, add the define and decl via m4/jm-macros.m4.
+
* src/ls.c: Don't declare base_name.
Use function-style XARGMATCH once again.
* src/touch.c: Likewise.
* acconfig.h: Add a @BOTTOM@ section.
(ARGMATCH_DIE) [@BOTTOM@]: Define to usage(1).
Declare usage.
+ From Akim Demaille.
+
* src/cp.c: Remove declarations of base_name and get_version.
(main): Don't call getenv ("VERSION_CONTROL"); xget_version does it.
Use xget_version and function-style XARGMATCH.