[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (03c9181681 -> 8897c0c210)
From: |
Patrice Dumas |
Subject: |
master updated (03c9181681 -> 8897c0c210) |
Date: |
Wed, 10 Jan 2024 17:21:18 -0500 (EST) |
pertusus pushed a change to branch master.
from 03c9181681 * tp/Texinfo/XS/main/utils.c (copy_strings,
set_conf_string) (set_informative_command_value): add copy_strings and
set_conf_string functions. Use set_conf_string in
set_informative_command_value.
new 43e3278325 * tp/Texinfo/Structuring.pm (setup_sortable_index_entries):
remove the $silent argument, not used.
new 8897c0c210 doc/texinfo.texi (Output Formats): remove 'are' that seems
incorrect
Summary of changes:
ChangeLog | 49 +++++++++++++
doc/texinfo.texi | 2 +-
tp/TODO | 4 +
tp/Texinfo/Convert/Text.pm | 5 +-
tp/Texinfo/Structuring.pm | 21 +++---
tp/Texinfo/XS/convert/converter.c | 3 +
tp/Texinfo/XS/convert/indices_in_conversion.c | 6 +-
tp/Texinfo/XS/convert/indices_in_conversion.h | 2 +-
tp/Texinfo/XS/main/convert_to_text.c | 72 ++++++++++++++----
tp/Texinfo/XS/main/convert_to_text.h | 12 ++-
tp/Texinfo/XS/main/converter_types.h | 1 +
tp/Texinfo/XS/main/document.c | 12 +++
tp/Texinfo/XS/main/document.h | 5 ++
tp/Texinfo/XS/main/document_types.h | 5 ++
tp/Texinfo/XS/main/get_perl_info.c | 27 +++----
tp/Texinfo/XS/main/get_perl_info.h | 4 +-
tp/Texinfo/XS/main/utils.c | 23 +++++-
tp/Texinfo/XS/main/utils.h | 7 +-
tp/Texinfo/XS/parsetexi/end_line.c | 7 +-
tp/Texinfo/XS/parsetexi/indices.c | 2 +-
tp/Texinfo/XS/parsetexi/indices.h | 2 +-
.../XS/structuring_transfo/StructuringTransfoXS.xs | 85 +++++++++++++++++++---
tp/t/test_sort.t | 5 +-
23 files changed, 289 insertions(+), 72 deletions(-)
- master updated (03c9181681 -> 8897c0c210),
Patrice Dumas <=