[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ls -v is still inconsistent
From: |
Jim Meyering |
Subject: |
Re: ls -v is still inconsistent |
Date: |
Tue, 24 Mar 2009 22:15:59 +0100 |
Jim Meyering wrote:
> Kamil Dudka wrote:
>> From d889021cebb7bf798d1b7bf24149c354627e9553 Mon Sep 17 00:00:00 2001
>> From: Kamil Dudka <address@hidden>
>> Date: Fri, 20 Mar 2009 11:20:12 +0100
>> Subject: [PATCH] filevercmp: extension for simple and numbered backups
>
> Hi Kamil,
>
> Thanks again.
> Complete patch below.
> I'm merging this incremental, to retain (per Bruno's suggestion)
> the two test cases you removed.
> I'll add the ChangeLog entry, of course.
Pushed.
http://git.savannah.gnu.org/cgit/gnulib.git/commit/?id=1721cf06d9
Just after doing that I went to add a slightly different test of
ls -v in coreutils, but was surprised by this:
$ printf '%s\n' a a~ a.~1~ a.0 |src/sort -V
a~
a
a.~1~
a.0
I would have seen this if I'd looked more carefully at your test case,
once I restored the two removed entries.
I do see how this makes sense, and will test for this behavior.
Just wanted to note it here.
- Re: ls -v is still inconsistent, (continued)
- Re: ls -v is still inconsistent, Kamil Dudka, 2009/03/20
- Re: ls -v is still inconsistent, Jim Meyering, 2009/03/20
- Re: ls -v is still inconsistent, Bruno Haible, 2009/03/20
- Re: ls -v is still inconsistent, Kamil Dudka, 2009/03/20
- Re: ls -v is still inconsistent, Bob Proulx, 2009/03/20
- Re: ls -v is still inconsistent, Kamil Dudka, 2009/03/20
- Re: ls -v is still inconsistent, Kamil Dudka, 2009/03/23
- Re: ls -v is still inconsistent, Bob Proulx, 2009/03/23
Re: ls -v is still inconsistent, Bruno Haible, 2009/03/20
Re: ls -v is still inconsistent, Jim Meyering, 2009/03/24