[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (6330a7f750 -> b6860609a7)
From: |
Patrice Dumas |
Subject: |
master updated (6330a7f750 -> b6860609a7) |
Date: |
Mon, 23 Dec 2024 17:44:49 -0500 (EST) |
pertusus pushed a change to branch master.
from 6330a7f750 * tp/Texinfo/Config.pm (_GNUT_document_warn,
_GNUT_document_fatal) (GNUT_set_from_cmdline,
texinfo_register_no_arg_command_formatting)
(GNUT_get_no_arg_command_formatting)
(texinfo_register_style_command_formatting) (GNUT_get_style_command_formatting)
(texinfo_register_special_unit_info): remove \n in messages. Remove chomp in
_GNUT_document_warn and _GNUT_document_fatal.
new 5e6d3feacb * tp/texi2any.pl: when parsing
-c/--set-customization-variable, determine the variable name before checking if
the value should be decoded.
new 58d59b8574 * tp/Texinfo/XS/teximakehtml.c
(get_cmdline_customization_option): clear option if value is undef, case
insensitive, to match what is done in Perl, setting to undef.
new 7c8ca6242b Fix memory leaks in teximakehtml (from valgrind)
new b6860609a7 * tp/Texinfo/XS/convert/texinfo.c,
tp/Texinfo/XS/teximakehtml.c (set_customization_default, main): remove
txi_config_set_customization_default from texinfo.c and add the similar
set_customization_default function to teximakehtml.c.
Summary of changes:
ChangeLog | 28 +++++++++++++++++
tp/Texinfo/XS/convert/texinfo.c | 13 --------
tp/Texinfo/XS/convert/texinfo.h | 2 --
tp/Texinfo/XS/teximakehtml.c | 35 +++++++++++++++++++---
.../non_ascii_command_line/os%c3%a9_utf8.2 | 2 +-
tp/texi2any.pl | 11 ++++---
6 files changed, 65 insertions(+), 26 deletions(-)
- master updated (6330a7f750 -> b6860609a7),
Patrice Dumas <=