[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (5a18fc618a -> 50f22306d1)
From: |
Patrice Dumas |
Subject: |
master updated (5a18fc618a -> 50f22306d1) |
Date: |
Mon, 15 Jan 2024 16:18:13 -0500 (EST) |
pertusus pushed a change to branch master.
from 5a18fc618a * tp/Texinfo/Convert/Info.pm (output): Rename a variable to
be less confusing. Explain in comment that setting 'text_before_first_node'
was a side-effect of calling convert_output_unit, and explain the purpose of
saving it. Reorder code slightly for clarity. No functional changes intended.
new 15b0157e69 * tp/Makefile.am (dist_modules_DATA),
tp/Texinfo/Indices.pm, tp/Texinfo/IndicesXS.pm, tp/Texinfo/XS/Makefile.am
(StructuringTransfoXS_la_SOURCES, StructuringTransfoXS_la_CPPFLAGS),
(xs_LTLIBRARIES, IndicesXS_la_*), tp/Texinfo/XS/convert/IndicesXS.xs,
tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs: move code related to
indices to a new XS file convert/IndicesXS.xs out of StructuringTransfoXS.xs.
new 50f22306d1 * doc/tp_api/Makefile.am (texi2any_internals_dependencies):
add Indices.pm.
Summary of changes:
.gitignore | 1 +
ChangeLog | 15 ++
doc/tp_api/Makefile.am | 1 +
tp/Makefile.am | 1 +
tp/Texinfo/Indices.pm | 15 +-
tp/Texinfo/{Convert/ConvertXS.pm => IndicesXS.pm} | 18 +--
tp/Texinfo/XS/Makefile.am | 26 +++-
tp/Texinfo/XS/convert/IndicesXS.xs | 155 +++++++++++++++++++++
.../XS/structuring_transfo/StructuringTransfoXS.xs | 108 --------------
9 files changed, 210 insertions(+), 130 deletions(-)
copy tp/Texinfo/{Convert/ConvertXS.pm => IndicesXS.pm} (82%)
create mode 100644 tp/Texinfo/XS/convert/IndicesXS.xs
- master updated (5a18fc618a -> 50f22306d1),
Patrice Dumas <=