diff options
author | Jim Meyering <jim@meyering.net> | 2005-01-11 17:03:30 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-01-11 17:03:30 +0000 |
commit | ee0c8162ab5a8fb0b9b43b6d6bd620c48b42a1d9 (patch) | |
tree | 14cc9cd56e3dbabcf962a408b3aeabd6bfd9d472 | |
parent | 2c2ab4fe77b1fd31e31e7818c421de5a888cc330 (diff) | |
download | coreutils-ee0c8162ab5a8fb0b9b43b6d6bd620c48b42a1d9.tar.xz |
*** empty log message ***
-rw-r--r-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |