FYI: maint: bootstrap: remove reference to unused hash-pjw module

2021-05-28 Thread Jim Meyering
I've just pushed this: maint: bootstrap: remove reference to unused hash-pjw module * bootstrap.conf (gnulib_modules): Remove hash-pjw. No longer used. diff --git a/bootstrap.conf b/bootstrap.conf index f55da99db..daea2824c 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -128,7

Re: [PATCH 0/1] Introduce sm3sum based on OSCCA SM3 hash

2021-05-28 Thread Paul Eggert
On 5/27/21 8:15 AM, Pádraig Brady wrote: I'm thinking rather than add yet another *sum util, we might go the route of a single utility with an option to select which algorithm to use. +1. This has long been something I wanted. We could simply overload 'cksum'

Re: [RFC PATCH] mv: add --swap option

2021-05-28 Thread Pádraig Brady
On 28/05/2021 02:02, Dominique Martinet wrote: Hi, Dominique Martinet wrote on Mon, Apr 12, 2021 at 02:23:41PM +0900: gnulib supports RENAME_EXCHANGE in renameatu, but there is currently no way of using it. Add a new switch to allow users to swap files atomically. I'm not going to insist if

Re: [PATCH 0/1] Introduce sm3sum based on OSCCA SM3 hash

2021-05-28 Thread Pádraig Brady
On 28/05/2021 10:04, Paul Eggert wrote: On 5/27/21 8:15 AM, Pádraig Brady wrote: I'm thinking rather than add yet another *sum util, we might go the route of a single utility with an option to select which algorithm to use. +1. This has long been something I wanted. We could simply overload

Re: [RFC PATCH] mv: add --swap option

2021-05-28 Thread Michael Stone
On Fri, May 28, 2021 at 09:25:26PM +0900, Dominique Martinet wrote: Pádraig Brady wrote on Fri, May 28, 2021 at 12:58:48PM +0100: Yes sorry for the delay. Thanks for the reply! I'm not sure about --swap in mv to be honest. We were considering a separate `replace` utility, which might be

Re: [RFC PATCH] mv: add --swap option

2021-05-28 Thread Dominique Martinet
Pádraig Brady wrote on Fri, May 28, 2021 at 12:58:48PM +0100: > Yes sorry for the delay. Thanks for the reply! > I'm not sure about --swap in mv to be honest. > We were considering a separate `replace` utility, > which might be more appropriate for this functionality. > I've added this --swap

Re: [PATCH 0/1] Introduce sm3sum based on OSCCA SM3 hash

2021-05-28 Thread Michael Stone
On Thu, May 27, 2021 at 04:15:20PM +0100, Pádraig Brady wrote: I'm thinking rather than add yet another *sum util, we might go the route of a single utility with an option to select which algorithm to use. +1