[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (36dc60bdef -> d040549fd6)
From: |
Patrice Dumas |
Subject: |
master updated (36dc60bdef -> d040549fd6) |
Date: |
Fri, 23 Feb 2024 06:35:00 -0500 (EST) |
pertusus pushed a change to branch master.
from 36dc60bdef * tp/Texinfo/XS/main/unicode.c (string_from_utf8): cast to
char * before using strdup.
new 48b242a98b * /tp/Texinfo/XS/convert/convert_html.c
(prepare_index_entries_targets, html_initialize_output_state),
tp/Texinfo/XS/main/converter_types.h (SORTED_INDEX_NAMES),
tp/Texinfo/XS/main/get_perl_info.c
(find_sorted_index_names_index_entry_extra_index_entry_sv),
tp/Texinfo/XS/main/utils.c (index_number_index_by_name): keep only indices with
entries in sorted_index_names. Have SORTED_INDEX_NAMES hold a list of INDEX
pointers. Remove INDEX_NUMBER.
new 9762ad9f9a * tp/Texinfo/XS/main/node_name_normalization.c
(convert_to_normalized_internal): change order of condition in if, change
comments.
new b0c4a76e57 * tp/Texinfo/XS/convert/get_html_perl_info.c
(html_get_shared_conversion_state): check if index_nr is not 0.
new d040549fd6 * tp/Texinfo/XS/convert/convert_html.c
(prepare_index_entries_targets): remove test of index having entries as indices
in sorted_index_names always have entries.
Summary of changes:
ChangeLog | 33 +++++
tp/Texinfo/XS/convert/convert_html.c | 174 ++++++++++++++-------------
tp/Texinfo/XS/convert/get_html_perl_info.c | 4 +-
tp/Texinfo/XS/main/converter_types.h | 8 +-
tp/Texinfo/XS/main/get_perl_info.c | 38 +++---
tp/Texinfo/XS/main/get_perl_info.h | 2 +-
tp/Texinfo/XS/main/node_name_normalization.c | 13 +-
tp/Texinfo/XS/main/utils.c | 6 +-
8 files changed, 157 insertions(+), 121 deletions(-)
- master updated (36dc60bdef -> d040549fd6),
Patrice Dumas <=