bug-cpio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patches to reduce duplication of Gnulib modules.


From: Collin Funk
Subject: Patches to reduce duplication of Gnulib modules.
Date: Tue, 06 Aug 2024 22:14:23 -0700
User-agent: Gnus/5.13 (Gnus v5.13)

Hi,

I noticed many files in cpio are older versions of those in Gnulib. Here
are a few patches to just import them.

Patch 1 fixes a function pointer that doesn't work when using 'gcc
-std=c23'. There 'int func ()' == 'int func (void)' so using arguments
throws an error.

Patch 2 makes 'make' return success when running 'make clean' before
'make check'.

Patch 3, 4, 5 removes filemode.c, idcache.c, and userspec.c instead
opting for updated versions in Gnulib.

I'd like to pull in Paul's recent changes to paxutils but that needs a
bit more work. So work-in-progress for now.

Collin

Attachment: 0001-maint-Allow-compilation-with-C23-compilers.patch
Description: Text Data

Attachment: 0002-build-Don-t-fail-on-make-clean-before-make-check.patch
Description: Text Data

Attachment: 0003-maint-Use-filemode-from-Gnulib.patch
Description: Text Data

Attachment: 0003-maint-Use-filemode-from-Gnulib.patch
Description: Text Data

Attachment: 0004-maint-Use-idcache-from-Gnulib.patch
Description: Text Data

Attachment: 0005-maint-Use-userspec-from-Gnulib.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]