summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2008-02-02 09:04:24 +0100
committerJim Meyering <meyering@redhat.com>2008-02-02 09:04:24 +0100
commitae96ae296ba2cf3d6aa55b631544e9dd2d874d7d (patch)
treec55e4beb327f94c99b059426cfad29b5beb634bd
parent7cf7888ee972f526313393eefe9809721e4252f0 (diff)
downloadcoreutils-ae96ae296ba2cf3d6aa55b631544e9dd2d874d7d.tar.xz
Clarify a comment.
* tests/sort/Test.pm: Replace a vague ChangeLog reference with a URL.
-rw-r--r--ChangeLog5
-rw-r--r--tests/sort/Test.pm7
2 files changed, 9 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 62c793069..b52f17f56 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-02-02 Jim Meyering <meyering@redhat.com>
+
+ Clarify a comment.
+ * tests/sort/Test.pm: Replace a vague ChangeLog reference with a URL.
+
2008-01-31 Bob Proulx <bob@proulx.com>
Improve wording of date and time man page.
diff --git a/tests/sort/Test.pm b/tests/sort/Test.pm
index 7fd499999..e4d98be47 100644
--- a/tests/sort/Test.pm
+++ b/tests/sort/Test.pm
@@ -1,7 +1,7 @@
# -*-perl-*-
# Test "sort".
-# Copyright (C) 1996-1999, 2001-2007 Free Software Foundation, Inc.
+# Copyright (C) 1996-1999, 2001-2008 Free Software Foundation, Inc.
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -128,8 +128,9 @@ my @tv = (
["10e", '-k 1.2,1.2', "ab\nba\n", "ba\nab\n", 0],
#
# The way sort works on these inputs (10f and 10g) seems wrong to me.
-# See May 30 ChangeLog entry. POSIX doesn't seem to say one way or
-# the other, but that's the way all other sort implementations work.
+# See http://git.sv.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=3c467c0d223
+# POSIX doesn't seem to say one way or the other, but that's the way all
+# other sort implementations work.
["10f", '-t : -k 1.3,1.3', ":ab\n:ba\n", ":ba\n:ab\n", 0],
["10g", '-k 1.4,1.4', "a ab\nb ba\n", "b ba\na ab\n", 0],
#