texinfo-commits
[Top][All Lists]
Advanced

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

master updated (44f64eda53 -> 7de28a166e)


From: Patrice Dumas
Subject: master updated (44f64eda53 -> 7de28a166e)
Date: Wed, 25 Dec 2024 03:06:33 -0500 (EST)

pertusus pushed a change to branch master.

    from 44f64eda53 Update po files.
     new a83287dd7a README-hacking, 
tp/Texinfo/XS/convert/call_conversion_perl.c: add call_conversion_perl as 
needing ppport.h, and follow ppport.h suggestion to include ppport.h.
     new 7de28a166e * tp/Texinfo/XS/Makefile.am (C_libtexinfo_sources), 
tp/Texinfo/XS/main/txi_config.c (GNUT_initialize_customization) (GNUT_get_conf, 
GNUT_decode_input, GNUT_encode_message) (txi_config_document_warn, 
set_option_value) (GNUT_set_customization_default, GNUT_set_from_cmdline) 
(GNUT_set_from_init_file, txi_config_add_to_option_list) 
(txi_config_remove_from_option_list), tp/Texinfo/XS/texi2any.c: move 
configuration related functions out of texi2any.c to the new main/txi_conf [...]


Summary of changes:
 .gitignore                                   |   1 +
 ChangeLog                                    |  26 ++
 README-hacking                               |   2 +-
 tp/Makefile.am                               |   1 +
 tp/Texinfo/Config.pm                         |  27 ++
 tp/Texinfo/{DocumentXS.pm => ConfigXS.pm}    |   8 +-
 tp/Texinfo/XS/Makefile.am                    |  20 ++
 tp/Texinfo/XS/convert/call_conversion_perl.c |  16 +-
 tp/Texinfo/XS/main/ConfigXS.xs               | 164 +++++++++
 tp/Texinfo/XS/main/txi_config.c              | 352 +++++++++++++++++++
 tp/Texinfo/XS/main/txi_config.h              |  52 +++
 tp/Texinfo/XS/texi2any.c                     | 508 +++++++++------------------
 12 files changed, 817 insertions(+), 360 deletions(-)
 copy tp/Texinfo/{DocumentXS.pm => ConfigXS.pm} (86%)
 create mode 100644 tp/Texinfo/XS/main/ConfigXS.xs
 create mode 100644 tp/Texinfo/XS/main/txi_config.c
 create mode 100644 tp/Texinfo/XS/main/txi_config.h



reply via email to

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