GNU bug report logs -
#12966
cut: Problems with overlapping, open-ended ranges
Previous Next
Reported by: "Marcel Böhme" <hawkie <at> web.de>
Date: Fri, 23 Nov 2012 08:14:01 UTC
Severity: normal
Done: Jim Meyering <jim <at> meyering.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
On 11/24/2012 08:11 AM, Jim Meyering wrote:
> Subject: [PATCH] cut: interpret "-b3-,2-" like "-b2-", not like "-b3-"
Isn't it the other way round? I.e. "-b3-,2-" has already been working
correctly.
- Subject: [PATCH] cut: interpret "-b3-,2-" like "-b2-", not like "-b3-"
+ Subject: [PATCH] cut: interpret "-b2-,3-" like "-b2-", not like "-b3-"
> diff --git a/NEWS b/NEWS
> index 15fddd4..284525e 100644
> --- a/NEWS
> +++ b/NEWS
> @@ -14,6 +14,10 @@ GNU coreutils NEWS -*- outline -*-
> Instead, cut now fails and emits an appropriate diagnostic.
> [This bug was present in "the beginning".]
>
> + cut now handles overlapping right-open-ended ranges properly. Before,
> + it would interpret "-b3-,2-" like "-b3-". Now it's treated like "-b2-".
> + [This bug was present in "the beginning".]
> +
Likewise.
> diff --git a/THANKS.in b/THANKS.in
> index 016a41e..3080cd3 100644
> --- a/THANKS.in
> +++ b/THANKS.in
> @@ -367,6 +367,7 @@ Marc Haber mh+debian-bugs <at> zugschlus.de
> Marc Mengel mengel <at> fnal.gov
> Marc Lehman schmorp <at> schmorp.de
> Marc Olzheim marcolz <at> stack.nl
> +Marcel Böhme hawkie <at> web.de
> Marco Franzen Marco.Franzen <at> Thyron.com
> Marcus Brinkmann http://www.marcus-brinkmann.de
> Marcus Daniels marcus <at> ee.pdx.edu
That change will conflict with Padraig's pending patch for
http://bugs.gnu.org/12959.
Otherwise, the patch looks good.
BTW: interestingly, the i18n patch of openSuSE downstream
already had such a fix included for ages (line 215):
https://build.opensuse.org/package/view_file?file=coreutils-i18n.patch&package=coreutils&project=Base%3ASystem
Have a nice day,
Berny
This bug report was last modified 12 years and 176 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.