]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Mon, 24 Jan 2000 13:58:45 +0000 (13:58 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 24 Jan 2000 13:58:45 +0000 (13:58 +0000)
old/fileutils/ChangeLog

index 906c5ad28065d53dbc9e88916619db8acbc20b40..ea0388d9304c732babd6f3d6a793ea28737367eb 100644 (file)
@@ -1,3 +1,12 @@
+2000-01-24  Jim Meyering  <meyering@lucent.com>
+
+       * src/ln.c (usage): Describe behavior when LINK_NAME is omitted.
+       From Michael Stone.
+
+       * src/mv.c (main): Don't expect array index `n_files - 1' to evaluate
+       to `-1' for unsigned int n_files == 0.  Doing so lead to a segfault on
+       alpha.  From Michael Stone.
+
 2000-01-23  Jim Meyering  <meyering@lucent.com>
 
        * configure.in (AM_FUNC_OBSTACK): Remove. (move to m4/.)