Re: [PATCH] Update RE_SYNTAX_EMACS to include features used by GNU Emacs

2025-07-09 Thread Collin Funk
Bernhard Voelker writes: > 2. Commit (to be pushed) to gnulib - see attachment. > > Good to push? That patch looks good, thanks. I confirmed that I receive the same output when running './regexprops "Regular Expressions" generic'. I'll send you a patch later to fix 'make syntax-check' after the

tests: adjust shell syntax that breaks AIX /bin/sh

2025-01-25 Thread Collin Funk
done bash-5.2$ ./test.sh a b c a b c Normally I don't think this is worth fixing. But since it only affects one test case I have attached a patch that fixes it. Collin >From c46de123b5e876ad7c50db113551f04d04faf5b1 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Sat,

Re: test-framework-sh: Fix typo in function invocation (regression 2024-06-11).

2024-06-24 Thread Collin Funk
Bernhard Voelker writes: > Some of the files have to be physically copied into the version control like > COPYING > and the 'fdl.texi', for other files we wanted to keep track of changes. > This is the same in coreutils. > > Hence, the change in tests/init.sh will come with the next gnulib updat

Re: findutils 4.9.0: localeconv test failed on RISCV

2024-06-07 Thread Collin Funk
Hi, Bernhard Voelker writes: > There's been some char-related changes in the related gnulib files between > findutils 4.9.0 (2022) and the new 4.10.0. > Would you please test if that problem still exists there? No harm in trying this. However, I feel like this might be a platform bug. Yuqi can

[bug #65792] Improve support for file birth time

2024-05-26 Thread Collin Funk
Follow-up Comment #3, bug #65792 (group findutils): [comment #2 comment #2:] > That already exists (https://git.savannah.gnu.org/cgit/gnulib.git/tree/lib/stat-time.h#n156) and we're using it, as detailed in the first comment on this bug. But there are limitations in NetBSD's implementation which

[bug #65792] Improve support for file birth time

2024-05-26 Thread Collin Funk
Follow-up Comment #1, bug #65792 (group findutils): Perhaps it makes sense to add a function in Gnulib that allows fetching the creation-time of a file? On the BSDs you can use struct stat to get the birthtime [1]. Linux has statx as you mentioned [2]. Windows (not sure if Findutils supports it

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