Change #271609
| Category | texinfo |
| Changed by | Patrice Dumas <pertusus@free.fr> |
| Changed at | Thu 18 Jun 2026 12:23:02 |
| Repository | https://git.savannah.gnu.org/git/texinfo.git |
| Project | texinfo |
| Branch | master |
| Revision | d20664ff930fe73a0ecc10cc99ebea03d22dec32 |
Comments
* tta/C/convert/convert_indices.c (wrap_converter_index_content_element), tta/C/convert/converter.c, tta/C/main/manipulate_indices.c (wrap_element_index_content_element) (index_entry_element_sort_string, setup_index_entries_sort_strings), tta/perl/XSTexinfo/parser_document/IndicesXS.xs (index_entry_element_sort_string): add and use a function reference in argument of entry_tree_element_sort_string for the index_content_element call. Add wrap_element_index_content_element and wrap_converter_index_content_element around *_index_content_element implementations to have a common prototype and be passed or used in entry_tree_element_sort_string. Pass to index_content_element wrapper to setup_index_entries_sort_strings. Remove converter_index_entry_element_sort_string and entry_tree_element_sort_string.
Changed files
- ChangeLog
- tta/C/convert/convert_indices.c
- tta/C/convert/convert_indices.h
- tta/C/convert/converter.c
- tta/C/convert/converter.h
- tta/C/main/manipulate_indices.c
- tta/C/main/manipulate_indices.h
- tta/perl/XSTexinfo/parser_document/IndicesXS.xs