texinfo-commits
[Top][All Lists]
Advanced

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

master updated (21b34cc8c8 -> 610d0e5677)


From: Patrice Dumas
Subject: master updated (21b34cc8c8 -> 610d0e5677)
Date: Sat, 24 Feb 2024 20:18:47 -0500 (EST)

pertusus pushed a change to branch master.

    from 21b34cc8c8 * tp/Texinfo/XS/convert/convert_html.c 
(set_file_source_info) (html_destroy_files_source_info, html_set_pages_files), 
tp/Texinfo/XS/main/utils.h (FILE_SOURCE_INFO): free filepath coming from 
user-defined file_id_setting unit_file_name function. Copy filepath in 
FILE_SOURCE_INFO.
     new 6fb281434a * tp/Texinfo/XS/main/manipulate_tree.c (add_source_mark): 
correct used sizeof.  Allocate space one by one as more than one source mark in 
list is uncommon.
     new 610d0e5677 Add const.  Replace some int by size_t.


Summary of changes:
 ChangeLog                                          |  10 ++
 tp/Texinfo/XS/convert/ConvertXS.xs                 |   4 +-
 tp/Texinfo/XS/convert/convert_html.c               | 103 +++++++++++----------
 tp/Texinfo/XS/convert/convert_html.h               |   5 +-
 tp/Texinfo/XS/main/errors.c                        |  16 ++--
 tp/Texinfo/XS/main/errors.h                        |  14 +--
 tp/Texinfo/XS/main/manipulate_tree.c               |  52 ++++++-----
 tp/Texinfo/XS/main/manipulate_tree.h               |   8 +-
 tp/Texinfo/XS/main/output_unit.c                   |  10 +-
 tp/Texinfo/XS/main/output_unit.h                   |  10 +-
 tp/Texinfo/XS/main/tree.c                          |   2 +-
 tp/Texinfo/XS/main/tree.h                          |   2 +-
 tp/Texinfo/XS/parsetexi/source_marks.c             |  11 +--
 tp/Texinfo/XS/structuring_transfo/structuring.c    |   2 +-
 tp/Texinfo/XS/structuring_transfo/structuring.h    |   3 +-
 .../XS/structuring_transfo/transformations.c       |  52 ++++++-----
 .../XS/structuring_transfo/transformations.h       |   4 +-
 17 files changed, 163 insertions(+), 145 deletions(-)



reply via email to

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