texinfo-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master updated (02f6f22251 -> 54955d9f92)


From: Patrice Dumas
Subject: master updated (02f6f22251 -> 54955d9f92)
Date: Fri, 4 Oct 2024 06:29:42 -0400 (EDT)

pertusus pushed a change to branch master.

    from 02f6f22251 * tp/Texinfo/XS/convert/converter.c (retrieve_converter) 
(unregister_converter_descriptor), 
tp/Texinfo/XS/convert/get_converter_perl_info.c (get_sv_converter), 
tp/Texinfo/XS/main/build_perl_info.c: use size_t for converter descriptor 
consistently.
     new f16628c732 * tp/Texinfo/XS/main/tree.c (insert_into_element_list) 
(insert_into_contents, insert_into_args): have indices be size_t. Remove the 
possibility to add at the end with a negative index, it is not used and the 
caller should be able to compute the index.
     new 647cdfcc65 * tp/Texinfo/XS/main/tree.c (list_set_empty_contents) 
(remove_from_element_list, remove_from_const_element_list) 
(remove_from_contents, remove_from_args): use size_t for indices. Remove the 
possibility to add at the end with a negative index, it is not used and the 
caller should be able to compute the index.
     new bf49689e32 * tp/Texinfo/XS/parsetexi/def.c (gather_def_item): start 
indices from the end of the contents for a more readable code and avoid 
negative argument for contents_child_by_index.
     new 54955d9f92 * tp/Texinfo/XS/parsetexi/menus.c 
(handle_menu_entry_separators): determine a positive index for entry_name.


Summary of changes:
 ChangeLog                                          | 37 +++++++++++++++++
 tp/Texinfo/XS/main/extra.c                         |  2 +-
 tp/Texinfo/XS/main/tree.c                          | 48 ++++++++--------------
 tp/Texinfo/XS/main/tree.h                          | 20 ++++-----
 tp/Texinfo/XS/parsetexi/def.c                      | 25 +++++------
 tp/Texinfo/XS/parsetexi/menus.c                    | 11 ++---
 tp/Texinfo/XS/parsetexi/parser.c                   |  9 ++--
 .../XS/structuring_transfo/transformations.c       |  2 +-
 8 files changed, 89 insertions(+), 65 deletions(-)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]