diff options
author | Jim Meyering <jim@meyering.net> | 1995-07-09 16:42:40 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-07-09 16:42:40 +0000 |
commit | 307526e92d237a022e5f6708800417656fd21bae (patch) | |
tree | a852cf36d4a33ad6c10be08e9b2759c6e5b13e76 | |
parent | 6dfad5e900f643e1aa85ea46f165338228aafab0 (diff) | |
download | coreutils-307526e92d237a022e5f6708800417656fd21bae.tar.xz |
.
-rw-r--r-- | old/textutils/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index a4aa5bcef..7e2109d55 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -1,3 +1,17 @@ +Sun Jul 9 11:41:15 1995 Jim Meyering (meyering@comco.com) + + * sort.c (main): When using obsolescent +pos -pos syntax, allow + omission of field spec only when character offset is specified. + Otherwise, -. +. would be accepted. + +Sat Jul 8 13:48:06 1995 Jim Meyering (meyering@comco.com) + + * sort.c (main): Allow field spec, M, to be omitted in +M.N or -M.N + position specification. For compatibility with existing practice + (what vendors?), omitting M is now equivalent to specifying `0' for M, + but only when using the +pos -pos syntax, not with the -k option. + From Rick Sladkey (jrs@world.std.com). + Thu Jul 6 23:44:20 1995 Jim Meyering (meyering@comco.com) * od.c (dump): Correct loop-termination criterion. |