]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Fix a bug in how pr -m -s works.
authorJim Meyering <jim@meyering.net>
Sun, 18 Mar 2007 15:21:26 +0000 (16:21 +0100)
committerJim Meyering <jim@meyering.net>
Sun, 18 Mar 2007 15:21:26 +0000 (16:21 +0100)
commit553d347d3e08e00ee4f9df520b37c964c3f26e28
tree189a05248c9fe5251a5bb5d32887125f19c70783
parentb1d89070f620c8787a36d93d67b0431ca15fb1dc
Fix a bug in how pr -m -s works.
* NEWS: Describe how the fix affects pr.
* src/pr.c (init_parameters): The --merge (-m) option does
not imply --expand-tabs (-e), so don't set "untabify_input".
Reported by Wis Macomson.
* tests/misc/pr: New file.  Test for the above fix.
* tests/misc/Makefile.am (TESTS): Add pr.
* THANKS: Update.
ChangeLog
NEWS
THANKS
src/pr.c
tests/misc/Makefile.am
tests/misc/pr [new file with mode: 0755]