[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (c92b326e86 -> a43aacc7ca)
From: |
Patrice Dumas |
Subject: |
master updated (c92b326e86 -> a43aacc7ca) |
Date: |
Sun, 12 Nov 2023 16:03:38 -0500 (EST) |
pertusus pushed a change to branch master.
from c92b326e86 * tp/Texinfo/XS/convert/convert_html.c
(prepare_index_entries_targets), tp/Texinfo/XS/convert/converter.c
(comma_index_subentries_tree, free_comma_index_subentries_tree): have
comma_index_subentries_tree return an ELEMENT_LIST.
new bd2b36c7d6 Update tp/TODO
new 78393c89e7 * tp/Texinfo/XS/parsetexi/parser.h (parser_float_list),
tp/Texinfo/XS/parsetexi/parser.c (store_document),
tp/Texinfo/XS/parsetexi/end_line.c (parser_float_list)
(end_line_starting_block): rename global float_records as parser_float_list.
new a43aacc7ca Separate types for list of floats and list of listoffloats
Summary of changes:
ChangeLog | 32 +++++++++++
tp/TODO | 50 +++--------------
tp/Texinfo/XS/main/build_perl_info.c | 2 +-
tp/Texinfo/XS/main/converter_types.h | 2 +-
tp/Texinfo/XS/main/document.c | 2 +-
tp/Texinfo/XS/main/floats.c | 71 +++++++++++++++----------
tp/Texinfo/XS/main/floats.h | 5 +-
tp/Texinfo/XS/main/tree_types.h | 13 ++++-
tp/Texinfo/XS/parsetexi/end_line.c | 6 +--
tp/Texinfo/XS/parsetexi/parser.c | 12 ++---
tp/Texinfo/XS/parsetexi/parser.h | 2 +-
tp/Texinfo/XS/structuring_transfo/structuring.c | 8 +--
12 files changed, 116 insertions(+), 89 deletions(-)
- master updated (c92b326e86 -> a43aacc7ca),
Patrice Dumas <=