[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (2ed8caa01b -> ac083f1040)
From: |
Patrice Dumas |
Subject: |
master updated (2ed8caa01b -> ac083f1040) |
Date: |
Tue, 13 Feb 2024 11:00:57 -0500 (EST) |
pertusus pushed a change to branch master.
from 2ed8caa01b * tp/Texinfo/XS/main/manipulate_indices.c (get_sort_key):
use upper cased sort string to obtain the sort key for all the collation types.
new 4c64e8a59c Use DOCUMENTLANGUAGE_COLLATION.
new ac083f1040 * tp/Texinfo/Convert/Converter.pm (%XS_overrides)
(get_converter_indices_sorted_by_letter), tp/Texinfo/XS/convert/ConvertXS.xs
(get_converter_indices_sorted_by_letter), tp/Texinfo/XS/main/build_perl_info.c
(build_sorted_indices_by_letter): override directly
get_converter_indices_sorted_by_letter, find indices information in XS through
perl hashes. Remove _XS_get_converter_indices_sorted_by_letter. Have
build_sorted_indices_by_letter use HV in argument and return HV i [...]
Summary of changes:
ChangeLog | 32 +++++++++++++
NEWS | 2 +
tp/Texinfo/Convert/Converter.pm | 54 ++++++++++++++--------
tp/Texinfo/Convert/IXIN.pm | 10 +---
tp/Texinfo/Convert/Plaintext.pm | 25 +++-------
tp/Texinfo/XS/convert/ConvertXS.xs | 35 +++++++++++---
tp/Texinfo/XS/convert/converter.c | 9 +++-
tp/Texinfo/XS/main/build_perl_info.c | 11 ++---
tp/Texinfo/XS/main/build_perl_info.h | 4 +-
tp/init/chm.pm | 13 +-----
.../index_collation_test.txt | 2 +-
11 files changed, 122 insertions(+), 75 deletions(-)
- master updated (2ed8caa01b -> ac083f1040),
Patrice Dumas <=