[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (3de072ae55 -> 55ab4547df)
From: |
Gavin D. Smith |
Subject: |
master updated (3de072ae55 -> 55ab4547df) |
Date: |
Fri, 18 Oct 2024 10:55:11 -0400 (EDT) |
gavin pushed a change to branch master.
from 3de072ae55 * tp/Texinfo/Translations.pm (translate_string),
tp/Texinfo/XS/main/translations.c (translate_string): consider an empty string
to be an unset value, and do the same checks in C and Perl.
new eb19724bd8 Function to estimate number of "targets" for a manual
new 55ab4547df C hashmap implementation
Summary of changes:
ChangeLog | 41 ++++++
tp/Texinfo/XS/Makefile.am | 2 +
tp/Texinfo/XS/convert/converter.c | 8 +-
tp/Texinfo/XS/convert/get_converter_perl_info.c | 2 +-
tp/Texinfo/XS/convert/hashmap.c | 170 ++++++++++++++++++++++++
info/tag.h => tp/Texinfo/XS/convert/hashmap.h | 17 +--
tp/Texinfo/XS/convert/html_converter_finish.c | 5 +
tp/Texinfo/XS/convert/html_prepare_converter.c | 68 ++++++++--
tp/Texinfo/XS/main/converter_types.h | 3 +
tp/Texinfo/XS/teximakehtml.c | 3 +-
10 files changed, 295 insertions(+), 24 deletions(-)
create mode 100644 tp/Texinfo/XS/convert/hashmap.c
copy info/tag.h => tp/Texinfo/XS/convert/hashmap.h (59%)
- master updated (3de072ae55 -> 55ab4547df),
Gavin D. Smith <=