Change #271418
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Wed 17 Jun 2026 09:16:20 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | d6b126432d57bffbc7888709b576bafafa84a67a |
Comments
* tta/C/convert/texinfo.c (txi_complete_document): remove unused converter and element_cdt_tree_fn arguments. Update caller. * tta/C/main/build_perl_info.c (build_sv_options_from_options_list) (build_sv_converter_info_from_converter_initialization_info): remove converter argument as there should never be a converter already set in situation where these functions are called. Update callers. * tta/C/texi2any.c (main), tta/perl/texi2any.pl: move converter creation later now that there is no index sorting earlier needing a converter anymore. * tta/C/texi2any.c (main): error out if there is no converter at all, a situation which should never happen if the formats table is well done.
Changed files
- ChangeLog
- tta/C/convert/call_conversion_perl.c
- tta/C/convert/texinfo.c
- tta/C/convert/texinfo.h
- tta/C/main/build_perl_info.c
- tta/C/main/build_perl_info.h
- tta/C/texi2any.c
- tta/perl/Texinfo/DocumentNonXS.pm
- tta/perl/XSTexinfo/convert/ConvertHTMLXS.xs
- tta/perl/texi2any.pl
- tta/swig/texinfo.i