Reported by Miro Palmu <email@miropalmu.cc> in
<https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00199.html>.
* lib/pipe-filter.h (pipe_filter_gi_create): Don't say that this
function may return NULL.
+2024-10-26 Bruno Haible <bruno@clisp.org>
+
+ pipe-filter-gi: Correct documentation.
+ Reported by Miro Palmu <email@miropalmu.cc> in
+ <https://lists.gnu.org/archive/html/bug-gnulib/2024-10/msg00199.html>.
+ * lib/pipe-filter.h (pipe_filter_gi_create): Don't say that this
+ function may return NULL.
+
2024-10-16 Bruno Haible <bruno@clisp.org>
pthread-h tests: Fix a compilation error on MacOS X 10.4.
- If exit_on_error is true, any error will cause the main process to
exit with an error status.
If the subprocess does not start correctly, exit if exit_on_error is
- true, otherwise return NULL and set errno.
+ true.
The caller will write to the subprocess through pipe_filter_gi_write
and finally call pipe_filter_gi_close. During such calls, the