]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 17 Jan 1999 18:14:28 +0000 (18:14 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 17 Jan 1999 18:14:28 +0000 (18:14 +0000)
old/fileutils/ChangeLog

index 17844b89e4e8ca4796309ece60ae98914a985d1d..5d58cb62511dd39c34e9e0ded6aeb4501fd84689 100644 (file)
@@ -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.