* 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>
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