[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (f4a97db399 -> 9d5447e3d2)
From: |
Patrice Dumas |
Subject: |
master updated (f4a97db399 -> 9d5447e3d2) |
Date: |
Sat, 19 Oct 2024 04:38:36 -0400 (EDT) |
pertusus pushed a change to branch master.
from f4a97db399 * README-hacking: add note that gettext also needs to be
upgraded under tp/Texinfo/XS.
new 5dcac6698d * tp/Texinfo/XS/convert/texinfo.c (txi_setup),
tp/Texinfo/XS/teximakehtml.c (main): do not call html_format_setup in txi_setup
to be output format independent, call in teximakehtml.c.
new ead89cbe48 * tp/Texinfo/XS/main/parser_conf.c (register_conf): break
immediately if a slot is found.
new 9d5447e3d2 * tp/Texinfo/XS/convert/converter.c (converter_setup),
tp/Texinfo/XS/main/document.c: inline txi_setup_lib_data in converter_setup.
Summary of changes:
ChangeLog | 29 +++++++++++++++++++++++++++
tp/Texinfo/XS/convert/converter.c | 6 +++++-
tp/Texinfo/XS/convert/texinfo.c | 1 -
tp/Texinfo/XS/main/build_perl_info.c | 30 ++--------------------------
tp/Texinfo/XS/main/document.c | 13 ------------
tp/Texinfo/XS/main/document.h | 3 ---
tp/Texinfo/XS/main/parser_conf.c | 1 +
tp/Texinfo/XS/main/utils.c | 38 ++++++++++++++++++++++++++++++++++++
tp/Texinfo/XS/main/utils.h | 2 ++
tp/Texinfo/XS/teximakehtml.c | 31 ++++++++++++-----------------
tp/texi2any.pl | 6 +++---
11 files changed, 93 insertions(+), 67 deletions(-)
- master updated (f4a97db399 -> 9d5447e3d2),
Patrice Dumas <=