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

Change #276573

Category texinfo
Changed by Patrice Dumas <pertususohnoyoudont@free.fr>
Changed at Thu 30 Jul 2026 11:02:05
Repository https://git.savannah.gnu.org/git/texinfo.git
Project texinfo
Branch master
Revision 970d06a8aefb75744299b1fcd94c0df5860c2bd6

Comments

Implement node line formatting in C info converter
* tta/C/convert/plaintext_paragraph.c (para_end_line): make return
value const.

* tta/C/convert/convert_to_plaintext.c (plaintext_convert_line): add.

* tta/C/convert/convert_to_info.c (info_output),
tta/C/convert/convert_to_plaintext.c (plaintext_free_converter),
tta/C/main/plaintext_converter_state.h (PLAINTEXT_CONVERTER_STATE):
add output_filename field to PLAINTEXT_CONVERTER_STATE, fill it and
free it.

* tta/C/convert/convert_to_info.c (info_format_node, directions):
implement info_format_node.

* tta/C/convert/convert_to_plaintext.c (PLAINTEXT_FORMAT_FUNCTIONS)
(plaintext_format_node, plaintext_functions)
(convert_to_plaintext_internal): add noop plaintext_format_node and
add dispatch of node formatting in conversion.

* tta/perl/Texinfo/Convert/Info.pm (format_node): always return
nothing.

Changed files