[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ac5fdcb6b5 -> 46043a4f96)
From: |
Patrice Dumas |
Subject: |
master updated (ac5fdcb6b5 -> 46043a4f96) |
Date: |
Sat, 24 Feb 2024 11:03:40 -0500 (EST) |
pertusus pushed a change to branch master.
from ac5fdcb6b5 * tp/Texinfo/XS/main/extra.c (add_extra_directions): check
if the extra directions already exist and create them only if they do not
exist. Update callers.
new 1959e86704 * tp/Texinfo/XS/main/extra.c (add_extra_contents): replace
the input list argument by no_lookup. If not set, first check that the array
does not exist before creating it. Update callers.
new 46043a4f96 Add const.
Summary of changes:
ChangeLog | 12 +++++++-
tp/Texinfo/XS/main/build_perl_info.c | 36 +++++++++++-----------
tp/Texinfo/XS/main/build_perl_info.h | 4 +--
tp/Texinfo/XS/main/document_types.h | 2 +-
tp/Texinfo/XS/main/extra.c | 23 ++++++++++----
tp/Texinfo/XS/main/extra.h | 2 +-
tp/Texinfo/XS/main/get_perl_info.c | 28 ++++++-----------
tp/Texinfo/XS/main/get_perl_info.h | 10 +++---
tp/Texinfo/XS/main/utils.c | 26 ++++++++++------
tp/Texinfo/XS/main/utils.h | 17 +++++-----
tp/Texinfo/XS/parsetexi/api.c | 19 ++++++------
tp/Texinfo/XS/parsetexi/api.h | 22 ++++++-------
tp/Texinfo/XS/parsetexi/handle_commands.c | 16 ++++------
tp/Texinfo/XS/parsetexi/handle_commands.h | 7 +++--
tp/Texinfo/XS/parsetexi/input.c | 10 +++---
tp/Texinfo/XS/parsetexi/input.h | 10 +++---
tp/Texinfo/XS/parsetexi/macro.c | 2 +-
tp/Texinfo/XS/parsetexi/macro.h | 2 +-
tp/Texinfo/XS/parsetexi/multitable.c | 7 ++---
tp/Texinfo/XS/parsetexi/parser.c | 2 +-
tp/Texinfo/XS/parsetexi/parser.h | 2 +-
tp/Texinfo/XS/structuring_transfo/structuring.c | 9 +++---
.../XS/structuring_transfo/transformations.c | 8 ++---
tp/maintain/regenerate_C_options_info.pl | 2 +-
24 files changed, 144 insertions(+), 134 deletions(-)
- master updated (ac5fdcb6b5 -> 46043a4f96),
Patrice Dumas <=