[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (ae94a3e31c -> 6d37bd76a5)
From: |
Patrice Dumas |
Subject: |
master updated (ae94a3e31c -> 6d37bd76a5) |
Date: |
Fri, 4 Oct 2024 05:59:36 -0400 (EDT) |
pertusus pushed a change to branch master.
from ae94a3e31c Add tp/Texinfo/Commands.pm tp/Texinfo/Options.pm generated
files
new b3221df3b2 * tp/Texinfo/XS/convert/texinfo.c (txi_parser),
tp/Texinfo/XS/teximakehtml.c (values, main): add a VALUE_LIST argument to
txi_parser.
new b6c82b00b0 * tp/Texinfo/XS/main/utils.c (add_new_option_value):
function to add an option with values based on a list, without trying to find
the index in sorted options, for cases where options are found with their
names, in practice for parser options.
new 6d37bd76a5 * tp/Texinfo/XS/convert/texinfo.c: add some comments.
Summary of changes:
ChangeLog | 35 +++++++++
tp/Texinfo/XS/convert/texinfo.c | 169 +++++++++++++++++++++++++++++++++++-----
tp/Texinfo/XS/convert/texinfo.h | 6 +-
tp/Texinfo/XS/main/utils.c | 18 +++++
tp/Texinfo/XS/main/utils.h | 3 +
tp/Texinfo/XS/teximakehtml.c | 34 +++++++-
6 files changed, 243 insertions(+), 22 deletions(-)
- master updated (ae94a3e31c -> 6d37bd76a5),
Patrice Dumas <=