Change #273082
| Category | texinfo |
| Changed by | Gavin Smith <gavinsmith0123@gmail.com> |
| Changed at | Sat 27 Jun 2026 21:55:45 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | a07eefa7b1fc360af213309347cf9e3e7d3d3959 |
Comments
Separate HTML-specific conversion fields into separate object. * tta/C/main/converter_types.h (struct CONVERTER, struct HTML_CONVERTER_STATE): Add HTML_CONVERTER_STATE type for HTML-specific fields, and add "HTML_CONVERTER_STATE html_converter" field to CONVERTER. All uses updated.
Changed files
- ChangeLog
- tta/C/convert/build_html_perl_info.c
- tta/C/convert/build_html_perl_state.c
- tta/C/convert/call_html_perl_function.c
- tta/C/convert/convert_html.c
- tta/C/convert/converter.c
- tta/C/convert/format_html.c
- tta/C/convert/html_conversion_state.c
- tta/C/convert/html_converter_finish.c
- tta/C/convert/html_prepare_converter.c
- tta/C/main/build_perl_info.c
- tta/C/main/command_stack.c
- tta/C/main/converter_types.h
- tta/C/main/get_perl_info.c
- tta/C/main/utils.c
- tta/perl/XSTexinfo/convert/ConvertConverterXS.xs
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
- tta/perl/XSTexinfo/convert/get_html_perl_info.c