bug#72472: gzip: simplify printing of offsets using -l and -v

2024-08-04 Thread Collin Funk
ore to that. Signals hurt my brain a bit, sorry... Collin >From 411035e0ed3dc024f26dd18b842f4bf10e2fa7bb Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 4 Aug 2024 16:44:43 -0700 Subject: [PATCH 1/2] gzip: simplify printing of offsets using -l and -v * bootstrap.conf (gnulib_modu

bug#72472: gzip: simplify printing of offsets using -l and -v

2024-08-13 Thread Collin Funk
Hi Jim, Paul, Paul Eggert writes: > On 2024-08-13 09:20, Jim Meyering wrote: >> While somewhat related, I don't see how an async-safe strcpy would let >> us remove that function. > > Agreed. You can't even use strcpy on 'char volatile *'; C prohibits > that. Async safety is about something else

bug#72610: maint: Update library names used by Gnulib.

2024-08-13 Thread Collin Funk
$(LIB_CLOCK_GETTIME). IIRC these libraries are only needed on older Glibc, Solaris, Android, and probably didn't break builds on modern platforms. Collin >From e770bd56f5fe22bc00f22c4dfaf6817cecfe4dd4 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Tue, 13 Aug 2024 17:42:32 -0700

bug#72989: Avoid using postal address in license.

2024-09-02 Thread Collin Funk
Following Simon's patch in Gnulib, replacing the old FSF postal address with a link [1]. [1] https://lists.gnu.org/archive/html/bug-gnulib/2024-09/msg4.html >From 69d994752b205cafd2d271948ef80b40fd0279dd Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Mon, 2 Sep 2024 12:09:35 -0700

bug#72610: gzip patch.

2024-09-11 Thread Collin Funk
Hi Jim, Jim Meyering writes: > Thanks for the patch and the message. > I have just pushed your patch. > > I was somewhat surprised to find that I have no trace of your original, > though I did find a very similarly-titled message about tar. Thanks! Interesting, perhaps I sent it at some unlucky

bug#74196: maint: assume proper behavior of tolower

2024-11-03 Thread Collin Funk
rom 118dba90c89a97c4343bbf6afd19c2c92919481f Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 3 Nov 2024 15:41:46 -0800 Subject: [PATCH] maint: assume proper behavior of tolower * gzip.h (tolow): Remove macro. * tailor.h (casemap): Use tolower instead of tolow. * util.c (strlwr): Likewise. --- gzip.h | 2 -- tailor.h

bug#74196: maint: assume proper behavior of tolower

2024-11-11 Thread Collin Funk
Hi Simon, Simon Josefsson writes: > This is for MSDOS/OS2/WIN32/ATARI only as far as I can tell -- do we > know that tolower() works as expected on these architectures? What > problem is caused by the current behaviour? I think it would be nice to > establish that first. I doubt MSDOS, OS2, A

bug#76024: maint: fix mistake in module renaming

2025-02-02 Thread Collin Funk
tat' perl -pi -e 's{^('"$re"')$}{$1-h}' bootstrap.conf It renamed realloc-gnu to realloc-gnu-h which does not exist. Patch attached. Collin >From 9fde49b9b828047a000165cd5e9ad4923c5a77aa Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sun, 2 Feb 20

bug#76024: maint: fix mistake in module renaming

2025-02-02 Thread Collin Funk
Jim Meyering writes: > However, the goal of that change was to move away from deprecated modules, > so from realloc-gnu to realloc-posix. This is what I'll push shortly: Ah, right. I forgot about the change from realloc-gnu to realloc-posix. Thanks! Collin