[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master updated (f678428bb1 -> 7407936b8e)
From: |
Gavin D. Smith |
Subject: |
master updated (f678428bb1 -> 7407936b8e) |
Date: |
Sat, 21 Oct 2023 07:50:15 -0400 (EDT) |
gavin pushed a change to branch master.
from f678428bb1 in tp/Texinfo/XS gnulib-tool --add-import unicase/u8-tolower
new 8f7a316d52 * tp/Texinfo/XS/xspara.c (xspara__add_next): Eliminate code
handling control character markers to allow an end of sentence. It only handled
markers at the end of the string, not throughout, and also necessitated
modifying the string. These markers are added in Plaintext.pm by
_protect_sentence_ends and the result should only be passed to add_text (which
handles them), not to add_next.
new 7407936b8e * tp/Texinfo/Convert/Plaintext.pm (_convert): Move a block
of code to make it clearer that the result of _protect_sentence_ends is only
passed to add_text, not add_next.
Summary of changes:
ChangeLog | 16 ++++++++++++
tp/Texinfo/Convert/Plaintext.pm | 16 ++++++------
tp/Texinfo/XS/xspara.c | 56 ++++++++++++++++-------------------------
3 files changed, 46 insertions(+), 42 deletions(-)
- master updated (f678428bb1 -> 7407936b8e),
Gavin D. Smith <=