summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2004-03-10 17:39:40 +0000
committerJim Meyering <jim@meyering.net>2004-03-10 17:39:40 +0000
commitbfafc5243e506ca10a754bfcb0a63f1b85415519 (patch)
treec84c4bc12e0861c2921a1ba0ec6ac105d3dfc5be /ChangeLog
parent1b9d200986e2d6fc54f173b6b695a17009a7b21f (diff)
downloadcoreutils-bfafc5243e506ca10a754bfcb0a63f1b85415519.tar.xz
*** empty log message ***
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 733db6b07..ded444ec3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
`join -1 x' would give a misleading diagnostic
* src/join.c (string_to_join_field): Report that a non-numeric field
number is invalid, rather than `so large that it is not representable'.
+ * tests/join/Test.pm (invalid-j): New partial test for the above fix.
2004-03-06 Jim Meyering <jim@meyering.net>