From: Jim Meyering Date: Thu, 30 Nov 1995 03:51:59 +0000 (+0000) Subject: . X-Git-Tag: TEXTUTILS-1_13F~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c1e61448b3f6ae19b7214caea8799b98e34e3b1f;p=thirdparty%2Fcoreutils.git . --- diff --git a/old/textutils/ChangeLog b/old/textutils/ChangeLog index 1dfefa25de..895a203e7a 100644 --- a/old/textutils/ChangeLog +++ b/old/textutils/ChangeLog @@ -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.