Re: Ensuring that all the fields of struct predicate are initialized

2024-05-14 Thread Collin Funk
On 5/14/24 2:15 PM, James Youngman wrote: > I should explain that recently I've been using other languages which make > it possible to ensure at compile time that things are correctly initialised > and consistently used, and to be direct about it, I miss these things in C. Newer GCC versions have

Ensuring that all the fields of struct predicate are initialized

2024-05-14 Thread James Youngman
One of the worries in the back of my mind with findutils has always been about whether all the fields in `struct predicate` actually get initialised correctly by the parser functions. I should explain that recently I've been using other languages which make it possible to ensure at compile time th

Re: Some tidy-ups

2024-05-14 Thread Bernhard Voelker
On 5/14/24 10:06 AM, James Youngman wrote: See attached patches. If no objections, I will submit these soon. all 3 look good to me, thanks! Have a nice day, Berny

Re: Some tidy-ups

2024-05-14 Thread James Youngman
On Tue, May 14, 2024 at 9:06 AM James Youngman wrote: > > > On Tue, May 14, 2024 at 9:06 AM James Youngman wrote: > >> See attached patches. If no objections, I will submit these soon. >> >> >> From 76215fb45f29a035ddeb64ede8eb8078f02f5e75 Mon Sep 17 00:00:00 2001 From: James Youngman Date: M

Re: Some tidy-ups

2024-05-14 Thread James Youngman
On Tue, May 14, 2024 at 9:06 AM James Youngman wrote: > See attached patches. If no objections, I will submit these soon. > > > From ab0137eff33dcb09b1d108d99e3549fb1e5d38a6 Mon Sep 17 00:00:00 2001 From: James Youngman Date: Mon, 13 May 2024 21:37:05 +0100 Subject: [PATCH 2/3] Rename is_fts_e

Some tidy-ups

2024-05-14 Thread James Youngman
See attached patches. If no objections, I will submit these soon. From c785979507716d5c12e70a7fd5bf904487de000e Mon Sep 17 00:00:00 2001 From: James Youngman Date: Mon, 13 May 2024 21:27:12 +0100 Subject: [PATCH 1/3] Remove unused predicate field literal_control_chars. To: findutils-patc...@gnu.