diff options
author | Jim Meyering <jim@meyering.net> | 1996-11-25 03:12:57 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-11-25 03:12:57 +0000 |
commit | fe171f7d8f529068876838b9eeb3010c4b84d4fa (patch) | |
tree | d2492816acccc16c9360884c483bcdd9b5718cdb /old/textutils | |
parent | b0244698f95025cc4ea0fcf99d67111702264193 (diff) | |
download | coreutils-fe171f7d8f529068876838b9eeb3010c4b84d4fa.tar.xz |
.
Diffstat (limited to 'old/textutils')
-rw-r--r-- | old/textutils/ChangeLog | 3 | ||||
-rw-r--r-- | old/textutils/NEWS | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 45c3a5e60..7cac0608c 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -6,7 +6,8 @@ Sun Nov 24 21:02:15 1996 Jim Meyering <meyering@na-net.ornl.gov> * src/sort.c (set_ordering): Revert 1994-05-04 change to this function so that blanks are not unconditionally ignored when computing start - and end positions for numeric keys. Reported by Markus Demleitner. + and end positions for numeric keys with explicit character offsets. + Reported by Markus Demleitner. Sat Nov 23 16:07:08 1996 Jim Meyering <meyering@na-net.ornl.gov> diff --git a/old/textutils/NEWS b/old/textutils/NEWS index 04db13c58..899299799 100644 --- a/old/textutils/NEWS +++ b/old/textutils/NEWS @@ -1,5 +1,7 @@ Changes in release 1.20 Changes in test release 1.19r +* sort no longer improperly ignores blanks in determining starting and ending + positions for keys with explicit character offsets * fix bug in csplit with regexp and negative offset that led to infinite loop Changes in test release 1.19q * fix bug in sort -c that sometimes resulted in a segfault |