[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3e4d14fe57 -> c485337600)
From: |
Patrice Dumas |
Subject: |
master updated (3e4d14fe57 -> c485337600) |
Date: |
Mon, 30 Sep 2024 07:56:25 -0400 (EDT) |
pertusus pushed a change to branch master.
from 3e4d14fe57 * tp/Texinfo/Convert/HTML.p (_xhtml_re_close_lone_element):
do not close again an already closed lone element. Do not match < to find the
closing >.
new 8c71fc9989 * tp/Texinfo/XS/convert/convert_html.c
(no_arg_formatted_cmd), tp/Texinfo/XS/convert/convert_html.h
(no_arg_formatted_cmd): make extern.
new c485337600 * tp/Texinfo/XS/Makefile.am (ConvertXS_la_SOURCES): remove
convert_html.c to only use shared data in libtexinfo-convert.
Summary of changes:
ChangeLog | 21 +++-
tp/Texinfo/Convert/HTML.pm | 175 +++++++++++++-------------
tp/Texinfo/XS/Makefile.am | 4 +-
tp/Texinfo/XS/convert/build_html_perl_state.c | 57 +++++++++
tp/Texinfo/XS/convert/convert_html.c | 6 +-
tp/Texinfo/XS/convert/convert_html.h | 1 +
6 files changed, 170 insertions(+), 94 deletions(-)
- master updated (3e4d14fe57 -> c485337600),
Patrice Dumas <=