Archives are refreshed every 15 minutes - for details, please visit
the main index
.
You can also
download the archives in mbox format
.
texinfo-commits (date)
[
Thread Index
][
Top
][
All Lists
][
texinfo-commits info page
]
Advanced
[
Prev Period
]
Last Modified: Mon Feb 26 2024 08:24:59 -0500
Messages in reverse chronological order
[
Next Period
]
February 26, 2024
branch master updated: Wrappers around functions to avoid mixing Perl and non-Perl
,
Patrice Dumas
,
08:24
February 25, 2024
branch master updated: Homogenize the reference to the NOTE in build_perl_info.c
,
Patrice Dumas
,
19:10
branch master updated: Add wrappers around functions to avoid mixing Perl and non-Perl
,
Patrice Dumas
,
18:59
branch master updated: * tp/Texinfo/XS/main/DocumentXS.xs, tp/Texinfo/XS/main/IndicesXS.xs, tp/Texinfo/XS/main/build_perl_info.c, tp/Texinfo/XS/main/call_perl_function.c, tp/Texinfo/XS/main/get_perl_info.c, tp/maintain/regenerate_C_options_info.pl: remove code avoiding redefinition by gnulib as gnulib headers are not included. Update comments.
,
Patrice Dumas
,
17:24
[no subject]
,
Patrice Dumas
,
14:52
master updated (23da32ceb9 -> d4a7958163)
,
Patrice Dumas
,
14:51
[no subject]
,
Patrice Dumas
,
14:51
master updated (173e98ca2b -> 23da32ceb9)
,
Gavin D. Smith
,
14:42
[no subject]
,
Gavin D. Smith
,
14:42
[no subject]
,
Gavin D. Smith
,
14:42
branch master updated: * tp/Texinfo/XS/convert/build_html_perl_state.c, tp/Texinfo/XS/main/build_perl_info.c (build_tree_to_build), tp/Texinfo/XS/main/call_perl_function.c (call_latex_convert_to_latex_math), tp/Texinfo/XS/convert/convert_html.c (convert_to_html_internal): move build_tree_to_build to build_perl_info.c. Use it in call_latex_convert_to_latex_math to rebuild the tree if needed. Prepare in convert_to_html_internal.
,
Patrice Dumas
,
11:40
branch master updated: * tp/Texinfo/Document.pm (sorted_indices_by_letter, sorted_indices_by_index): Remove "registrar" argument.
,
Gavin D. Smith
,
10:22
[no subject]
,
Patrice Dumas
,
09:29
[no subject]
,
Patrice Dumas
,
09:29
master updated (1914434db0 -> 1a96086a77)
,
Patrice Dumas
,
09:29
branch master updated: fix ChangeLog
,
Gavin D. Smith
,
07:43
[no subject]
,
Gavin D. Smith
,
07:36
[no subject]
,
Gavin D. Smith
,
07:36
[no subject]
,
Gavin D. Smith
,
07:36
[no subject]
,
Gavin D. Smith
,
07:36
[no subject]
,
Gavin D. Smith
,
07:36
[no subject]
,
Gavin D. Smith
,
07:36
master updated (610d0e5677 -> af8680e8cd)
,
Gavin D. Smith
,
07:36
February 24, 2024
[no subject]
,
Patrice Dumas
,
20:18
master updated (21b34cc8c8 -> 610d0e5677)
,
Patrice Dumas
,
20:18
[no subject]
,
Patrice Dumas
,
20:18
[no subject]
,
Patrice Dumas
,
17:26
[no subject]
,
Patrice Dumas
,
17:26
master updated (034a939902 -> 21b34cc8c8)
,
Patrice Dumas
,
17:26
branch master updated: Add const.
,
Patrice Dumas
,
16:38
branch master updated: Reference Texinfo::Report in Texinfo::Document object.
,
Gavin D. Smith
,
14:27
branch master updated: * tp/Texinfo/XS/parsetexi/input.c (input_push_text): call strdup in input_push_text for the value_flag instead of having it called by the caller. Make value_flag const.
,
Patrice Dumas
,
12:28
[no subject]
,
Gavin D. Smith
,
12:07
[no subject]
,
Gavin D. Smith
,
12:07
master updated (f02b75d8eb -> 9766704002)
,
Gavin D. Smith
,
12:07
branch master updated: * tp/Texinfo/XS/parsetexi/input.c (input_push_file): use save_string if needed on input filename to store the path in input_file_path.
,
Patrice Dumas
,
11:10
[no subject]
,
Patrice Dumas
,
11:03
[no subject]
,
Patrice Dumas
,
11:03
master updated (ac5fdcb6b5 -> 46043a4f96)
,
Patrice Dumas
,
11:03
[no subject]
,
Patrice Dumas
,
07:00
[no subject]
,
Patrice Dumas
,
07:00
[no subject]
,
Patrice Dumas
,
07:00
[no subject]
,
Patrice Dumas
,
07:00
master updated (90526394bb -> ac5fdcb6b5)
,
Patrice Dumas
,
07:00
February 23, 2024
branch master updated: Add const.
,
Patrice Dumas
,
20:41
branch master updated: * tp/Texinfo/XS/main/extra.c (add_extra_contents) (lookup_extra_contents): remove create argument of lookup_extra_contents. If value is 0, create a list in add_extra_contents. Return the list from add_extra_contents. Update callers.
,
Patrice Dumas
,
19:43
branch master updated: * tp/Texinfo/XS/convert/call_html_perl_function.c: replace G_ARRAY by G_LIST and use ppport.h which should provide compatibility. ppport.h do not proposes to include ppport.h, but it is likely that it is needed.
,
Patrice Dumas
,
17:50
branch master updated: Remove/add ppport.h includes based on perl ppport.h output
,
Patrice Dumas
,
17:34
branch master updated: update ppport.h
,
Patrice Dumas
,
17:14
[no subject]
,
Patrice Dumas
,
17:05
[no subject]
,
Patrice Dumas
,
17:05
master updated (70602c4ce8 -> 1fbcc81921)
,
Patrice Dumas
,
16:52
branch master updated: Stop calling hv_fetch with null argument
,
Gavin D. Smith
,
16:42
branch master updated: * tp/t/test_parse_texi_line.t: invert order of Test::More::is test to put expected result second, not first.
,
Gavin D. Smith
,
15:37
branch master updated: * tp/Texinfo/XS/main/manipulate_indices.c: add const.
,
Patrice Dumas
,
11:24
branch master updated: * tp/Texinfo/XS/main/manipulate_indices.c (INDEX_COLLATOR, setup_collator, destroy_indices_sortable_entries): remove INDEX_COLLATOR language field.
,
Patrice Dumas
,
10:56
branch master updated: * tp/Texinfo/XS/main/errors.c (message_list_document_error) (message_list_document_warn): add continuation argument. Update callers.
,
Patrice Dumas
,
10:53
[no subject]
,
Patrice Dumas
,
06:35
[no subject]
,
Patrice Dumas
,
06:35
[no subject]
,
Patrice Dumas
,
06:35
master updated (36dc60bdef -> d040549fd6)
,
Patrice Dumas
,
06:35
[no subject]
,
Patrice Dumas
,
06:35
February 22, 2024
branch master updated: * tp/Texinfo/XS/main/unicode.c (string_from_utf8): cast to char * before using strdup.
,
Patrice Dumas
,
18:43
branch master updated: * tp/Texinfo/XS/main/targets.c (existing_label_error) (register_label_element), tp/Texinfo/XS/structuring_transfo/transformations.c (new_node) (insert_nodes_for_sectioning_commands): use message_list_* functions in existing_label_error. Pass error_messages to existing_label_error through new_node and register_label_element.
,
Patrice Dumas
,
18:37
master updated (7c7dce5d29 -> 6ad27859fc)
,
Patrice Dumas
,
17:38
[no subject]
,
Patrice Dumas
,
17:38
[no subject]
,
Patrice Dumas
,
17:38
[no subject]
,
Patrice Dumas
,
17:12
master updated (b389aa8daa -> 7c7dce5d29)
,
Patrice Dumas
,
17:11
[no subject]
,
Patrice Dumas
,
17:11
master updated (9804da7a2e -> b389aa8daa)
,
Patrice Dumas
,
15:41
[no subject]
,
Patrice Dumas
,
15:41
[no subject]
,
Patrice Dumas
,
15:41
[no subject]
,
Patrice Dumas
,
15:41
branch master updated: * tp/Texinfo/Convert/Utils.pm (@month_name): use Texinfo::Common::gdt to mark strings at the same time as filling @month_name.
,
Patrice Dumas
,
15:30
master updated (8f9f67e84e -> 46a5ff6015)
,
Patrice Dumas
,
15:20
[no subject]
,
Patrice Dumas
,
15:19
[no subject]
,
Patrice Dumas
,
15:19
branch master updated: * README-hacking: Update which gnulib modules now depend on gperf.
,
Gavin D. Smith
,
12:23
February 21, 2024
[no subject]
,
Patrice Dumas
,
10:21
master updated (da830b6d67 -> bbba0d27d3)
,
Patrice Dumas
,
10:20
[no subject]
,
Patrice Dumas
,
10:20
February 20, 2024
branch master updated: * tp/Texinfo/Convert/Converter.pm (output), tp/Texinfo/Convert/HTML.pm (_internal_command_href, _html_get_tree_root_element) (_html_set_pages_files, _prepare_special_units, _html_convert_convert) (output_internal_links, _html_convert_output), tp/Texinfo/Convert/IXIN.pm, tp/Texinfo/Convert/Info.pm (output), tp/Texinfo/Convert/Plaintext.pm (convert), tp/Texinfo/XS/convert/convert_html.c (html_get_tree_root_element) (prepare_special_units, html_internal_command_href) (html_set_pages_files, h [...]
,
Patrice Dumas
,
17:40
branch master updated: Fix memory leaks found with valgrind
,
Patrice Dumas
,
16:55
branch master updated: untrack iconv_open-*.h
,
Gavin D. Smith
,
15:54
[no subject]
,
Gavin D. Smith
,
15:48
[no subject]
,
Gavin D. Smith
,
15:48
master updated (c135c7d4b6 -> 265ef0faac)
,
Gavin D. Smith
,
15:48
[no subject]
,
Patrice Dumas
,
15:12
[no subject]
,
Patrice Dumas
,
15:12
master updated (a018b80546 -> c135c7d4b6)
,
Patrice Dumas
,
15:12
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (convert): Set $self->{'encoding_disabled'} to 1 so that 'convert' will always return an unencoded character string. * tp/t/test_utils.pl (convert_to_plaintext, convert_to_info): Do not set OUTPUT_PERL_ENCODING to prevent encoding. * tp/Texinfo/Convert/Info.pm (output): Set $self->{'encoding_disabled'} if not outputting to a file, before any conversion is done.
,
Gavin D. Smith
,
13:21
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (fill_output_units_descriptor_av): inline fill_output_units in fill_output_units_descriptor_av.
,
Patrice Dumas
,
07:21
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (fill_output_units_descriptor_av, build_output_units_list) (rebuild_output_units_list): add fill_output_units_descriptor_av with code common to build_output_units_list and rebuild_output_units_list.
,
Patrice Dumas
,
07:15
branch master updated: Wrapper for u8_strconv_to_encoding
,
Patrice Dumas
,
06:55
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (output_unit_to_perl_hash) (fill_output_units, build_output_units_list) (rebuild_output_units_list): remove status, call fatal if an hv expected to be present is not there.
,
Patrice Dumas
,
06:41
February 19, 2024
branch master updated: * tp/Makefile.tres, tp/t/languages.t (documentlanguage_generated_master_menu): add test of generated master menu with @documentlanguage set.
,
Patrice Dumas
,
17:21
branch master updated: Wrapper for u8_strconv_from_encoding
,
Gavin D. Smith
,
16:33
branch master updated: tp/t/10menu.t: add a comment
,
Patrice Dumas
,
16:14
[no subject]
,
Patrice Dumas
,
16:13
[no subject]
,
Patrice Dumas
,
16:12
master updated (b447793774 -> 1d9fe54752)
,
Patrice Dumas
,
16:12
[no subject]
,
Patrice Dumas
,
16:12
[no subject]
,
Patrice Dumas
,
16:12
February 18, 2024
branch master updated: Only allow highlighting commands to be redefined with @definfoenclose
,
Patrice Dumas
,
18:12
branch master updated: Update TODOs based on Gavin input
,
Patrice Dumas
,
16:55
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_stream_encode): Set $self->{'encoding_disabled'} if no encoding is taking place. This avoids attempting to initialise $self->{'encoding_object'} each time this runs. Report from Patrice.
,
Gavin D. Smith
,
16:12
branch master updated: * install-info/install-info.c (compare_entries_text): If two strings compare identical, check which is longer. * install-info/tests/ii-0060-test: New test.
,
Gavin D. Smith
,
14:05
branch master updated: * tp/Texinfo/XS/main/errors.c (message_list_line_formatted_message): change a translation context string as in Perl.
,
Patrice Dumas
,
11:14
branch master updated: * tp/Texinfo/Report.pm (format_line_message): change a translation context string.
,
Patrice Dumas
,
11:06
branch master updated: * tp/Texinfo/Convert/HTML.pm (url_protect_url_text) (url_protect_file_text), tp/Texinfo/XS/convert/convert_html.c (url_protect_url_text, url_protect_file_text): replace end of lines by spaces before percent encoding.
,
Patrice Dumas
,
10:39
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command), tp/init/book.pm (book_convert_heading_command): if USE_NODES = 0 and there are no sectioning commands, $output_unit->{'unit_command'} does not exist.
,
Patrice Dumas
,
10:24
branch master updated: * tp/Texinfo/Report.pm (format_line_message, line_warn, line_error): add a bug message if error_location_info argument is undef.
,
Patrice Dumas
,
10:08
branch master updated: * tp/Texinfo/Convert/HTML.pm: modify/remove FIXMEs.
,
Patrice Dumas
,
09:43
branch master updated: * tp/Texinfo/Convert/HTML.pm, doc/texi2any_api.texi: remove/handle FIXMEs.
,
Patrice Dumas
,
06:46
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_heading_command), tp/Texinfo/XS/convert/convert_html.c (convert_heading_command): update the condition used to determine if the node is used for heading.
,
Patrice Dumas
,
05:40
February 17, 2024
branch master updated: * tp/Texinfo/Convert/HTML.pm (_contents_inline_element), tp/Texinfo/XS/convert/convert_html.c (contents_inline_element): change element-*contents class name to region-*contents. Not perfect, but better as element is better left for tree elements only.
,
Patrice Dumas
,
19:36
[no subject]
,
Patrice Dumas
,
18:12
master updated (396df9c5ac -> 979b30ca4c)
,
Patrice Dumas
,
18:12
[no subject]
,
Patrice Dumas
,
18:12
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_command_id): set return const.
,
Patrice Dumas
,
17:32
[no subject]
,
Patrice Dumas
,
17:23
[no subject]
,
Patrice Dumas
,
17:23
master updated (d35b7335c3 -> da471ff9f8)
,
Patrice Dumas
,
17:23
[no subject]
,
Patrice Dumas
,
17:23
[no subject]
,
Patrice Dumas
,
15:43
[no subject]
,
Patrice Dumas
,
15:43
master updated (d65d24bfd5 -> d35b7335c3)
,
Patrice Dumas
,
15:43
branch master updated: * tp/Texinfo/Convert/HTML.pm (direction_string), tp/Texinfo/XS/convert/convert_html.c (direction_string): do not access untranslated direction strings types for translated translations strings.
,
Patrice Dumas
,
14:19
branch master updated: * tp/Texinfo/Convert/HTML.pm (%format_context_commands), tp/Texinfo/XS/convert/convert_html.c (html_format_init): do not set raw format block commands as format_context_command, it is not needed as they only contain raw text.
,
Patrice Dumas
,
09:13
February 16, 2024
[no subject]
,
Patrice Dumas
,
17:52
master updated (7c5abda2c8 -> 7e5ff5394f)
,
Patrice Dumas
,
17:52
[no subject]
,
Patrice Dumas
,
17:52
[no subject]
,
Patrice Dumas
,
17:52
branch master updated: * tp/Texinfo/Convert/HTML.pm (%XS_conversion_overrides): add missed override for footnote_location_href.
,
Patrice Dumas
,
03:57
February 15, 2024
branch master updated: * tp/Texinfo/Convert/HTML.pm (current_filename): set $self.
,
Patrice Dumas
,
15:38
[no subject]
,
Patrice Dumas
,
10:08
[no subject]
,
Patrice Dumas
,
10:08
master updated (f2af7a64c4 -> 9b33d8d2ca)
,
Patrice Dumas
,
10:08
February 14, 2024
[no subject]
,
Patrice Dumas
,
16:53
[no subject]
,
Patrice Dumas
,
16:53
master updated (9a2ff25fb4 -> f2af7a64c4)
,
Patrice Dumas
,
16:53
branch master updated: * NEWS: minor tweaks
,
Gavin D. Smith
,
15:39
branch master updated: Document DOCUMENTLANGUAGE_COLLATION.
,
Gavin D. Smith
,
15:35
branch master updated: * tp/Texinfo/XS/main/manipulate_indices.c (setup_collator): warn if the collation_locale is not found.
,
Patrice Dumas
,
10:42
branch master updated: * tp/tests/other/index_collation_test.texi: modify test file to have the difference between strxfrm_l and Perl Unicode::Collate used in texi2any with Non-ignorable variable weighting show up in test output.
,
Patrice Dumas
,
10:29
branch master updated: * tp/tests/run_parser_all.sh (check_strxfrm_ok): skip test if TEXINFO_XS_CONVERT is not set or 0 and XS_STRXFRM_COLLATION_LOCALE is set. Change in spacing.
,
Patrice Dumas
,
09:35
branch master updated: * doc/texi2any_api.texi (Conversion General Information), tp/Texinfo/Convert/HTML.pm (%available_converter_info, get_info) (_convert_printindex_command, output_internal_links): remove 'index_entries_by_letter' from converter info, call directly get_converter_indices_sorted_by_letter instead, such that the current value of @documentlanguage can be used if it is used for tailoring the collation of indices.
,
Patrice Dumas
,
09:22
[no subject]
,
Patrice Dumas
,
08:22
[no subject]
,
Patrice Dumas
,
08:22
[no subject]
,
Patrice Dumas
,
08:22
master updated (219e37f90c -> 74e69d9e81)
,
Patrice Dumas
,
08:22
February 13, 2024
[no subject]
,
Patrice Dumas
,
17:51
[no subject]
,
Patrice Dumas
,
17:51
master updated (ac083f1040 -> 219e37f90c)
,
Patrice Dumas
,
17:51
master updated (2ed8caa01b -> ac083f1040)
,
Patrice Dumas
,
11:01
[no subject]
,
Patrice Dumas
,
11:01
[no subject]
,
Patrice Dumas
,
11:01
branch master updated: * tp/Texinfo/XS/main/manipulate_indices.c (get_sort_key): use upper cased sort string to obtain the sort key for all the collation types.
,
Patrice Dumas
,
09:20
branch master updated: * tp/t/test_utils.pl (test): pass USE_UNICODE_COLLATION option.
,
Patrice Dumas
,
08:30
February 12, 2024
branch master updated: * tp/Texinfo/XS/main/manipulate_indices.c: remove TODO, replace FIXME by TODO.
,
Patrice Dumas
,
18:43
branch master updated: * tp/Texinfo/Document.pm (indices_sort_strings), tp/Texinfo/XS/main/DocumentXS.xs (indices_sort_strings), tp/Texinfo/XS/main/document.c (document_indices_sort_strings): change arguments order, to have document first. Update callers.
,
Patrice Dumas
,
18:35
master updated (3bd79721a2 -> fc1807d84a)
,
Patrice Dumas
,
18:07
[no subject]
,
Patrice Dumas
,
18:07
[no subject]
,
Patrice Dumas
,
18:07
February 11, 2024
master updated (3dba3df03f -> 3bd79721a2)
,
Gavin D. Smith
,
17:03
[no subject]
,
Gavin D. Smith
,
17:03
[no subject]
,
Gavin D. Smith
,
17:03
branch master updated: * info/nodes.c (adjust_nodestart): Increase the "fudge size" the later in the file the node is supposed to start.
,
Gavin D. Smith
,
16:31
[no subject]
,
Gavin D. Smith
,
16:20
[no subject]
,
Gavin D. Smith
,
16:20
[no subject]
,
Gavin D. Smith
,
16:20
master updated (f7f1ada4a1 -> 44b5c23e57)
,
Gavin D. Smith
,
16:20
branch master updated: * info/variables.c (set_variable_to_value): Reorder code slightly. No functional change.
,
Gavin D. Smith
,
08:33
[no subject]
,
Gavin D. Smith
,
07:47
master updated (bbfb341d42 -> 23484417eb)
,
Gavin D. Smith
,
07:47
[no subject]
,
Gavin D. Smith
,
07:47
[no subject]
,
Gavin D. Smith
,
07:47
February 09, 2024
branch master updated: * doc/texinfo.tex (\unmacro): Allow calling with undefined macro, matching texi2any and the long-standing documentation. Report from Werner Lemberg. * NEWS: mention
,
Gavin D. Smith
,
17:49
branch master updated: Fix unnumbered sections in PDF outline.
,
Gavin D. Smith
,
17:08
branch master updated: * tp/Texinfo/Document.pm (indices_sort_strings), tp/Texinfo/Indices.pm (setup_index_entries_sort_strings) (_setup_sort_sortable_strings_collator, sort_indices_by_index) (sort_indices_by_letter): add indices_sort_strings in Document.pm and cache setup_index_entries_sort_strings result in this function. Add _setup_sort_sortable_strings_collator for code common to sort_indices_by_index and sort_indices_by_letter.
,
Patrice Dumas
,
05:04
[no subject]
,
Patrice Dumas
,
03:19
[no subject]
,
Patrice Dumas
,
03:19
[no subject]
,
Patrice Dumas
,
03:19
[no subject]
,
Patrice Dumas
,
03:19
master updated (3362defdb9 -> aadea40692)
,
Patrice Dumas
,
03:19
February 08, 2024
branch master updated: more 2024 years
,
Gavin D. Smith
,
15:58
[no subject]
,
Gavin D. Smith
,
15:48
master updated (248645551e -> 93ae36e815)
,
Gavin D. Smith
,
15:48
[no subject]
,
Gavin D. Smith
,
15:48
[no subject]
,
Gavin D. Smith
,
15:40
[no subject]
,
Gavin D. Smith
,
15:40
master updated (dfd5e027c4 -> 248645551e)
,
Gavin D. Smith
,
15:40
branch master updated: * README-hacking: Advertise gperf dependency.
,
Gavin D. Smith
,
13:13
February 05, 2024
branch master updated: * tp/maintain/setup_converters_code_tables.pl: fix package of text_brace_no_arg_commands.
,
Patrice Dumas
,
02:52
branch master updated: * tp/Texinfo/Indices.pm (_setup_collator) (setup_sortable_index_entries, sort_indices_by_index) (sort_indices_by_letter): add _setup_collator to setup a collator, call it in sort_indices_by_* before calling setup_sortable_index_entries and pass it to setup_sortable_index_entries instead of getting it from setup_sortable_index_entries.
,
Patrice Dumas
,
02:27
[no subject]
,
Patrice Dumas
,
01:52
[no subject]
,
Patrice Dumas
,
01:52
master updated (4a8cbae867 -> b120160674)
,
Patrice Dumas
,
01:52
February 04, 2024
[no subject]
,
Patrice Dumas
,
17:35
[no subject]
,
Patrice Dumas
,
17:35
master updated (5154587461 -> 4a8cbae867)
,
Patrice Dumas
,
17:35
[no subject]
,
Patrice Dumas
,
12:38
[no subject]
,
Patrice Dumas
,
12:38
[no subject]
,
Patrice Dumas
,
12:38
[no subject]
,
Patrice Dumas
,
12:38
master updated (b200246ac9 -> 5154587461)
,
Patrice Dumas
,
12:38
branch master updated: Update po files
,
Patrice Dumas
,
07:44
branch master updated: tp/TODO: update
,
Patrice Dumas
,
07:37
branch master updated: Make indices sorting independent of the output encodings
,
Patrice Dumas
,
05:19
February 03, 2024
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_printindex_command), tp/Texinfo/XS/convert/convert_html.c (convert_printindex_command): if the first command in the first index entry in a letter is a no arg command, format the command, possibly using the upper case command to format the letter.
,
Patrice Dumas
,
17:53
branch master updated: * tp/Texinfo/Common.pm (is_content_empty): do not consider text set to '0' to be empty.
,
Patrice Dumas
,
10:45
February 02, 2024
branch master updated: * tp/Texinfo/Convert/Utils.pm (definition_category_tree), tp/Texinfo/XS/main/convert_utils.c (definition_category_tree): set translation using the documentlanguage extra information from the tree element if there are no options available.
,
Patrice Dumas
,
17:58
branch master updated: * tp/Texinfo/Convert/Text.pm (_convert), tp/Texinfo/XS/main/convert_to_text.c (convert_to_text_internal): translated untranslated type using the documentlanguage extra information from the tree element if there is no converter available.
,
Patrice Dumas
,
17:17
master updated (1d5aacce30 -> e323fae627)
,
Patrice Dumas
,
16:40
[no subject]
,
Patrice Dumas
,
16:40
[no subject]
,
Patrice Dumas
,
16:40
branch master updated: * tp/Texinfo/XS/main/translations.c (replace_convert_substrings): call reset_parser.
,
Patrice Dumas
,
15:45
branch master updated: * tp/Texinfo/Translations.pm (translate_string, gdt, gdt_string): remove unused translate_string first argument. Do not remove the first argument of the user-defined $translate_string_method optionally passed to gdt and gdt_string. Update callers.
,
Patrice Dumas
,
14:24
branch master updated: * tp/Texinfo/Convert/Converter.pm (pcdt): call cdt.
,
Patrice Dumas
,
13:53
master updated (d19fcb4aa8 -> 06a2e2555d)
,
Patrice Dumas
,
13:06
[no subject]
,
Patrice Dumas
,
13:06
[no subject]
,
Patrice Dumas
,
13:06
[no subject]
,
Patrice Dumas
,
13:06
[no subject]
,
Patrice Dumas
,
03:46
[no subject]
,
Patrice Dumas
,
03:46
[no subject]
,
Patrice Dumas
,
03:45
master updated (39ccd09203 -> d19fcb4aa8)
,
Patrice Dumas
,
03:45
February 01, 2024
[no subject]
,
Patrice Dumas
,
17:51
[no subject]
,
Patrice Dumas
,
17:51
master updated (9eb9d583e0 -> 39ccd09203)
,
Patrice Dumas
,
17:51
branch master updated: * tp/Texinfo/XS/convert/call_html_perl_function.c, tp/Texinfo/XS/main/call_perl_function.c (get_call_index_entries_sorted_by_letter): move get_call_index_entries_sorted_by_letter to call_perl_function.c.
,
Patrice Dumas
,
05:18
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc