Change #271407
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Wed 17 Jun 2026 01:06:26 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | 34ab712e19b4bdcf408c66284439694c39c290c8 |
Comments
* tta/C/main/document.c (document_sorted_indices_by_index) (document_sorted_indices_by_letter) (print_document_indices_sort_strings), tta/perl/Texinfo/DocumentNonXS.pm (print_document_indices_sort_string), tta/perl/XSTexinfo/parser_document/DocumentXS.xs (print_document_indices_sort_strings): remove unused converter arguments. Update callers. * tta/perl/t/test_utils.pl (test): remove use of a converter for a print_document_indices_sort_strings call with converter, as it is not possible anymore. * tta/perl/Texinfo/Convert/Converter.pm (_converter_indices_sort_strings): rename converter_indices_sort_strings as _converter_indices_sort_strings. * tta/perl/Texinfo/DocumentNonXS.pm (document_indices_sort_strings), tta/perl/XSTexinfo/parser_document/DocumentXS.xs: put setup_indices_sort_strings code in document_indices_sort_strings and remove setup_indices_sort_strings, since it is not called anymore. * tta/C/convert/texinfo.h, tta/swig/texinfo.i: remove STTF_setup_index_entries_sort_strings now that it has no effect. Update users.
Changed files
- ChangeLog
- doc/tta_api/api_includes/Texinfo-Convert-Converter.texi
- doc/tta_api/api_includes/Texinfo-Document.texi
- doc/tta_api/api_includes/Texinfo-Indices.texi
- tta/C/api_for_swig/swig_interface.c
- tta/C/convert/texinfo.c
- tta/C/convert/texinfo.h
- tta/C/main/document.c
- tta/C/main/document.h
- tta/C/main/manipulate_indices.c
- tta/C/texi2any.c
- tta/perl/Texinfo/Convert/Converter.pm
- tta/perl/Texinfo/Document.pm
- tta/perl/Texinfo/DocumentNonXS.pm
- tta/perl/Texinfo/Indices.pm
- tta/perl/XSTexinfo/parser_document/DocumentXS.xs
- tta/perl/t/test_utils.pl
- tta/perl/t/z_misc/test_sort.t
- tta/perl/texi2any.pl
- tta/swig/python/test_Texinfo.py
- tta/swig/texinfo.i