Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
texinfo-commits (thread)
[
Date Index
][
Top
][
All Lists
]
Advanced
[
Prev Period
]
Last Modified: Mon Jan 06 2025 16:41:02 -0500
Threads in reverse chronological order
[
Next Period
]
master updated (694afd4dd7 -> a9b7dbef07)
,
Patrice Dumas
,
2025/01/06
[no subject]
,
Patrice Dumas
,
2025/01/06
[no subject]
,
Patrice Dumas
,
2025/01/06
branch master updated: * tp/Texinfo/XS/configure.ac: remove the warning messages at the end, the check for enabled XS is done in the top configure.ac.
,
Patrice Dumas
,
2025/01/06
branch master updated: * tp/Texinfo/XS/configure.ac: improve a message.
,
Patrice Dumas
,
2025/01/06
branch master updated: * tp/Texinfo/XS/Makefile.am (ctexi2any, ctexi2any_LDADD) (ctexi2any_CFLAGS, ctexi2any_LDFLAGS), tp/Texinfo/XS/configure.ac (PERL_EMBEDDED, PERL_EXTUTILS_EMBED_ccopts) (PERL_EXTUTILS_EMBED_ldopts): check if ExtUtils::Embed is present, if not do not build ctexi2any, if yes, use "perl -MExtUtils::Embed -e ccopts" in ctexi2any CFLAGS and "perl -MExtUtils::Embed -e ldopts" in ctexi2any LDADD.
,
Patrice Dumas
,
2025/01/06
branch master updated: * tp/Texinfo/Convert/*.pm, tp/Texinfo/ParserNonXS.pm, tp/Texinfo/Structuring.pm, tp/Texinfo/Transformations.pm, tp/Texinfo/XS/convert/convert_html.c, tp/Texinfo/XS/convert/converter.c, tp/Texinfo/XS/convert/format_html.c, tp/Texinfo/XS/main/convert_to_texinfo.c, tp/Texinfo/XS/main/convert_to_text.c, tp/Texinfo/XS/main/node_name_normalization.c, tp/Texinfo/XS/parsetexi/end_line.c, tp/Texinfo/XS/parsetexi/handle_commands.c, tp/Texinfo/XS/structuring_transfo/structuring.c, tp/Texinfo/XS/struc [...]
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/ext/highlight_syntax.pm (_get_language): use the first argument to get the language.
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/Texinfo/Common.pm, tp/Texinfo/ParserNonXS.pm, tp/Texinfo/Convert/*.pm, tp/Texinfo/XS/convert/converter.c, tp/Texinfo/XS/convert/format_html.c, tp/Texinfo/XS/main/utils.c, tp/Texinfo/XS/parsetexi/*.c, tp/ext/*.pm, tp/init/*.pm: add comments and change variable names to make clearer when an arguments_line element is used when the type is not tested.
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/Texinfo/XS/texi2any.c (main), tp/texi2any.pl: add --[no-]number-footnotes to the help message.
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/Texinfo/XS/texi2any.c (main): if uninstalled, prepend +dev to PACKAGE_VERSION too.
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/maintain/regenerate_documentlanguages-loc.pl: update country codes. Add Namibia country code which seems to be missing.
,
Patrice Dumas
,
2025/01/05
branch master updated: * doc/texinfo.texi (@code{@@documentlanguage}), tp/maintain/regenerate_documentlanguages-loc.pl: add three letter languages that correspond to individual languages.
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/Texinfo/XS/texi2any.c (main): use a variable to be more robust for non_first_file_cmdline_options initialization and free'ing.
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/Texinfo/XS/texi2any.c (main): free texi2dvi_args also in case texi2dvi is not called.
,
Patrice Dumas
,
2025/01/05
branch master updated: * tp/Texinfo/XS/main/customization_options.c (clear_option) (clear_options_list): remove the OF_set_in_list flag in clear_option and not in clear_options_list, to be able to do it for individual options.
,
Patrice Dumas
,
2025/01/05
master updated (029ada1910 -> c2959a140e)
,
Patrice Dumas
,
2025/01/04
[no subject]
,
Patrice Dumas
,
2025/01/04
[no subject]
,
Patrice Dumas
,
2025/01/04
branch master updated: * tp/texi2any.pl: remove end of line in htlp message translated strings. Report from Benno Schulenberg.
,
Patrice Dumas
,
2025/01/04
branch master updated: * doc/txi-fi.tex: recode from Latin-1 into UTF-8
,
Gavin D. Smith
,
2025/01/04
branch master updated: TREE_TRANSFORMATIONS in ctexi2any
,
Patrice Dumas
,
2025/01/04
branch master updated: * doc/txi-fi.tex: recode from Latin-2 into UTF-8
,
Gavin D. Smith
,
2025/01/04
master updated (f8cebc6168 -> 94e31a9a85)
,
Gavin D. Smith
,
2025/01/04
[no subject]
,
Gavin D. Smith
,
2025/01/04
[no subject]
,
Gavin D. Smith
,
2025/01/04
[no subject]
,
Gavin D. Smith
,
2025/01/04
[no subject]
,
Gavin D. Smith
,
2025/01/04
branch master updated: * tp/Texinfo/XS/convert/texinfo.c (txi_general_output_strings_setup): rename txi_general_setup as txi_general_output_strings_setup. Update caller.
,
Patrice Dumas
,
2025/01/04
branch master updated: * tp/Texinfo/XS/convert/converter.c (txi_paths_info) (setup_txi_paths_information, generic_setup_main_converter): rename conversion_paths_info as txi_paths_info, setup_converter_paths_information as setup_txi_paths_information and converter_setup as generic_setup_main_converter.
,
Patrice Dumas
,
2025/01/04
branch master updated: * tp/Texinfo/XS/convert/texinfo.c (txi_general_setup), tp/Texinfo/XS/texi2any.c (main): remove call of converter_setup from txi_general_setup, use conversion_paths_info. Call converter_setup directly in main and earlier, to have txi_base_sorted_options setup early. Call txi_general_setup later on, in the same place as in Perl.
,
Patrice Dumas
,
2025/01/04
branch master updated: Support formats handled by texi2dvi in ctexi2any
,
Patrice Dumas
,
2025/01/04
branch master updated: Never consider stdin to be the input file when calling texi2dvi
,
Patrice Dumas
,
2025/01/04
branch master updated: * tp/texi2any.pl: move error related to call_texi2dvi down, where call_texi2dvi is set.
,
Patrice Dumas
,
2025/01/04
master updated (c424d68d64 -> fcde2b4993)
,
Patrice Dumas
,
2025/01/04
[no subject]
,
Patrice Dumas
,
2025/01/04
[no subject]
,
Patrice Dumas
,
2025/01/04
[no subject]
,
Patrice Dumas
,
2025/01/04
branch master updated: * tp/Texinfo/Convert/HTML.pm (%XS_conversion_overrides), tp/Texinfo/XS/convert/ConvertXS.xs (html_output_internal_links): add an XS interface for output_internal_links.
,
Patrice Dumas
,
2025/01/04
branch master updated: * tp/Texinfo/XS/texi2any.c (main): exit with an error and a message if there is no interpreter and SORT_ELEMENT_COUNT is set.
,
Patrice Dumas
,
2025/01/04
branch master updated: * tp/Texinfo/XS/main/node_name_normalization.c (unicode_to_transliterate), tp/Texinfo/XS/main/replace_perl_api_call.c (call_nodenamenormalization_unicode_to_transliterate): check return of call_nodenamenormalization_unicode_to_transliterate in unicode_to_transliterate, and call C code if NULL.
,
Patrice Dumas
,
2025/01/04
branch master updated: Build ctexi2any even if DISABLE_ADDITIONAL_CHECKS is set
,
Patrice Dumas
,
2025/01/04
branch master updated: Check same version in ctexi2any caller and embedded Perl modules
,
Patrice Dumas
,
2025/01/03
master updated (5daf6f4734 -> 52fa65728a)
,
Patrice Dumas
,
2025/01/03
[no subject]
,
Patrice Dumas
,
2025/01/03
[no subject]
,
Patrice Dumas
,
2025/01/03
branch master updated: infog: check data-manual attribute for links
,
Gavin D. Smith
,
2025/01/03
branch master updated: infog: allow messages with `
,
Gavin D. Smith
,
2025/01/03
branch master updated: * tp/Texinfo/XS/convert/call_conversion_perl.c (call_sort_element_counts), tp/Texinfo/XS/convert/texinfo.c (txi_sort_element_counts), tp/Texinfo/XS/main/converter_types.h (CONVERTER_TEXT_INFO), tp/Texinfo/XS/texi2any.c (main): add a call to Perl sort_element_counts and a wrapper around in texinfo.c. Use it to implement handling SORT_ELEMENT_COUNT in texi2any.c.
,
Patrice Dumas
,
2025/01/03
master updated (dbee7051aa -> b41950ee80)
,
Gavin D. Smith
,
2025/01/02
[no subject]
,
Gavin D. Smith
,
2025/01/02
[no subject]
,
Gavin D. Smith
,
2025/01/02
[no subject]
,
Gavin D. Smith
,
2025/01/02
[no subject]
,
Gavin D. Smith
,
2025/01/02
[no subject]
,
Gavin D. Smith
,
2025/01/02
[no subject]
,
Gavin D. Smith
,
2025/01/02
branch master updated: * tp/Texinfo/XS/convert/format_html.c (html_output_internal_links): use sorted indices by name to determine the order of indices processing.
,
Patrice Dumas
,
2025/01/02
branch master updated: * tp/Texinfo/XS/main/utils.c (analyze_documentlanguage_argument), tp/Texinfo/XS/parsetexi/end_line.c (end_line_misc_line): move code checking documentlanguage validity to a function, analyze_documentlanguage_argument.
,
Patrice Dumas
,
2025/01/02
master updated (7f286f00f1 -> e4873bf93b)
,
Patrice Dumas
,
2025/01/02
[no subject]
,
Patrice Dumas
,
2025/01/02
[no subject]
,
Patrice Dumas
,
2025/01/02
branch master updated: * tp/Texinfo/XS/convert/call_conversion_perl.c (call_converter_output): do not get output_files_information from the Perl converter if it is already in the C converter.
,
Patrice Dumas
,
2025/01/02
branch master updated: * tp/Texinfo/XS/convert/texinfo.c (txi_converter_output): allow output_files_information to be NULL.
,
Patrice Dumas
,
2025/01/02
branch master updated: * tp/Texinfo/XS/texi2any.c (long_options, main): remove the demonstration mode.
,
Patrice Dumas
,
2025/01/02
branch master updated: * tp/Texinfo/XS/main/txi_config.c (program_file) (GNUT_initialize_customization, txi_config_document_warn), tp/Texinfo/XS/texi2any.c (main): pass address of program_file in GNUT_initialize_customization, to be able to dereference the value in txi_config_document_warn to get the modified strings, if they are modified.
,
Patrice Dumas
,
2025/01/01
branch master updated: * tp/Texinfo/XS/texi2any.c (long_options, main): change the mimick option to only reset the program_file name, and have it change it as soon as the option is encountered.
,
Patrice Dumas
,
2025/01/01
master updated (f93e2dc16c -> 6b9163b2b4)
,
Gavin D. Smith
,
2025/01/01
[no subject]
,
Gavin D. Smith
,
2025/01/01
[no subject]
,
Gavin D. Smith
,
2025/01/01
branch master updated: Implement internal links in C
,
Patrice Dumas
,
2025/01/01
branch master updated: * tp/Texinfo/XSLoader.pm (init): if embedded_xs is set, reset TEXINFO_XS variable and environment variable if TEXINFO_XS was omit, as it is not possible to omit XS if Perl is embedded.
,
Patrice Dumas
,
2025/01/01
branch master updated: No change for txicodevaristt
,
Gavin D. Smith
,
2025/01/01
master updated (841ddc87ab -> f70d1b7228)
,
Gavin D. Smith
,
2025/01/01
[no subject]
,
Gavin D. Smith
,
2025/01/01
[no subject]
,
Gavin D. Smith
,
2025/01/01
[no subject]
,
Gavin D. Smith
,
2025/01/01
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_process_text_internal): use a hash to substitute --- before -- instead of using a control character as placeholder, in case a binary file with that character is given in input. Also to get the same output as in C.
,
Patrice Dumas
,
2025/01/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc