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

Change #276687

Category texinfo
Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
Changed at Sat 01 Aug 2026 13:44:09
Repository https://git.savannah.gnu.org/git/texinfo.git
Project texinfo
Branch master
Revision c93190ebc5153759511ecd81c45bbb67c6b77d80

Comments

plaintext C converter contents formatting
* tta/perl/Texinfo/Convert/Plaintext.pm: move node_name and
_cache_node_names.

* tta/perl/Texinfo/Convert/Plaintext.pm (format_contents): remove
useless code.  Move repeat_count and spaces output before.

* tta/perl/Texinfo/Convert/Plaintext.pm (_convert): call
contents, shortcontents and summarycontents conversion in the same
condition.

* tta/C/convert/convert_to_plaintext.c (plaintext_convert_line)
(plaintext_convert_line_new_context): call para_end as should be.

* tta/C/convert/convert_to_info.c (info_format_contents),
tta/C/convert/convert_to_plaintext.c (PLAINTEXT_COMMAND_STRUCT)
(plaintext_format_contents, plaintext_functions)
(convert_to_plaintext_internal): implement plaintext_format_contents
and add dispatch and conversion of contents.

Changed files