diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-28 06:05:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-28 06:05:51 +0000 |
commit | d7d7ae76b2b3c585278e8dc9f0696d0f78db7c67 (patch) | |
tree | 85792db0dfbd1835d9f15820db3ebf8cc9dfbb6e | |
parent | da7809f65cce533e3cd55e4985515a15bc38f8fe (diff) | |
download | coreutils-d7d7ae76b2b3c585278e8dc9f0696d0f78db7c67.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 6da86ba33..74208f179 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,5 +1,15 @@ +Sat Dec 28 00:03:23 1996 Jim Meyering <meyering@na-net.ornl.gov> + + * src/pr.c (TAB_WIDTH): Parenthesize uses of parameters and renamed + from tab_width. + (POS_AFTER_TAB): Renamed from pos_after_tab. Define in terms of + TAB_WIDTH rather than duplicating the expression. + Fri Dec 27 17:29:02 1996 Jim Meyering <meyering@na-net.ornl.gov> + * tests/join-test/mk-script.pl: Fix a couple of thinkos and typos. + Now it works with pr's tests, too. + * tests/pr-test/Makefile.am (explicit): Regenerate list of files, this time with duplicates removed. |