[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ee16d864c2 -> 379190e46d)
From: |
Patrice Dumas |
Subject: |
master updated (ee16d864c2 -> 379190e46d) |
Date: |
Thu, 3 Oct 2024 13:42:57 -0400 (EDT) |
pertusus pushed a change to branch master.
from ee16d864c2 * tp/Texinfo/Convert/Converter.pm (converter),
tp/Texinfo/Convert/*.pm (converter_defaults): have converter_defaults return a
reference on a hash instead of a hash.
new 812071b296 * tp/Texinfo/XS/Makefile.am
(libtexinfo_convert_la_SOURCES): rename convert/converter_options.c as
convert/html_converter_init_options.c.
new 379190e46d * tp/Texinfo/XS/convert/ConvertXS.xs
(html_converter_customize), tp/Texinfo/XS/convert/convert_html.c
(html_converter_customize): rename html_converter_initialize as
html_converter_customize.
Summary of changes:
ChangeLog | 27 ++++++++
tp/Texinfo/Convert/HTML.pm | 71 ++++++++++++----------
tp/Texinfo/XS/Makefile.am | 14 ++---
tp/Texinfo/XS/convert/ConvertXS.xs | 2 +-
tp/Texinfo/XS/convert/convert_html.c | 11 ++--
tp/Texinfo/XS/convert/convert_html.h | 2 +-
tp/Texinfo/XS/convert/converter.c | 14 ++++-
tp/Texinfo/XS/convert/converter.h | 1 +
...ter_options.c => html_converter_init_options.c} | 49 ++++++++++++++-
...ter_options.h => html_converter_init_options.h} | 8 ++-
10 files changed, 144 insertions(+), 55 deletions(-)
rename tp/Texinfo/XS/convert/{converter_options.c =>
html_converter_init_options.c} (87%)
rename tp/Texinfo/XS/convert/{converter_options.h =>
html_converter_init_options.h} (70%)
- master updated (ee16d864c2 -> 379190e46d),
Patrice Dumas <=