[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (37db08acdd -> acada79767)
From: |
Patrice Dumas |
Subject: |
master updated (37db08acdd -> acada79767) |
Date: |
Sun, 26 Nov 2023 10:40:44 -0500 (EST) |
pertusus pushed a change to branch master.
from 37db08acdd * tp/Texinfo/XS/main/utils.c (section_level),
tp/Texinfo/XS/parsetexi/end_line.c (end_line_starting_block)
(end_line_misc_line), tp/Texinfo/XS/parsetexi/handle_commands.c
(handle_other_command), tp/Texinfo/XS/parsetexi/separator.c (handle_comma): use
lookup_extra_* functions with a specific type and dynaic type checking, when
possible.
new 8421b06374 * tp/Texinfo/XS/main/DocumentXS.xs (gdt): move from
TranslationsXS to DocumentXS. Remove TranslationsXS.pm and TranslationsXS.xs.
new 1de5197d3b tp/Makefile.am (dist_modules_DATA): remove TranslationsXS.pm
new acada79767 * tp/Texinfo/XS/main/DocumentXS.xs (gdt): update
build_texinfo_tree call.
Summary of changes:
.gitignore | 3 +-
ChangeLog | 18 +
tp/Makefile.am | 3 +-
tp/TODO | 4 -
tp/Texinfo/Common.pm | 18 +-
tp/Texinfo/StructTransf.pm | 54 ---
tp/Texinfo/Structuring.pm | 28 +-
tp/Texinfo/Transformations.pm | 18 +-
tp/Texinfo/Translations.pm | 2 +-
tp/Texinfo/TranslationsXS.pm | 44 ---
tp/Texinfo/XS/Makefile.am | 36 +-
tp/Texinfo/XS/main/DocumentXS.xs | 77 ++++
tp/Texinfo/XS/main/TranslationsXS.xs | 110 ------
.../XS/structuring_transfo/StructuringTransfo.xs | 431 ---------------------
tp/Texinfo/XSLoader.pm | 2 +-
15 files changed, 139 insertions(+), 709 deletions(-)
delete mode 100644 tp/Texinfo/StructTransf.pm
delete mode 100644 tp/Texinfo/TranslationsXS.pm
delete mode 100644 tp/Texinfo/XS/main/TranslationsXS.xs
delete mode 100644 tp/Texinfo/XS/structuring_transfo/StructuringTransfo.xs
- master updated (37db08acdd -> acada79767),
Patrice Dumas <=