[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (579f7c2796 -> 4ae5255b34)
From: |
Patrice Dumas |
Subject: |
master updated (579f7c2796 -> 4ae5255b34) |
Date: |
Sat, 23 Dec 2023 06:34:38 -0500 (EST) |
pertusus pushed a change to branch master.
from 579f7c2796 * tp/Texinfo/Convert/HTML.pm (_convert_anchor_command): get
id only if it will be used.
new d6ded40e4a * tp/Texinfo/Convert/HTML.pm (_convert_footnote_command):
distinguish footnote id and docid and output footid and docid after
disambiguation for footnote elements converted more than once.
new 4ae5255b34 * tp/Texinfo/XS/convert/convert_html.c
(compare_footnote_id) (find_footnote_id_number, prepare_footnotes_targets)
(convert_footnote_command, html_reset_converter),
tp/Texinfo/XS/main/converter_types.h (FOOTNOTE_ID_NUMBER,
HTML_SHARED_CONVERSION_STATE): setup and free shared conversion state
footnote_id_numbers and associated functions. Implement
convert_footnote_command in C. Do not use, because the shared conversion
states are not passed properly between C and perl.
Summary of changes:
ChangeLog | 17 ++++
tp/Texinfo/Convert/HTML.pm | 30 +++---
tp/Texinfo/XS/convert/convert_html.c | 177 ++++++++++++++++++++++++++++++++++-
tp/Texinfo/XS/convert/convert_html.h | 2 +-
tp/Texinfo/XS/main/converter_types.h | 8 +-
5 files changed, 217 insertions(+), 17 deletions(-)
- master updated (579f7c2796 -> 4ae5255b34),
Patrice Dumas <=