diff options
author | Jim Meyering <jim@meyering.net> | 1995-11-30 03:51:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1995-11-30 03:51:59 +0000 |
commit | c1e61448b3f6ae19b7214caea8799b98e34e3b1f (patch) | |
tree | 39259659f28516db7b7a553a84e2f6ca8136c7b2 /old/textutils | |
parent | 2f077ef41f2adb78e77b317d8208a7471e1ac885 (diff) | |
download | coreutils-c1e61448b3f6ae19b7214caea8799b98e34e3b1f.tar.xz |
.
Diffstat (limited to 'old/textutils')
-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 1dfefa25d..895a203e7 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. |