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: Thu Nov 30 2023 19:10:32 -0500
Messages in reverse chronological order
[
Next Period
]
November 30, 2023
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (default_format_footnotes_segment): free foot_lines.
,
Patrice Dumas
,
19:10
branch master updated: * tp/Texinfo/Convert/HTML.pm (associate_pending_formatted_inline_content): remove useless code.
,
Patrice Dumas
,
18:22
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (format_contents): Use convert_line_new_context instead of convert_line.
,
Gavin D. Smith
,
12:52
November 29, 2023
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (convert_line_new_context): New function, like convert_line but with a new context pushed onto $self->{'count_context'}. (_count): Use convert_line_new_context wherever we previously surrounded a call to convert_line with pushing and popping a new context.
,
Gavin D. Smith
,
15:54
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert_unfilled): Inline into the only call site, and remove function.
,
Gavin D. Smith
,
15:38
branch master updated: Re-add macro_defined_txiinternalvalue_in_translation test file result
,
Patrice Dumas
,
03:20
branch master updated: Re-add translate_txiinternalvalue_macro.init
,
Patrice Dumas
,
03:16
November 28, 2023
branch master updated: * doc/texi2any_api.texi (Customizing Footnotes), tp/Texinfo/Convert/HTML.pm (get_pending_footnotes) (_default_format_footnotes_sequence): have get_pending_footnotes return a reference on an array.
,
Patrice Dumas
,
18:52
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_state_configuration): Add default value for 'restricted'.
,
Gavin D. Smith
,
13:37
branch master updated: restricted flag for XS parser
,
Gavin D. Smith
,
13:00
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (reset_parser): Reset global_restricted.
,
Gavin D. Smith
,
12:01
November 27, 2023
branch master updated: * tp/Texinfo/XS/parsetexi/parser.c (set_restricted, global_restricted): New. * tp/Texinfo/XS/parsetexi/macro.c (new_macro): Do nothing if global_restricted is set.
,
Gavin D. Smith
,
14:21
branch master updated: Revert "* tp/Texinfo/XS/parsetexi/parser.c (set_restricted, global_restricted):"
,
Gavin D. Smith
,
14:09
branch master updated: * tp/Texinfo/XS/parsetexi/parser.c (set_restricted, global_restricted): New. * tp/Texinfo/XS/parsetexi/macro.c (new_macro): Do nothing if global_restricted is set.
,
Gavin D. Smith
,
14:04
[no subject]
,
Gavin D. Smith
,
12:16
[no subject]
,
Gavin D. Smith
,
12:16
[no subject]
,
Gavin D. Smith
,
12:16
master updated (900bc96a18 -> 4c2b16f8fd)
,
Gavin D. Smith
,
12:16
November 26, 2023
branch master updated: * tp/Texinfo/XS/convert/get_html_perl_info.c (html_converter_initialize_sv): fix comparison of default reference formatting and customized reference formating to use SvRV.
,
Patrice Dumas
,
19:07
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (convert_unit_type) (output_units_internal_conversion_table): implement convert_unit_type.
,
Patrice Dumas
,
17:31
branch master updated: * tp/Texinfo/Transformations.pm (fill_gaps_in_sectioning), tp/Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs (fill_gaps_in_sectioning), tp/Texinfo/XS/structuring_transfo/transformations.c (fill_gaps_in_sectioning): new optional Texinfo tree argument for fill_gaps_in_sectioning to use for all the added commands headings instead of an empty @asis.
,
Patrice Dumas
,
16:25
branch master updated: No 'first_indent_length' option for new_formatter
,
Gavin D. Smith
,
14:32
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (new_formatter): Propagate two formatter options directly rather than in a loop.
,
Gavin D. Smith
,
13:55
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (new_formatter): Do not set 'indent_level' on config structure passed to paragraph formatter, as it is not used. (_convert): Do not call new_formatter with 'indent_level' in the conf, setting 'indent_length' instead.
,
Gavin D. Smith
,
13:37
branch master updated: * Pod-Simple-Texinfo/pod2texi.pl (_parsed_manual_tree): modify code to avoid using separately contents and elements clarify what is actually done. Update information in FIXME comment.
,
Patrice Dumas
,
13:29
[no subject]
,
Gavin D. Smith
,
13:16
[no subject]
,
Gavin D. Smith
,
13:16
master updated (73695c4cde -> 39e7427740)
,
Gavin D. Smith
,
13:16
branch master updated: * tp/Texinfo/Convert/ParagraphNonXS.pm: remove a FIXME comment fixed. * tp/TODO: update.
,
Patrice Dumas
,
13:02
branch master updated: * tp/Makefile.am b/tp/Makefile.am (dist_init_DATA): add init/sc_formatting_with_css.pm.
,
Patrice Dumas
,
11:20
branch master updated: Add Texinfo/StructTransfXS.pm and Texinfo/XS/structuring_transfo/StructuringTransfoXS.xs
,
Patrice Dumas
,
11:10
branch master updated: * tp/Texinfo/XSLoader.pm (init): call $module->import when falling back on pure perl module, not Texinfo::Parser->import.
,
Patrice Dumas
,
11:07
[no subject]
,
Patrice Dumas
,
10:40
[no subject]
,
Patrice Dumas
,
10:40
master updated (37db08acdd -> acada79767)
,
Patrice Dumas
,
10:40
[no subject]
,
Patrice Dumas
,
10:40
branch master updated: * tp/Texinfo/XS/main/utils.c (section_level), tp/Texinfo/XS/parsetexi/end_line.c (end_line_starting_block) (end_line_misc_line), tp/Texinfo/XS/parsetexi/handle_commands.c (handle_other_command), tp/Texinfo/XS/parsetexi/separator.c (handle_comma): use lookup_extra_* functions with a specific type and dynaic type checking, when possible.
,
Patrice Dumas
,
08:21
November 25, 2023
branch master updated: * tp/Texinfo/XS/main/debug.c (print_associate_info_debug), tp/Texinfo/XS/main/extra.c (lookup_extra_integer), tp/Texinfo/XS/main/manipulate_tree.c (increase_ref_counter) (get_copy_ref), tp/Texinfo/XS/main/tree_types.h (KEY_PAIR), tp/Texinfo/XS/main/utils.c (section_level), tp/Texinfo/XS/parsetexi/handle_commands.c (handle_other_command) (handle_line_command): use int for the integer field in KEY_PAIR values union. Update declarations and remove casts.
,
Patrice Dumas
,
18:34
[no subject]
,
Patrice Dumas
,
18:22
master updated (265bf1c4d0 -> d3ad6d6ca5)
,
Patrice Dumas
,
18:22
[no subject]
,
Patrice Dumas
,
18:22
[no subject]
,
Patrice Dumas
,
18:22
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_process_text): Inline into the only call site for efficiency, as this is a very frequently called function.
,
Gavin D. Smith
,
16:46
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_process_text): Inline into the only call site for efficiency, as this is a very frequently called function.
,
Gavin D. Smith
,
16:45
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (find_locales_dir): Remove unused function (it is also incorrect according to the comments).
,
Gavin D. Smith
,
15:24
November 24, 2023
branch master updated: * tp/Texinfo/XS/main/manipulate_tree.c (increase_ref_counter) (get_copy_ref): do not use intptr_t anymore for _counter associated integer, now that the integer is accessed more directly.
,
Patrice Dumas
,
16:25
branch master updated: * tp/Texinfo/XS/main/extra.c (lookup_extra_string) (lookup_extra_integer, lookup_extra_contents): more check of consistency of lookup_* function with extra_* type.
,
Patrice Dumas
,
16:18
branch master updated: * tp/Texinfo/XS/main/output_unit.h (relative_unit_direction_name), tp/Texinfo/XS/main/tree_types.h: move relative_unit_direction_name from tree_types.h to output_unit.h. Gavin idea.
,
Patrice Dumas
,
15:51
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_free_converter): free self->special_unit_body and self->special_unit_body_formatting.
,
Patrice Dumas
,
15:37
branch master updated: * tp/Texinfo/XS/convert/indices_in_conversion.c (index_content_element): def_command extra information is a string.
,
Patrice Dumas
,
14:11
[no subject]
,
Patrice Dumas
,
11:52
[no subject]
,
Patrice Dumas
,
11:52
master updated (9dc405f279 -> 100e1e4096)
,
Patrice Dumas
,
11:52
branch master updated: * tp/Texinfo/Common.pm (parse_node_manual), tp/Texinfo/Convert/HTML.pm (command_tree, _convert_xref_commands, _convert_menu_entry_type) (_normalized_label_id_file, _external_node_href), tp/Texinfo/Convert/Info.pm (format_node), tp/Texinfo/Convert/LaTeX.pm (_convert), tp/Texinfo/Convert/Plaintext.pm (node_line), tp/Texinfo/Convert/Texinfo.pm (link_element_to_texi) (check_node_same_texinfo_code), tp/Texinfo/Convert/TexinfoMarkup.pm (_convert), tp/Texinfo/ParserNonXS.pm (_end_line_misc_line) [...]
,
Patrice Dumas
,
05:13
November 23, 2023
branch master updated: * tp/Texinfo/Convert/HTML.pm (command_tree, _convert_xref_commands) (_convert_menu_entry_type), tp/Texinfo/Convert/Info.pm (format_node), tp/Texinfo/Convert/LaTeX.pm (_convert), tp/Texinfo/Convert/Plaintext.pm (_convert): always use 'manual_content' and 'node_content' in an element with them as sole contents.
,
Patrice Dumas
,
15:58
branch master updated: * info/window.c (window_make_modeline): Include any numbered version suffix in the displayed manual name, so automake-1.16.info.gz displays as (automake-1.16) not (automake-1).
,
Gavin D. Smith
,
15:30
branch master updated: * tp/Texinfo/XS/configure.ac (perl_conf_LDFLAGS) [MS-Windows]: Append extra flags to perl_conf_LDFLAGS after -no-undefined check, rather than setting a HOST_NEEDS_NO_UNDEFINED automake conditional. (lookup_perl_conf): No longer AC_SUBST perl config values as these values are no longer required in Makefile.am.
,
Gavin D. Smith
,
14:43
branch master updated: Revert "* tp/Texinfo/XS/configure.ac (perl_conf_LDFLAGS) [MS-Windows]:"
,
Gavin D. Smith
,
13:51
branch master updated: * tp/Texinfo/XS/configure.ac (perl_conf_LDFLAGS) [MS-Windows]: Append extra flags to perl_conf_LDFLAGS after -no-undefined check, rather than setting a HOST_NEEDS_NO_UNDEFINED automake conditional. (lookup_perl_conf): No longer AC_SUBST perl config values as these values are no longer required in Makefile.am.
,
Gavin D. Smith
,
13:32
November 22, 2023
branch master updated: * doc/texi2any_api.texi (Element Direction Information Type), tp/Texinfo/Convert/HTML.pm (%valid_direction_return_type): do not accept tree nor tree_nonumber as from_element_direction types.
,
Patrice Dumas
,
17:37
branch master updated: Commit header files
,
Patrice Dumas
,
16:49
branch master updated: * tp/Texinfo/XS/convert/get_html_perl_info.c, tp/Texinfo/XS/main/get_perl_info.c (html_get_button_specification_list), tp/maintain/regenerate_C_options_info.pl: move html_get_button_specification_list to get_html_perl_info.c, as it is needed by options_get_perl.c in libtexinfoxs.
,
Patrice Dumas
,
16:48
[no subject]
,
Patrice Dumas
,
16:10
[no subject]
,
Patrice Dumas
,
16:10
master updated (1d21ccf750 -> 1b0c079783)
,
Patrice Dumas
,
16:10
branch master updated: * INSTALL: elaborate on PERL_EXT_* variables for building XS modules, why they are needed and how to override them when running make.
,
Gavin D. Smith
,
15:38
branch master updated: * tp/Texinfo/XS/Makefile.am, * tp/Texinfo/XS/configure.ac (PERL_INC, XSUBPPARGS): Define in configure.ac and propagate to Makefile.am, so it is more clear what "archlibexp" and "privlibexp" from the Perl conf are being used for.
,
Gavin D. Smith
,
14:34
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_get_css_elements_classes): free selctors.
,
Patrice Dumas
,
04:20
November 21, 2023
branch master updated: * tp/Texinfo/Convert/HTML.pm (html_get_css_elements_classes) (_default_format_css_lines), doc/texi2any_api.texi (Customizing CSS): have html_get_css_elements_classes return a reference on an array, not an array.
,
Patrice Dumas
,
19:01
[no subject]
,
Gavin D. Smith
,
14:35
[no subject]
,
Gavin D. Smith
,
14:34
master updated (7c60ae3e79 -> e3c1441590)
,
Gavin D. Smith
,
14:34
November 20, 2023
[no subject]
,
Patrice Dumas
,
18:30
[no subject]
,
Patrice Dumas
,
18:30
master updated (121d510410 -> 7c60ae3e79)
,
Patrice Dumas
,
18:30
[no subject]
,
Patrice Dumas
,
18:30
branch master updated: XS build flags
,
Gavin D. Smith
,
15:55
November 19, 2023
branch master updated: * tp/texi2any.supp: Add suppression specification for leaks and errors associated to setenv, getenv and translations showing up with t/19def.t.
,
Patrice Dumas
,
18:01
branch master updated: * tp/texi2any.supp: Add suppression specification for leaks and errors associated to setenv and translations showing up with t/19def.t.
,
Patrice Dumas
,
16:15
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_free_converter): rename html_destroy as html_free_converter.
,
Patrice Dumas
,
16:02
branch master updated: * tp/texi2any.supp: Add suppression specification for leaks associated to switch_to_global_locale and setenv showing up with t/19def.t all_commands_delimiters.
,
Patrice Dumas
,
12:49
branch master updated: * tp/Texinfo/XS/main/get_perl_info.c (set_output_converter_sv): free converter->conf itself after freeing the options if it was set.
,
Patrice Dumas
,
12:37
[no subject]
,
Patrice Dumas
,
10:41
[no subject]
,
Patrice Dumas
,
10:41
master updated (8314c4e793 -> f5373d9137)
,
Patrice Dumas
,
10:41
master updated (7cd0e677ff -> 8314c4e793)
,
Patrice Dumas
,
06:02
[no subject]
,
Patrice Dumas
,
06:02
[no subject]
,
Patrice Dumas
,
06:02
[no subject]
,
Patrice Dumas
,
06:02
branch master updated: * tp/texi2any.supp: Add variant suppression specification for setenv error.
,
Gavin D. Smith
,
04:41
branch master updated: Explicit void for argument of C functions. Gavin report.
,
Patrice Dumas
,
04:25
November 18, 2023
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_open_command_update_context, convert_to_html_internal) tp/Texinfo/XS/main/call_perl_function.c (call_latex_convert_to_latex_math): add call_latex_convert_to_latex_math to call Texinfo::Convert::LaTeX::convert_to_latex_math from XS, and use it in convert_to_html_internal.
,
Patrice Dumas
,
17:17
branch master updated: * tp/Texinfo/XS/main/tree_types.h: Correct file name in a comment.
,
Gavin D. Smith
,
16:47
branch master updated: * tp/Texinfo/XS/xspara.c (xspara__add_next): Check return value for u8_mbtouc as documented, by checking for 0xfffd (replacement character), instead of using the same as mbrtowc.
,
Gavin D. Smith
,
16:35
branch master updated: * tp/Texinfo/XS/parsetexi/context_stack.c (pop_context): Define with (void) parameter list rather than ().
,
Gavin D. Smith
,
15:44
branch master updated: * tp/Texinfo/XS/xspara.c: Remove include directives for several header files that we don't need any more due to using libunistring functions instead of locale-dependent libc functions. [_WIN32] (w32_setlocale, mbrlen, mbrtowc, iswspace, iswupper): Remove these now-unused implementations.
,
Gavin D. Smith
,
15:25
branch master updated: * tp/texi2any.supp: Add suppression for memory leak with switch_to_global_locale.
,
Gavin D. Smith
,
14:34
branch master updated: remove text after #endif
,
Gavin D. Smith
,
14:20
branch master updated: * tp/Texinfo/XS/main/translations.c (translate_string): Remove commented-out code, the purpose of which is not evident. Remove FIXME comment as this should be working now we call switch_to_global_locale.
,
Gavin D. Smith
,
05:21
branch master updated: add function name to ChangeLog entries
,
Gavin D. Smith
,
05:14
branch master updated: * tp/Texinfo/XS/main/translations.c: Exdent preprocessor to avoid wrapping the rest of the function in the #else block.
,
Gavin D. Smith
,
05:13
branch master updated: * tp/Texinfo/XS/main/translations.c: Remove commented-out Perl code and comments. It's hard to read and does not match the current Perl code in Texinfo/Translations.pm.
,
Gavin D. Smith
,
04:29
[no subject]
,
Patrice Dumas
,
03:11
master updated (bca2525be8 -> e0209ea8ac)
,
Patrice Dumas
,
03:11
[no subject]
,
Patrice Dumas
,
03:11
[no subject]
,
Patrice Dumas
,
03:11
[no subject]
,
Patrice Dumas
,
03:11
November 17, 2023
branch master updated: * tp/Texinfo/XS/main/convert_utils.c (convert_to_utf8, convert_to_utf8_verbatiminclude): Rename function to avoid confusion with convert_to_utf8 in input.c.
,
Gavin D. Smith
,
15:40
branch master updated: * tp/Texinfo/XS/main/api_to_perl.c (croak_message): Add wrapper for Perl croak. Useful for debugging.
,
Gavin D. Smith
,
14:58
branch master updated: actually commit the right change
,
Gavin D. Smith
,
13:48
branch master updated: * tp/texi2any.supp: Use "..." in suppressions file to allow for varying numbers of times tdestroy_recurse appears in the stack trace.
,
Gavin D. Smith
,
13:12
branch master updated: * tp/Texinfo/XS/main/command_stack.c (top_integer_stack): use correct function name instead of top_integer_context.
,
Patrice Dumas
,
05:36
November 16, 2023
branch master updated: * tp/t/input_files/punctuation_small_case_accents_latin1.texi, tp/t/input_files/punctuation_small_case_accents_utf8.texi, tp/t/input_files/punctuation_small_case_accents_us_ascii.texi: add an encoded character in @sc.
,
Patrice Dumas
,
16:35
branch master updated: * tp/texi2any.supp: Add valgrind suppression file. Add suppressions for setenv bug with perl 5.36 and earlier.
,
Gavin D. Smith
,
15:55
branch master updated: * tp/Texinfo/XS/convert/call_html_perl_function.c (call_types_conversion, call_types_open, call_commands_conversion) (call_commands_open, call_output_units_conversion), tp/Texinfo/XS/convert/convert_html.c (TYPE_INTERNAL_CONVERSION) (convert_table_term_type, command_conversion_external) (command_open, type_conversion_external, type_open) (convert_to_html_internal, output_unit_conversion) (convert_output_unit, convert_convert_output_unit_internal): pass TEXT to gather conversion results ins [...]
,
Patrice Dumas
,
14:12
branch master updated: * contrib/nontests/latex2html.test: Remove. * contrib/nontests/bibtex.test, contrib/nontests/defs.in: Remove checks using hevea. * configure.ac: Delete commented-out AC_CHECK_PROGS line for hevea. * contrib/nontests/Makefile.am: Remove as file is unused.
,
Gavin D. Smith
,
12:13
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_text, convert, output), tp/Texinfo/XS/convert/ConvertXS.xs (html_prepare_conversion_units): cache OUTPUT_CHARACTERS and OUTPUT_ENCODING_NAME equal to utf8 in self->use_unicode_text.
,
Patrice Dumas
,
11:50
November 15, 2023
branch master updated: * doc/texi2any_api.texi (Conversion in Preformatted Context), tp/Texinfo/Convert/HTML.pm (in_preformatted_context), tp/Texinfo/Convert/HTML.pm (inside_preformatted): rename in_preformatted as in_preformatted_context and _in_preformatted_in_menu as inside_preformatted.
,
Patrice Dumas
,
17:57
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text, xspara__add_next): Cast char * to uint8_t * when calling u8_mbtouc to avoid a compiler warning. This is valid as we know the strings we are getting from Perl are UTF-8 encoded. (xspara_add_text): Avoid a warning about a variable possibly being undefined.
,
Gavin D. Smith
,
16:50
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (TYPE_INTERNAL_CONVERSION) (types_internal_conversion_table, convert_table_term_type) (html_converter_initialize), tp/Texinfo/XS/main/converter_types.h (enum formatting_reference_status): add types_internal_conversion_table where type conversion implemented in C is registered, use it to replace type_conversion function. Implement convert_table_term_type as a type conversion function.
,
Patrice Dumas
,
14:31
branch release/7.1 updated: Further obstack alignment fix for sparc64
,
Gavin D. Smith
,
13:09
branch master updated: * tp/Texinfo/XS/main/utils.h, tp/Texinfo/XS/main/converter_types.h (HTML_ARGUMENTS_FORMATTED_FORMAT_TYPE, HTML_ARGS_FORMATTED) (HTML_ARG_FORMATTED): move from utils.h to converter_types.h.
,
Patrice Dumas
,
11:05
branch master updated: * doc/texi2any_api.texi (Simple Output Customization for Simple Commands with Braces): fix example.
,
Patrice Dumas
,
06:27
branch master updated: Customization of uppercasing commands
,
Patrice Dumas
,
06:04
[no subject]
,
Patrice Dumas
,
03:37
master updated (f536711c62 -> 2f3d653e29)
,
Patrice Dumas
,
03:37
[no subject]
,
Patrice Dumas
,
03:37
November 14, 2023
branch release/7.1 updated: * tp/Texinfo/command_data.txt (item_LINE, itemx, defblock, defline, deftypeline): Remove contain_basic_inline flag. There is no reason an @anchor should not occur inside @item, inside @table, or the other commands, as no index entry is being created with the @anchor.
,
Gavin D. Smith
,
16:58
branch master updated: * tp/Texinfo/command_data.txt (item_LINE, itemx, defblock, defline, deftypeline): Remove contain_basic_inline flag. There is no reason an @anchor should not occur inside @item, inside @table, or the other commands, as no index entry is being created with the @anchor.
,
Gavin D. Smith
,
16:54
branch master updated: * tp/Texinfo/Translations.pm (import), tp/Texinfo/XS/Makefile.am, tp/Texinfo/XS/main/DocumentXS.xs (translations_configure), tp/Texinfo/XS/main/TranslationsXS.xs: rename configure as translations_configure and move to DocumentXS.xs. Do not build TranslationsXS anymore.
,
Patrice Dumas
,
06:55
branch master updated: * Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm, Pod-Simple-Texinfo/pod2texi.pl: update for the move of functions to Texinfo::Document.
,
Patrice Dumas
,
04:56
branch master updated: * tp/Texinfo/XS/main/DocumentXS.xs (rebuild_document, rebuild_tree) (remove_document_descriptor, remove_document, clear_document_errors) (set_document_options), tp/Makefile.am (dist_modules_DATA), tp/Texinfo/Document.pm (import, rebuild_document, rebuild_tree) (clear_document_errors), tp/Texinfo/XS/Makefile.am (DocumentXS_la_SOURCES): move rebuild_document, rebuild_tree, remove_document_descriptor, remove_document and clear_document_errors to a new XS associated to Texinfo::Document.
,
Patrice Dumas
,
04:28
November 13, 2023
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_destroy): output a debug message if the html converter is destroyed while there are error messages that have not been registered.
,
Patrice Dumas
,
18:43
branch master updated: * tp/Texinfo/XS/main/tree.c (replace_element_in_list): add.
,
Patrice Dumas
,
18:35
branch master updated: Add missing file
,
Patrice Dumas
,
17:39
branch master updated: * tp/Texinfo/XS/convert/call_html_perl_function.c (call_file_id_setting_label_target_name) (call_file_id_setting_node_file_name) (call_file_id_setting_sectioning_command_target_name), tp/Texinfo/XS/convert/convert_html.c (find_element_target) (prepare_special_units, add_element_target_to_list) (add_element_target, add_special_target, normalized_label_id_file) (new_sectioning_command_target, set_root_commands_targets_node_files) (prepare_index_entries_targets, prepare_footnotes_targets) (ht [...]
,
Patrice Dumas
,
16:53
[no subject]
,
Patrice Dumas
,
16:08
[no subject]
,
Patrice Dumas
,
16:08
[no subject]
,
Patrice Dumas
,
16:08
[no subject]
,
Patrice Dumas
,
16:08
master updated (540fcc7ea9 -> 9b4dae83b3)
,
Patrice Dumas
,
16:08
[no subject]
,
Patrice Dumas
,
16:08
branch release/7.1 updated: * tp/Texinfo/XS/parsetexi/tree.c (reset_obstacks): Call obstack_alignment_mask to use 8-byte alignment. Needed for Debian on sparc64. Report of "Bus error" from John Paul Adrian Glaubitz <address@hidden>.
,
Gavin D. Smith
,
14:13
branch master updated: Update required gnulib modules for XS
,
Gavin D. Smith
,
13:14
[no subject]
,
Patrice Dumas
,
09:05
[no subject]
,
Patrice Dumas
,
09:05
[no subject]
,
Patrice Dumas
,
09:05
master updated (c6d67c9a10 -> 62deacdc55)
,
Patrice Dumas
,
09:05
November 12, 2023
branch master updated: * tp/Texinfo/XS/convert/converter.c (register_converter), tp/Texinfo/XS/convert/get_html_perl_info.c (html_converter_initialize_sv), tp/Texinfo/XS/main/get_perl_info.c (converter_initialize), tp/Texinfo/XS/main/utils.c: use a local variable as initial converter before calling register_converter. Pass converter to converter_initialize. Remove new_converter function.
,
Patrice Dumas
,
18:29
branch master updated: * tp/Texinfo/Common.pm (split_custom_heading_command_contents), tp/t/init/translation_in_parser_in_translation.pm, tp/Texinfo/XS/main/utils.c: do not use trim_spaces_comment_from_content in split_custom_heading_command_contents and translation_in_parser_in_translation.pm and remove trim_spaces_comment_from_content.
,
Patrice Dumas
,
16:32
branch master updated: * tp/Texinfo/XS/main/floats.c (add_to_listoffloats_list) (float_list_to_listoffloats_list, destroy_listoffloats_list), tp/Texinfo/XS/main/tree_types.h (LISTOFFLOATS_TYPE), tp/Texinfo/XS/structuring_transfo/structuring.c (number_floats): use ELEMENT_LIST for float_list in listoffloats data, directly and not as a pointer. Change add_to_listoffloats_list to return the listoffloats type if found, and create a new one otherwise.
,
Patrice Dumas
,
16:20
[no subject]
,
Patrice Dumas
,
16:03
[no subject]
,
Patrice Dumas
,
16:03
[no subject]
,
Patrice Dumas
,
16:03
master updated (c92b326e86 -> a43aacc7ca)
,
Patrice Dumas
,
16:03
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (prepare_index_entries_targets), tp/Texinfo/XS/convert/converter.c (comma_index_subentries_tree, free_comma_index_subentries_tree): have comma_index_subentries_tree return an ELEMENT_LIST.
,
Patrice Dumas
,
13:33
branch master updated: * tp/Texinfo/XS/main/convert_to_text.c (text_accents), tp/Texinfo/XS/main/convert_utils.c (find_innermost_accent_contents) (destroy_accent_stack), tp/Texinfo/XS/main/convert_utils.h (ACCENTS_STACK): put the stack in ACCENTS_STACK directly, not as a pointer.
,
Patrice Dumas
,
12:50
branch master updated: * tp/Texinfo/XS/main/convert_to_text.c (ascii_accent) (ascii_accents_internal), tp/Texinfo/XS/main/unicode.c (unicode_accent, format_eight_bit_accents_stack) (format_unicode_accents_stack_internal, encoded_accents), tp/Texinfo/XS/main/utils.c (normalize_encoding_name): make some variables const to make sure that the accent formatting function do not modify their associated elements, texts or accent commands lists.
,
Patrice Dumas
,
12:39
branch master updated: * tp/Texinfo/XS/main/convert_to_text.c (ascii_accent) (ascii_accents_internal): call encoded_accents with ascii_accent as argument, not ascii_accents_internal. Add an unused set_case argument to ascii_accent to have a prototype matching with the prototype used by encoded_accents.
,
Patrice Dumas
,
12:21
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (prepare_special_units) (set_root_commands_targets_node_files), tp/Texinfo/XS/main/build_perl_info.c (build_elements_list) (build_document), tp/Texinfo/XS/main/converter_types.h (DOCUMENT), tp/Texinfo/XS/main/document.c (register_document_nodes_list) (register_document_sections_list) (destroy_document_information_except_tree), tp/Texinfo/XS/structuring_transfo/StructuringTransfo.xs (sectioning_structure, nodes_tree), tp/Texinfo/XS/structuring_transfo/ [...]
,
Patrice Dumas
,
11:30
branch master updated: * tp/Texinfo/XS/main/tree.c (new_list, destroy_list), tp/Texinfo/XS/structuring_transfo/transformations.c (modify_tree) (protect_text, protect_hashchar_at_line_beginning_internal) (reference_to_arg_internal): add new_list and destroy_list, use those functions.
,
Patrice Dumas
,
10:22
branch master updated: * tp/Texinfo/XS/main/tree.c (insert_list_slice_into_list) (insert_slice_into_contents, insert_list_slice_into_args) (insert_list_slice_into_contents): add insert_list_slice_into_list, use it in other functions, add insert_list_slice_into_args and insert_list_slice_into_contents. Remove insert_contents_slice_into_args.
,
Patrice Dumas
,
10:11
[no subject]
,
Patrice Dumas
,
09:07
[no subject]
,
Patrice Dumas
,
09:07
master updated (10b96c1995 -> 82f93eb9f0)
,
Patrice Dumas
,
09:07
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text): Keep running total of return values of uc_width and pass it to xspara_add__next. Remove an apparently obsolete comment about the width of accent characters. (xspara__add_next): Take extra argument. If non-negative, use for the column count of the word, rather than using uc_width. This way we avoid calling it twice for every character.
,
Gavin D. Smith
,
07:13
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (HTML_COMMAND_STRUCT) (register_format_context_command, convert_to_html_internal): set context command context string dynamically.
,
Patrice Dumas
,
07:09
branch master updated: * tp/Texinfo/XS/xspara.c (xspara__add_next, xspara_add_next): Remove unnecessary casts to ucs4_t when calling uc_width. Advice from Bruno.
,
Gavin D. Smith
,
05:11
November 11, 2023
[no subject]
,
Patrice Dumas
,
18:18
master updated (f5517b6aec -> 00325db36c)
,
Patrice Dumas
,
18:18
[no subject]
,
Patrice Dumas
,
18:18
branch master updated: Update required gnulib modules for XS
,
Gavin D. Smith
,
17:03
branch master updated: Revised locale-independent paragraph formatting.
,
Gavin D. Smith
,
16:42
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_destroy), tp/Texinfo/XS/convert/convert_html.c (reset_unset_no_arg_commands_formatting_context): free html_command_conversion strings and trees for no args commands, free no_arg_formatted_cmd, free translated_to_convert when replacing it in reset_unset_no_arg_commands_formatting_context.
,
Patrice Dumas
,
11:31
master updated (2ea426031c -> f342408f5c)
,
Patrice Dumas
,
10:50
[no subject]
,
Patrice Dumas
,
10:50
[no subject]
,
Patrice Dumas
,
10:50
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs (destroy), tp/Texinfo/Convert/Converter.pm (import, destroy), tp/Texinfo/Convert/Text.pm(import, destroy), tp/Texinfo/XS/convert/convert_html.c (html_destroy), tp/Texinfo/XS/convert/converter.c (free_generic_converter), tp/Texinfo/XS/main/convert_utils.c (destroy_translated_commands), tp/t/test_utils.pl (test), tp/texi2any.pl: add function, XS interface and C code to destroy a converter, to free its memory, called both in texi2any.pl and test_utils.pl.
,
Patrice Dumas
,
09:20
branch master updated: Remove hevea support from texi2dvi
,
Gavin D. Smith
,
09:08
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs (html_finalize_output_state), tp/Texinfo/XS/convert/convert_html.c (html_finalize_output_state) (html_check_transfer_state_finalization): add checks on final converter output state and on state used to sync perl converter state after the last sync of perl state.
,
Patrice Dumas
,
05:27
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_finalize_output_state), tp/Texinfo/XS/convert/indices_in_conversion.c (destroy_merged_indices) (destroy_indices_sorted_by_letter): free merged indices, indices sorted by letter and title_titlepage.
,
Patrice Dumas
,
04:52
branch master updated: * tp/Texinfo/XS/main/tree_types.h (INDEX), tp/Texinfo/XS/main/converter_types.h (MERGED_INDEX) (LETTER_INDEX_ENTRIES, INDEX_SORTED_BY_LETTER): rename structure fields related to index numberof entries or space for entries and letter number. Update code using those structures.
,
Patrice Dumas
,
03:48
November 10, 2023
[no subject]
,
Patrice Dumas
,
17:30
master updated (45b8a10174 -> 42249fe8ad)
,
Patrice Dumas
,
17:30
[no subject]
,
Patrice Dumas
,
17:30
branch master updated: * tp/Texinfo/Convert/HTML.pm (import, _XS_html_merge_index_entries) (_sort_index_entries), tp/Texinfo/XS/convert/ConvertXS.xs (html_merge_index_entries), tp/Texinfo/XS/convert/convert_html.c (html_merge_index_entries): rename sort_index_entries as html_merge_index_entries, add an XS override and call it.
,
Patrice Dumas
,
15:50
[no subject]
,
Gavin D. Smith
,
14:32
master updated (c5079760ba -> e7d138ce12)
,
Gavin D. Smith
,
14:32
[no subject]
,
Gavin D. Smith
,
14:32
branch master updated: * util/texi2dvi (move_to_dest): Only take a single argument, as it is only called with multiple arguments when outputing to Info with hevea, which is an extremely niche use case. In fact, running with hevea (--html or --info on a LaTeX source) appears to be broken. (Loop introduced on 2006-06-27.) (run_hevea): Put the loop here. Code not tested.
,
Gavin D. Smith
,
13:33
branch master updated: * util/texi2dvi (move_to_dest): Only take a single argument, as it is only called with multiple arguments when outputing to Info with hevea, which is an extremely niche use case. In fact, running with hevea (--html or --info on a LaTeX source) appears to be broken. (Loop introduced on 2006-06-27.) (run_hevea): Put the loop here. Code not tested.
,
Gavin D. Smith
,
13:27
[no subject]
,
Patrice Dumas
,
12:50
master updated (56028a44ba -> a6b77aac3d)
,
Patrice Dumas
,
12:50
[no subject]
,
Patrice Dumas
,
12:50
branch master updated: Revert change on 2023-11-09 "Locale-independent XS paragraph formatting".
,
Gavin D. Smith
,
11:50
November 09, 2023
[no subject]
,
Patrice Dumas
,
15:59
[no subject]
,
Patrice Dumas
,
15:59
[no subject]
,
Patrice Dumas
,
15:59
master updated (e3a28cc9bf -> bd7b8f424b)
,
Patrice Dumas
,
15:59
[no subject]
,
Patrice Dumas
,
15:59
[no subject]
,
Gavin D. Smith
,
14:38
[no subject]
,
Gavin D. Smith
,
14:38
[no subject]
,
Gavin D. Smith
,
14:38
master updated (4fd8752dbb -> e3a28cc9bf)
,
Gavin D. Smith
,
14:38
November 07, 2023
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs (get_index_entries_sorted_by_letter), tp/Texinfo/XS/main/get_perl_info.c (get_sv_index_entries_sorted_by_letter): use INDEX ** in argument of get_sv_index_entries_sorted_by_letter and return an INDEX_SORTED_BY_LETTER ** instead of modifying a converter.
,
Patrice Dumas
,
16:51
branch master updated: * tp/t/html_tests.t (mathjax_with_texinfo) (mathjax_with_texinfo_enable_encoding) (mathjax_with_texinfo_html_file): skip tests with conversion of Texinfo to LaTeX in HTML in math if using XS for conversion, as it is not implemented.
,
Patrice Dumas
,
16:31
branch master updated: * tp/Texinfo/XS/main/get_perl_info.c: move copy_sv_options_for_convert_text to the end of the file.
,
Patrice Dumas
,
14:31
branch master updated: * tp/Texinfo/XS/Makefile.am (ConvertXS_la_SOURCES), tp/Texinfo/XS/convert/get_html_perl_info.c, tp/Texinfo/XS/main/get_perl_info.c: move HTML specific code out of main/get_perl_info.c to convert/get_html_perl_info.c.
,
Patrice Dumas
,
14:27
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): fix get_output_files_XS_unclosed_streams function name.
,
Patrice Dumas
,
14:26
branch master updated: * tp/Texinfo/XS/Makefile.am (lib_LTLIBRARIES, xs_LTLIBRARIES): Place libtexinfo.la and libtexinfoxs.la in xs_LTLIBRARIES instead.
,
Gavin D. Smith
,
13:34
branch master updated: * tp/Texinfo/XS/Makefile.am (ConvertXS_la_SOURCES), tp/Texinfo/XS/convert/call_html_perl_function.c, tp/Texinfo/XS/main/build_perl_info.c, tp/Texinfo/XS/main/call_perl_function.c, tp/Texinfo/XS/convert/build_html_perl_state.c: new files convert/call_html_perl_function.c and convert/build_html_perl_state.c with HTML specific content of call_perl_function.c and build_perl_info.c.
,
Patrice Dumas
,
11:35
November 06, 2023
branch master updated: * tp/Texinfo/Convert/Converter.pm (import, _XS_get_unclosed_stream) (get_output_files_XS_unclosed_streams), tp/Texinfo/Convert/HTML.pm (output), tp/Texinfo/XS/convert/ConvertXS.xs (get_unclosed_stream), tp/Texinfo/XS/main/build_perl_info.c (build_output_files_unclosed_files): it is not possible to associate an unclosed stream to a SV from C. However, as found out by Gavin, it is possible to pass a stream through the XS interface. Therefore, in build_output_files_unclosed_files, the unclos [...]
,
Patrice Dumas
,
18:11
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c, tp/Texinfo/XS/main/build_perl_info.c: move code specific of HTML to the end of the files.
,
Patrice Dumas
,
15:46
branch master updated: * tp/Texinfo/Convert/HTML.pm (_sort_index_entries), tp/Texinfo/XS/main/get_perl_info.c (get_sv_index_entries_sorted_by_letter): pass directly indices sorted by letter hash to XS. There is code to sort index names in XS, but it is commentted out as it is not clear that it is useful.
,
Patrice Dumas
,
14:38
branch master updated: * tp/Texinfo/Convert/HTML.pm (import, _translate_names) (_prepare_conversion_units, _prepare_units_directions_files) (_prepare_title_titlepage, _html_convert_convert, convert) (_html_convert_output), tp/Texinfo/XS/convert/ConvertXS.xs (html_prepare_conversion_units): override directly perl functions. Add _html_convert_convert based on convert code to override conversion. Change html_prepare_conversion_units to match perl function call.
,
Patrice Dumas
,
11:11
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs (html_prepare_conversion_units) (html_prepare_units_directions_files, html_translate_names) (html_prepare_output_units_global_targets): set warning strings.
,
Patrice Dumas
,
09:07
master updated (7467fde7bc -> 1b12deb06f)
,
Patrice Dumas
,
08:43
[no subject]
,
Patrice Dumas
,
08:43
[no subject]
,
Patrice Dumas
,
08:43
[no subject]
,
Patrice Dumas
,
02:58
[no subject]
,
Patrice Dumas
,
02:58
master updated (0afb4590ba -> 7467fde7bc)
,
Patrice Dumas
,
02:58
November 05, 2023
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_converter_initialize), tp/Texinfo/XS/main/get_perl_info.c (html_converter_initialize_sv): move code mapping variety names to index in global_units_directions to html_converter_initialize.
,
Patrice Dumas
,
18:30
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_converter_initialize), tp/Texinfo/XS/main/get_perl_info.c (html_converter_initialize_sv): move allocation of space for translated tree types from html_converter_initialize_sv to html_converter_initialize.
,
Patrice Dumas
,
17:52
branch master updated: * tp/Texinfo/XS/main/get_perl_info.c (converter_initialize) (html_converter_initialize_sv): split generic converter initialization out of html_converter_initialize_sv to converter_initialize.
,
Patrice Dumas
,
17:34
branch master updated: * tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/HTML.pm (converter_initialize): remove encode_converter_document from Texinfo::Convert::Converter and move corresponding code to the end of converter_initialize where XS converter is initialized.
,
Patrice Dumas
,
17:22
branch master updated: * tp/Texinfo/Convert/Converter.pm (encode_converter_document), tp/Texinfo/XS/main/get_perl_info.c (set_translated_commands) (html_converter_initialize_sv): encode strings in XS, not in perl.
,
Patrice Dumas
,
16:59
branch master updated: * tp/Texinfo/XS/main/get_perl_info.c, tp/Texinfo/XS/main/utils.h: remove more code related to sorting in C based on sortable entries from perl, get_sv_sortable_entries, KEY_ALPHA, SORTABLE_ENTRY and INDEX_SORTABLE_ENTRIES.
,
Patrice Dumas
,
16:22
branch master updated: * tp/Texinfo/Convert/HTML.pm (_sort_index_entries), tp/Texinfo/XS/main/get_perl_info.c (get_sv_index_entries_sorted_by_letter): pass index entries by letter directly as a hash.
,
Patrice Dumas
,
16:15
branch master updated: * tp/Texinfo/Convert/HTML.pm (_sort_index_entries), tp/Texinfo/XS/main/get_perl_info.c (get_sv_index_entries_sorted_by_letter): encode strings in get_sv_index_entries_sorted_by_letter by using SvPVutf8 instead of doing it in perl.
,
Patrice Dumas
,
14:54
branch master updated: * tp/Texinfo/Convert/HTML.pm (import, _sort_index_entries), tp/Texinfo/XS/convert/ConvertXS.xs (sort_sortable_index_entries_by_letter), tp/Texinfo/XS/convert/indices_in_conversion.c (sort_indices_by_letter): remove code related to sorting in C based on sortable entries from perl, as it is unfinished because it requires a collation function in C, and the passing of data from perl need to be redone, it would be better to restart from scratch.
,
Patrice Dumas
,
14:39
branch master updated: * tp/Texinfo/Convert/Converter.pm (converter_options_for_output): rename encode_converter_for_output as converter_options_for_output. Update callers.
,
Patrice Dumas
,
14:32
branch master updated: * tp/Texinfo/Common.pm, tp/Texinfo/Config.pm (register_XS_document_main_configuration), tp/Texinfo/Convert/Converter.pm (encode_converter_document), tp/Texinfo/Convert/HTML.pm (_translate_names), tp/Texinfo/Convert/Text.pm (encode_text_options), tp/maintain/regenerate_C_options_info.pl: encode customization options strings in C and not in perl. The corresponding code is generated by regenerate_C_options_info.pl, using SvPVbyte for byte strings and SvPVutf8 to get UT-8 encoded strings for [...]
,
Patrice Dumas
,
13:39
branch master updated: * contrib/tex3patch: Remove. The message in texinfo.tex that recommended this script was removed on 2003-07-27. It was said to work around a bug in "Unix TeX 3.0". It currently has no effect when running on texinfo.tex.
,
Gavin D. Smith
,
11:44
branch master updated: * NEWS: mention that PACKAGE* customization variables became PACKAGE*_OPTION. Mentioned by Arsen.
,
Patrice Dumas
,
11:31
branch master updated: * contrib/texifont: Remove subdirectory. It has been untouched for over 10 years and has no prospect of further development.
,
Gavin D. Smith
,
11:20
branch master updated: correct ChangeLog
,
Gavin D. Smith
,
10:51
branch master updated: * tp/Texinfo/Convert/HTML.pm, tp/ext/highlight_syntax.pm, tp/init/documentation_examples.pm, tp/init/html32.pm, tp/t/init/ignore_and_comments_output.init, tp/t/init/mini_ker_t2h.init, tp/t/init/t2h_singular.init: handle undef contents for all commands and types conversion functions (and undef args).
,
Patrice Dumas
,
10:32
branch master updated: Revert documentlanguage fix
,
Gavin D. Smith
,
09:33
branch master updated: Change customization of translations to target only translated string
,
Patrice Dumas
,
09:26
branch master updated: * tp/Texinfo/Common.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/PlainTexinfo.pm, tp/Texinfo/Convert/Text.pm, tp/Texinfo/Structuring.pm, tp/Texinfo/Transformations.pm: always use main XS file first, and add use Texinfo::XSLoader if used in the module.
,
Patrice Dumas
,
05:53
November 04, 2023
branch master updated: * tp/Texinfo/XS/main/utils.c, tp/Texinfo/XS/main/converter_types.h: remove HTML_CSS_FORMATTING_REFERENCES_LIST.
,
Patrice Dumas
,
19:14
branch master updated: * tp/Texinfo/Structuring.pm (import), * tp/Texinfo/Transformations.pm (import): List overrided perl subroutines in a hash for more concise code.
,
Gavin D. Smith
,
08:11
branch master updated: * tp/Texinfo/Common.pm (import): List overrided perl subroutines in a hash for more concise code.
,
Gavin D. Smith
,
07:57
branch release/7.1 updated: * info/scan.c (write_tag_contents): Check if added text is of zero length in order to avoid subsequently calling memcpy with a null source argument. Report with -fsanitize=undefined on amd64 from Sam James <address@hidden>.
,
Gavin D. Smith
,
07:35
branch master updated: * info/scan.c (write_tag_contents): Check if added text is of zero length in order to avoid subsequently calling memcpy with a null source argument. Report with -fsanitize=undefined on amd64 from Sam James <address@hidden>.
,
Gavin D. Smith
,
06:40
November 03, 2023
branch master updated: * tp/Texinfo/XS/Makefile.am: Make files depend on maintain/regenerate_C_options_info.pl if built by that script.
,
Gavin D. Smith
,
13:54
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (build_html_formatting_state): current_filename is found by get_info, therefore in converter_info there is a reference on the value in the converter hash. The associated SV should not be replaced such that its reference stays the same. Therefore for current_filename use sv_setpv to modify the value but not the SV to pass to perl.
,
Patrice Dumas
,
11:01
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (command_special_unit_variety) (prepare_special_units): rename command_special_unit_variety from contents_command_special_unit_variety and add footnotes.
,
Patrice Dumas
,
06:46
branch master updated: * tp/Texinfo/XS/convert/convert_html.c, tp/Texinfo/XS/main/errors.c: add "%s" format for fprintf instead of using a string as format. Report from Gavin.
,
Patrice Dumas
,
04:47
branch master updated: * tp/Texinfo/Convert/HTML.pm (converter_initialize), tp/Texinfo/XS/convert/ConvertXS.xs (html_converter_initialize_sv), tp/Texinfo/XS/main/converter_types.h (CONVERTER), tp/Texinfo/XS/main/get_perl_info.c (register_formatting_reference_default) (register_formatting_reference_with_default) (html_converter_initialize_sv): pass css strings commands and types conversion to C. To setup css strings formatting references, copy the formatting references and replace with specific css functions refe [...]
,
Patrice Dumas
,
04:35
November 02, 2023
branch master updated: * configure.ac, js/info.js, util/texi2dvi, util/texi2pdf: Bump version to 7.1dev.
,
Gavin D. Smith
,
15:42
branch master updated: * tp/Texinfo/XS/main/get_perl_info.c (add_svav_to_string_list): use a SV * in argument, not a SV **. Update callers.
,
Patrice Dumas
,
15:15
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (convert_output_output_unit_internal): do not output the NUL in fwrite.
,
Patrice Dumas
,
11:13
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_set_pages_files) (html_converter_initialize): initialize file_changed_counter in html_set_pages_files as it requires knowing the number of output files.
,
Patrice Dumas
,
09:57
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_convert_output): correct fclose error status reading.
,
Patrice Dumas
,
06:45
branch master updated: * tp/Texinfo/Convert/HTML.pm (_html_convert_output), tp/Texinfo/XS/convert/convert_html.c (html_convert_output): only consider two cases for filenames, no filenames if output_file is the empty string '', filenames otherwise.
,
Patrice Dumas
,
05:47
November 01, 2023
branch master updated: * tp/Makefile.tres, tp/t/languages.t (no_documentlanguage_before_copying): test without @documentlanguage before @copying but a @documentlanguage before @insertcopying. From Gavin.
,
Patrice Dumas
,
18:32
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_def), tp/Texinfo/XS/parsetexi/def.c (parse_def): set type untranslated and associate translation context even if @documentlanguage is not set at the time of parsing. @documentlanguage may indeed be set when converting. Report from Gavin.
,
Patrice Dumas
,
18:26
branch master updated: * tp/Texinfo/Convert/HTML.pm (_html_convert_output): if a special element body is empty, do not return immediately but check if there is already a body registered with the file, as in that case, the body would need to be output.
,
Patrice Dumas
,
16:17
branch master updated: update test results for removed translation file
,
Gavin D. Smith
,
15:04
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc