summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-01-11 17:03:30 +0000
committerJim Meyering <jim@meyering.net>2005-01-11 17:03:30 +0000
commitee0c8162ab5a8fb0b9b43b6d6bd620c48b42a1d9 (patch)
tree14cc9cd56e3dbabcf962a408b3aeabd6bfd9d472 /ChangeLog
parent2c2ab4fe77b1fd31e31e7818c421de5a888cc330 (diff)
downloadcoreutils-ee0c8162ab5a8fb0b9b43b6d6bd620c48b42a1d9.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 806dba94a..0c39ce075 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -13,6 +13,7 @@
specified via the obsolete form. E.g., now this command fails:
_POSIX2_VERSION=1 ./unexpand -$(echo '2^64+1'|bc)
Before it would act like `_POSIX2_VERSION=1 ./unexpand -1'.
+ * tests/unexpand/basic-1 (obs-ovflo): New test for this.
2005-01-10 Paul Eggert <eggert@cs.ucla.edu>