Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Change #271407

Category texinfo
Changed by Patrice Dumas <pertususohnoyoudont@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