[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (4f7bda3236 -> c61bcafb7e)
From: |
Patrice Dumas |
Subject: |
master updated (4f7bda3236 -> c61bcafb7e) |
Date: |
Wed, 17 Jan 2024 14:23:41 -0500 (EST) |
pertusus pushed a change to branch master.
from 4f7bda3236 Prevent M-x visit-menu segfault
new 6b70f14d1a * tp/Texinfo/Convert/Converter.pm
(determine_files_and_directory): make $output_format non-optional. Update
callers.
new c61bcafb7e Add initialization and finalization of conversion, separate
document from converter
Summary of changes:
ChangeLog | 62 ++++
tp/Texinfo/Convert/Converter.pm | 121 +++++---
tp/Texinfo/Convert/DocBook.pm | 55 ++--
tp/Texinfo/Convert/HTML.pm | 447 +++++++++++++++--------------
tp/Texinfo/Convert/IXIN.pm | 21 +-
tp/Texinfo/Convert/IXINSXML.pm | 7 +-
tp/Texinfo/Convert/Info.pm | 18 +-
tp/Texinfo/Convert/LaTeX.pm | 20 +-
tp/Texinfo/Convert/Plaintext.pm | 138 +++++----
tp/Texinfo/Convert/TexinfoMarkup.pm | 15 +-
tp/Texinfo/DebugTree.pm | 2 +-
tp/Texinfo/XS/convert/ConvertXS.xs | 16 +-
tp/Texinfo/XS/convert/IndicesXS.xs | 1 +
tp/Texinfo/XS/convert/convert_html.c | 9 +-
tp/Texinfo/XS/convert/convert_html.h | 2 +-
tp/Texinfo/XS/convert/get_html_perl_info.c | 286 ++++++++++--------
tp/Texinfo/XS/convert/get_html_perl_info.h | 4 +
tp/Texinfo/XS/main/get_perl_info.c | 61 ++--
tp/Texinfo/XS/main/get_perl_info.h | 1 +
tp/t/accents.t | 2 +-
20 files changed, 761 insertions(+), 527 deletions(-)
- master updated (4f7bda3236 -> c61bcafb7e),
Patrice Dumas <=