Re: [PATCH] sig2str: Add tests.

2024-03-13 Thread Bruno Haible
Hello Collin, > The test environment documentation also > looks useful. If there is any interest in GNU Hurd or Solaris then I > could write them once I end up needing a virtual machine for them > again. This is not needed, since installing GNU Hurd and Solaris (on x86_64 systems) is easy enough:

Re: [PATCH] sig2str: Add tests.

2024-03-13 Thread Collin Funk
ted from git status. Your reasoning makes sense though. [1] https://git.savannah.gnu.org/cgit/gnulib/maint-tools.git/tree/platforms/test-environments.txt#n37 CollinFrom ba4402808278b7741ed0e4a208fbabc0fc8e1a96 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 13 Mar 2024 12:17:41 -0700 Subject: [PATC

Re: [PATCH] sig2str: Add tests.

2024-03-13 Thread Bruno Haible
Hello Collin, > I noticed that sig2str and str2sig may be part of the next POSIX > release and they are already provided by Solaris [1] [2]. > > I think it would be nice to put these two functions inside of signal.h > since it is becoming standardized. Yes, when functions become standardized and

[PATCH] sig2str: Add tests.

2024-03-13 Thread Collin Funk
40141 Mon Sep 17 00:00:00 2001 From: Collin Funk Date: Wed, 13 Mar 2024 12:17:41 -0700 Subject: [PATCH] sig2str: Add tests. * modules/sig2str-tests: New file. * tests/test-sig2str.c: New file. --- ChangeLog | 6 modules/sig2str-tests | 11 tests/test-sig2str.c