]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 03:51:59 +0000 (03:51 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 30 Nov 1995 03:51:59 +0000 (03:51 +0000)
old/textutils/ChangeLog

index 1dfefa25de2740408ea8cc0634cc3d74eee63ee0..895a203e7a9e74a4d3bbc02d8cfa619e18b8dc34 100644 (file)
@@ -1,3 +1,17 @@
+Wed Nov 29 21:50:53 1995  Jim Meyering  (meyering@comco.com)
+
+       * sort.c (begfield): Replace loop with equivalent if-else.
+       (limfield): Fix bug that made field specs like -k1.5 return a
+       pointer into LINE beyond the first field.
+       Don't try to trim trailing blanks here; it's not
+       possible because we don't know where the field begins.
+       Replace loop with equivalent if-else.
+       (trim_trailing_blanks): New function.
+       (findlines): Call it.
+       (keycompare): Likewise.
+       (main): Don't decrement T2 corresponding to `x' in field
+       specs like -ku.v,w.x.
+
 Sun Nov 26 15:50:23 1995  Jim Meyering  (meyering@comco.com)
 
        * csplit.c [!UINT_MAX]: Define.