[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (1d6515aa2d -> 6645796a3e)
From: |
Patrice Dumas |
Subject: |
master updated (1d6515aa2d -> 6645796a3e) |
Date: |
Mon, 20 May 2024 08:27:53 -0400 (EDT) |
pertusus pushed a change to branch master.
from 1d6515aa2d Set remaining configuration vaiables in CONF
new 8e9f85fff1 * tp/Texinfo/XS/parsetexi/conf.h (parser_conf): rename conf
as parser_conf. Update users.
new a818443aed * tp/Texinfo/XS/parsetexi/conf.h (PARSER_CONF): rename CONF
as PARSER_CONF.
new 6645796a3e * tp/Texinfo/XS/parsetexi/conf.c: add parser_ in the name
of all the functions in conf.c that are part of the parser public API.
Summary of changes:
ChangeLog | 15 ++++
tp/Texinfo/XS/main/translations.c | 16 ++--
tp/Texinfo/XS/parsetexi/Parsetexi.pm | 26 +++---
tp/Texinfo/XS/parsetexi/Parsetexi.xs | 33 ++++----
tp/Texinfo/XS/parsetexi/api.c | 16 ++--
tp/Texinfo/XS/parsetexi/commands.c | 2 +-
tp/Texinfo/XS/parsetexi/conf.c | 134 +++++++++++++++---------------
tp/Texinfo/XS/parsetexi/conf.h | 38 ++++-----
tp/Texinfo/XS/parsetexi/debug_parser.c | 12 +--
tp/Texinfo/XS/parsetexi/end_line.c | 12 +--
tp/Texinfo/XS/parsetexi/errors_parser.c | 2 +-
tp/Texinfo/XS/parsetexi/handle_commands.c | 4 +-
tp/Texinfo/XS/parsetexi/indices.c | 2 +-
tp/Texinfo/XS/parsetexi/input.c | 13 +--
tp/Texinfo/XS/parsetexi/macro.c | 20 ++---
tp/Texinfo/XS/parsetexi/menus.c | 4 +-
tp/Texinfo/XS/parsetexi/parser.c | 19 +++--
17 files changed, 192 insertions(+), 176 deletions(-)
- master updated (1d6515aa2d -> 6645796a3e),
Patrice Dumas <=