Change #239946
Category | texinfo |
Changed by | Gavin Smith <gavinsmith0123 | @gmail.com>
Changed at | Wed 16 Jul 2025 21:53:03 |
Repository | https://git.savannah.gnu.org/git/texinfo.git |
Project | texinfo |
Branch | master |
Revision | f09dc53276d52bb5f993bc67a08559532ae5e25b |
Comments
* info/run-external.c (get_output_from_program): Return exit status of program or 127 if there was an error. Add a parameter to save output from the program. All callers updated. * info/configfiles.c (run_info_hook): Use get_output_from_program. Add a parameter to save hook output. All callers updated.
Changed files
- ChangeLog
- info/configfiles.c
- info/configfiles.h
- info/info.c
- info/man.c
- info/run-external.c
- info/run-external.h