[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (68969e6f5d -> 832063f895)
From: |
Patrice Dumas |
Subject: |
master updated (68969e6f5d -> 832063f895) |
Date: |
Sun, 10 Dec 2023 05:33:06 -0500 (EST) |
pertusus pushed a change to branch master.
from 68969e6f5d * tp/Texinfo/XS/convert/convert_html.c (format_simpletitle)
(html_default_format_titlepage, format_titlepage): implement format_titlepage
in C.
new 9464a3b056 * tp/Texinfo/Convert/HTML.pm (_default_format_end_file):
avoid using intermediary variables.
new 529e4cc109 * tp/Texinfo/XS/convert/convert_html.c
(html_finalize_output_state), tp/Texinfo/XS/convert/get_html_perl_info.c
(html_converter_initialize_sv), tp/Texinfo/XS/main/converter_types.h
(JSLICENSE_FILE_INFO, JSLICENSE_FILE_INFO_LIST) (JSLICENSE_CATEGORY_LIST,
CONVERTER): get jslicenses information from perl.
new 832063f895 * tp/Texinfo/options_data.txt (PROGRAM_NAME_IN_FOOTER):
type is int.
Summary of changes:
ChangeLog | 39 ++++
doc/texi2any_api.texi | 6 +-
tp/Texinfo/Convert/HTML.pm | 34 +--
tp/Texinfo/XS/convert/ConvertXS.xs | 49 +++++
tp/Texinfo/XS/convert/call_html_perl_function.c | 57 +++++
tp/Texinfo/XS/convert/call_html_perl_function.h | 2 +
tp/Texinfo/XS/convert/convert_html.c | 266 +++++++++++++++++++++---
tp/Texinfo/XS/convert/convert_html.h | 5 +
tp/Texinfo/XS/convert/get_html_perl_info.c | 80 +++++++
tp/Texinfo/XS/main/converter_types.h | 37 +++-
tp/Texinfo/options_data.txt | 2 +-
11 files changed, 527 insertions(+), 50 deletions(-)
- master updated (68969e6f5d -> 832063f895),
Patrice Dumas <=