[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (b50e2304e5 -> 1c2debced6)
From: |
Patrice Dumas |
Subject: |
master updated (b50e2304e5 -> 1c2debced6) |
Date: |
Sat, 18 May 2024 19:23:58 -0400 (EDT) |
pertusus pushed a change to branch master.
from b50e2304e5 * tp/Texinfo/ParserNonXS.pm
(%parser_document_state_initialization): initialize explicitely 'current_part'.
new 7e8657f2cc * tp/Texinfo/XS/parsetexi/api.c (reset_parser, parse_file):
call reset_parser_except_conf in parse_file instead of reset_parser.
new 1c2debced6 * tp/Texinfo/XS/main/document_types.h (VALUE, VALUE_LIST):
move VALUE definition to document_types.h, define VALUE_LIST.
Summary of changes:
ChangeLog | 44 +++++++++++++++++
tp/Texinfo/XS/main/document_types.h | 13 ++++-
tp/Texinfo/XS/parsetexi/Parsetexi.pm | 6 +--
tp/Texinfo/XS/parsetexi/Parsetexi.xs | 25 ++++++++--
tp/Texinfo/XS/parsetexi/api.c | 22 ++++-----
tp/Texinfo/XS/parsetexi/api.h | 1 +
tp/Texinfo/XS/parsetexi/conf.c | 3 ++
tp/Texinfo/XS/parsetexi/conf.h | 3 ++
tp/Texinfo/XS/parsetexi/handle_commands.c | 4 +-
tp/Texinfo/XS/parsetexi/macro.c | 79 +++++++++++++++++++------------
tp/Texinfo/XS/parsetexi/macro.h | 7 ++-
11 files changed, 152 insertions(+), 55 deletions(-)
- master updated (b50e2304e5 -> 1c2debced6),
Patrice Dumas <=