[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new snapshot available: coreutils-8.20.119-54cdb0
From: |
Jim Meyering |
Subject: |
Re: new snapshot available: coreutils-8.20.119-54cdb0 |
Date: |
Thu, 14 Feb 2013 06:03:57 +0100 |
Pádraig Brady wrote:
> On 02/11/2013 11:55 AM, Pádraig Brady wrote:
>> This is another snapshot mainly to roll up translations.
>> We plan to release coreutils 8.21 this Thursday.
...
> Date: Thu, 14 Feb 2013 02:32:22 +0000
> Subject: [PATCH] build: avoid link failure in devmsg() on older linkers
>
> On linkers that don't remove unused functions,
> there will be a reference to a missing dev_debug symbol
> in the devmsg() function. So for now ...
>
> * src/system.h: ... move devmsg() from here ...
> * src/numfmt.c: ... to here, and document future cleanup.
> * src/factor.c: Likewise.
> ---
> src/factor.c | 18 +++++++++++++++++-
> src/numfmt.c | 21 ++++++++++++++++++---
> src/system.h | 15 ---------------
> 3 files changed, 35 insertions(+), 19 deletions(-)
...
> Date: Thu, 14 Feb 2013 04:27:34 +0000
> Subject: [PATCH] tests: avoid non portable sed use of \t
>
> * tests/du/threshold.sh: use `cut` rather than
> sed to avoid using the non portable \t which
> fails on sed on openbsd 5 at least.
> Also remove a redundant call to `tr` and avoid
> explicit setting of LANG=C which is done globally.
> ---
> tests/du/threshold.sh | 4 ++--
> 1 files changed, 2 insertions(+), 2 deletions(-)
Nice, very thorough testing.
Those patch look fine. Thanks!
- Re: new snapshot available: coreutils-8.20.113-1f1f4, (continued)
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Pádraig Brady, 2013/02/11
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Assaf Gordon, 2013/02/11
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Assaf Gordon, 2013/02/11
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Assaf Gordon, 2013/02/11
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Pádraig Brady, 2013/02/11
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Assaf Gordon, 2013/02/11
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Pádraig Brady, 2013/02/12
- Re: new snapshot available: coreutils-8.20.119-54cdb0, Assaf Gordon, 2013/02/12
Re: new snapshot available: coreutils-8.20.119-54cdb0, Pádraig Brady, 2013/02/13
- Re: new snapshot available: coreutils-8.20.119-54cdb0,
Jim Meyering <=