Re: Still a need for [ and pinky info pages?

2024-02-19 Thread Pádraig Brady
On 12/02/2024 05:42, Collin Funk wrote: Hello, I noticed an old FIXME note in coreutils.texi and TODO about info pages for these programs. Is there still a need/desire for them? I notice that `man [' opens the manpage for `test' so I assume there isn't much need for a separate one. When opening t

Re: [PATCH] maint: Prefer #include <...> for gnulib substitute headers

2024-02-19 Thread Pádraig Brady
On 18/02/2024 20:27, Collin Funk wrote: Hello, this patch just changes some include directives for system headers guaranteed by gnulib. More information can be found on this thread: https://lists.gnu.org/archive/html/bug-gnulib/2024-02/msg00133.html Thanks, Collin Pushed. Thanks, Pádraig

Re: [PATCH] blake2-impl.h: use the C99's inline keyword

2024-02-19 Thread Pádraig Brady
On 13/02/2024 07:36, nightquick wrote: Note: I'm aware that there's a GitHub repository (upstream) but it doesn't seem like the repository is practically active anymore. There's libb2 which also implements blake2 (with C99 inline), but it's a little different than the current one. The implemen

Re: [PATCH] dircolors: update list of archive file extensions

2024-02-19 Thread Pádraig Brady
On 16/02/2024 16:24, Michel Lind wrote: * src/dircolors.hin: Sort archive section by extension. Treat .crate (Rust archives) as archive files. Signed-off-by: Michel Lind This makes sense. We already have jar files included, and crates are essentially tar.gz files. Applied. thanks, Pádraig.