diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-24 07:36:36 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-08-24 07:36:36 +0000 |
commit | 59cf3747e3045a1cb778f502c5864a5881f1d60e (patch) | |
tree | f79f379b02f0c6d515c7dfeab34c54de03fe74bb /doc/ChangeLog | |
parent | 30e41c2ddc0f3f1067a486e5f8554a3e2657de0e (diff) | |
download | coreutils-59cf3747e3045a1cb778f502c5864a5881f1d60e.tar.xz |
POSIX-conformance fixes for "expand" and "unexpand".
Diffstat (limited to 'doc/ChangeLog')
-rw-r--r-- | doc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index f36958afc..7243ecf55 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,13 @@ +2004-08-24 Paul Eggert <eggert@cs.ucla.edu> + + POSIX-conformance fixes for "expand" and "unexpand". + * coreutils.texi: Standardize on "tab stop" (the POSIX usage) + rather than "tabstop". + (unexpand invocation): Use "blank" rather than "space" when + POSIX requires "blank". Define "blank". Initial blanks are + converted even if there's just one. For -a, convert two or + more blanks only if they occur just before a tab stop. + 2004-08-19 Paul Eggert <eggert@cs.ucla.edu> * coreutils.texi (chown invocation): Fix synopsis: |