[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (6645796a3e -> 1ebba064df)
From: |
Patrice Dumas |
Subject: |
master updated (6645796a3e -> 1ebba064df) |
Date: |
Mon, 20 May 2024 10:16:58 -0400 (EDT) |
pertusus pushed a change to branch master.
from 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.
new 6456219f7c * tp/Texinfo/XS/parsetexi/api.c (parser_conf_reset_values)
(parser_conf_add_value): rename parser_reset_values_conf as
parser_conf_reset_values and parser_store_value as parser_conf_add_value.
Update users.
new 1ebba064df * tp/Texinfo/XS/parsetexi/source_marks.c
(source_marks_counters) (register_source_mark, transfer_source_marks): add
source_marks_counters array to hold the source marks counters.
Summary of changes:
ChangeLog | 13 +++++++++++++
tp/Texinfo/XS/parsetexi/Parsetexi.xs | 5 ++---
tp/Texinfo/XS/parsetexi/api.c | 4 ++--
tp/Texinfo/XS/parsetexi/api.h | 4 ++--
tp/Texinfo/XS/parsetexi/conf.c | 1 -
tp/Texinfo/XS/parsetexi/conf.h | 7 +++++--
tp/Texinfo/XS/parsetexi/source_marks.c | 30 +++++-------------------------
7 files changed, 29 insertions(+), 35 deletions(-)
- master updated (6645796a3e -> 1ebba064df),
Patrice Dumas <=