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: Tue Oct 31 2023 12:36:09 -0400
Threads in reverse chronological order
[
Next Period
]
branch master updated: * tp/Texinfo/XS/main/call_perl_function.h (FILE_NAME_PATH) (TARGET_CONTENTS_FILENAME): move to call_perl_function.h.
,
Patrice Dumas
,
2023/10/31
master updated (273ea6e2b8 -> a1162a32c7)
,
Patrice Dumas
,
2023/10/31
branch master updated: Update test results
,
Patrice Dumas
,
2023/10/30
branch master updated: * tp/Texinfo/Convert/HTML.pm (_do_js_files, output): move code related to js files, both for INFO_JS_DIR and for js license file also for mathjax to the _do_js_files function. Call _do_js_files also if there is no output file, but only if TEST is not set, a combination which is very unlikely.
,
Patrice Dumas
,
2023/10/30
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): move js files copying code out of output units formatting loop.
,
Patrice Dumas
,
2023/10/30
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_convert_tree): rename convert_tree as html_convert_tree.
,
Patrice Dumas
,
2023/10/30
branch master updated: * tp/texi2any.pl: do not rebuild the perl document/tree before calling convert_to_texinfo for MACRO_EXPAND if TEXINFO_XS_CONVERT is set.
,
Patrice Dumas
,
2023/10/30
branch master updated: * tp/Texinfo/Convert/HTML.pm (_prepare_conversion_units, convert) (output): set contents and shortcontents early in convert and output, where other configurations options are set, and not in _prepare_conversion_units.
,
Patrice Dumas
,
2023/10/30
branch master updated: * tp/Texinfo/XS/main/utils.h (TRANSLATED_SUI_ASSOCIATION), tp/Texinfo/XS/convert/convert_html.c: move TRANSLATED_SUI_ASSOCIATION from convert_html.c to utils.h.
,
Patrice Dumas
,
2023/10/29
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfo_la_SOURCES), tp/Texinfo/XS/main/converter_types.h: move definitions of types related to document and converter to a separate file, converter_types.h, to avoid issues with include order.
,
Patrice Dumas
,
2023/10/29
branch master updated: * po_document/no.po, po_document/nb.po: Rename to nb.po and remove "No translation available!" translations. Report from Karl Ove Hufthammer.
,
Gavin D. Smith
,
2023/10/29
branch master updated: * doc/info-stnd.texi (Custom Key Bindings): Also document XDG_CONFIG_DIRS and correct name of other env variable.
,
Gavin D. Smith
,
2023/10/29
branch master updated: * info/infomap.c (locate_init_file): Check through XDG_CONFIG_DIRS as a last resort, using /etc/xdg as a default value. (fetch_user_maps): Accommodate null return value from locate_init_file.
,
Gavin D. Smith
,
2023/10/29
master updated (03d06cb726 -> 6670963f7f)
,
Gavin D. Smith
,
2023/10/29
[no subject]
,
Gavin D. Smith
,
2023/10/29
[no subject]
,
Gavin D. Smith
,
2023/10/29
branch master updated: Regular tree structure for @value with flag not found
,
Patrice Dumas
,
2023/10/29
branch master updated: tp/Texinfo/XS/main/build_perl_info.c: change/additions in comments
,
Patrice Dumas
,
2023/10/29
branch master updated: No export of perl tree at parsing time with XS
,
Patrice Dumas
,
2023/10/29
branch master updated: * po/POTFILES.in: add tp/Texinfo/XS/structuring_transfo/structuring.c, tp/Texinfo/XS/structuring_transfo/transformations.c and tp/Texinfo/XS/main/convert_utils.c.
,
Patrice Dumas
,
2023/10/29
branch master updated: * doc/tp_api/Makefile.am (texi2any_internals_dependencies): replace TranslationsNonXS.pm by Translations.pm.
,
Patrice Dumas
,
2023/10/29
branch master updated: update po files
,
Patrice Dumas
,
2023/10/29
branch master updated: * po_document/POTFILES.in: replace tp/Texinfo/TranslationsNonXS.pm by tp/Texinfo/Translations.pm.
,
Patrice Dumas
,
2023/10/29
branch master updated: Use specific functions overrides for Translations, not full module
,
Patrice Dumas
,
2023/10/29
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (store_source_mark_list), tp/Texinfo/XS/main/tree_types.h (SM_TYPES_LIST), tp/Texinfo/XS/parsetexi/source_marks.c (register_source_mark) (source_marks_reset_counters): remove SM_type_none from SM_TYPES_LIST and use SM_TYPES_LIST more to avoid repetitive code.
,
Patrice Dumas
,
2023/10/29
branch master updated: * tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): use lookup_info instead of lookup_extra_string, as the information needed is in info and not extra and there is no corresponding function. Revert the recent change.
,
Patrice Dumas
,
2023/10/29
master updated (6c70eec56d -> e743ed37c0)
,
Patrice Dumas
,
2023/10/29
[no subject]
,
Patrice Dumas
,
2023/10/29
[no subject]
,
Patrice Dumas
,
2023/10/29
branch master updated: Update test result for change in translation.
,
Patrice Dumas
,
2023/10/28
master updated (1c09841889 -> 4ed1b83e53)
,
Patrice Dumas
,
2023/10/28
[no subject]
,
Patrice Dumas
,
2023/10/28
[no subject]
,
Patrice Dumas
,
2023/10/28
branch master updated: tp/Texinfo/XS/api_to_perl.h: commit missed file
,
Patrice Dumas
,
2023/10/28
branch master updated: * tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/DocBook.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/LaTeX.pm, tp/Texinfo/Convert/Plaintext.pm, tp/Texinfo/Convert/TexinfoMarkup.pm, tp/Texinfo/Convert/Text.pm, tp/Texinfo/Convert/TextContent.pm, tp/t/test_utils.pl: rename expanded_formats_hash as expanded_formats.
,
Patrice Dumas
,
2023/10/28
branch master updated: * po_document/no.us-ascii.po, po_document/no.po: Rename and state the encoding to be UTF-8. This avoids the creation of an extra no.us-ascii directory on users' systems to hold the translation, with it being unlikely that packages other than Texinfo are providing a translation for no.us-ascii.
,
Gavin D. Smith
,
2023/10/28
branch master updated: Remove us-ascii translations
,
Gavin D. Smith
,
2023/10/28
branch master updated: Remove out-of-place translation file
,
Gavin D. Smith
,
2023/10/28
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_converter_initialize): fix setting HF_composition_context for HTML_align_cmd.
,
Patrice Dumas
,
2023/10/28
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (convert_to_html_internal), tp/Texinfo/XS/main/element_types.txt (text): add a virtual element type for all the elements holding text, and use it for the selection of the conversion function, similar to perl code.
,
Patrice Dumas
,
2023/10/28
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_SOURCES), (main/api_to_perl.c, main/api_to_perl.h) (tp/Texinfo/XS/main/build_perl_info.c): rename main/tree_perl_api.h as main/api_to_perl.h and move corresponding code from main/build_perl_info.c to main/api_to_perl.c, newly created.
,
Patrice Dumas
,
2023/10/28
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_SOURCES), tp/Texinfo/XS/main/call_perl_function.h: add call_perl_function.h file for a more common code, also given that these functions should probably only called from the HTML converter.
,
Patrice Dumas
,
2023/10/28
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_def_line_type): fix call of Texinfo::Convert::Text::convert_to_text (in a code that is never run in normal circumstances).
,
Patrice Dumas
,
2023/10/28
master updated (f275f01a75 -> b81328d261)
,
Gavin D. Smith
,
2023/10/27
[no subject]
,
Gavin D. Smith
,
2023/10/27
[no subject]
,
Gavin D. Smith
,
2023/10/27
master updated (3deb3211e4 -> f275f01a75)
,
Patrice Dumas
,
2023/10/27
[no subject]
,
Patrice Dumas
,
2023/10/27
[no subject]
,
Patrice Dumas
,
2023/10/27
tag texinfo_6_5_90 deleted (was 1a22e701b5)
,
Gavin D. Smith
,
2023/10/26
tag 6_5_93 deleted (was 4964188534)
,
Gavin D. Smith
,
2023/10/26
tag 6_5_92 deleted (was 6758928e7d)
,
Gavin D. Smith
,
2023/10/26
tag 6_5_91 deleted (was 3faf56eca5)
,
Gavin D. Smith
,
2023/10/26
branch release/7.1 updated: * tp/Texinfo/XS/xspara.c (xspara__add_next): Do not pass pointer to wint_t as a pointer to wchar_t, as the two types may be of different sizes.
,
Gavin D. Smith
,
2023/10/25
master updated (1a3c09d2db -> 3deb3211e4)
,
Patrice Dumas
,
2023/10/25
[no subject]
,
Patrice Dumas
,
2023/10/25
[no subject]
,
Patrice Dumas
,
2023/10/25
branch master updated: Use enum symbols for end-of-sentence status
,
Gavin D. Smith
,
2023/10/25
branch master updated: flip debug flag left on accidentally
,
Gavin D. Smith
,
2023/10/25
branch master updated: * tp/Texinfo/XS/xspara.c (xspara__add_next) [debugging output]: Only print the word argument up until its length, as it is not null-terminated any more. (xspara_add_text): TODO comment removed.
,
Gavin D. Smith
,
2023/10/25
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text): Process multiple space characters together, in order to more closely match the execution order of the Perl code. (xspara__print_escaped_spaces): Take length argument. (debug): Declare as static.
,
Gavin D. Smith
,
2023/10/25
branch master updated: * tp/t/02coverage.t (commands_in_math): Remove trailing space on a line as this is not the purpose of this test.
,
Gavin D. Smith
,
2023/10/25
master updated (8430a3aaf1 -> 5747fd507e)
,
Gavin D. Smith
,
2023/10/25
[no subject]
,
Gavin D. Smith
,
2023/10/25
[no subject]
,
Gavin D. Smith
,
2023/10/25
branch master updated: * tp/Texinfo/Config.pm (register_XS_document_main_configuration): rename Texinfo::Config set_document_main_configuration as register_XS_document_main_configuration. Update callers.
,
Patrice Dumas
,
2023/10/25
branch master updated: * tp/Texinfo/XS/main/errors.c (message_list_line_error_internal): Use "%s" to print a string with fprintf in case the string contains conversion specifications.
,
Gavin D. Smith
,
2023/10/25
branch master updated: * tp/Texinfo/Common.pm (import, copy_treeNonXS, copy_contentsNonXS), tp/Texinfo/Structuring.pm (import), tp/Texinfo/XS/structuring_transfo/StructuringTransfo.xs (copy_tree), tp/t/test_tree_copy.t: remove copy_tree from Structuring.pm. Override copy_tree in Common.pm. Let XS copy_tree build the tree and return the perl tree. Add NonXS variants for copy_tree and copy_contents for situations where the XS tree cannot be found or where we want to modify perl trees only. Update callers of co [...]
,
Patrice Dumas
,
2023/10/25
branch master updated: * util/texi-elements-by-size: pass a document in argument of sort_element_counts.
,
Patrice Dumas
,
2023/10/25
branch master updated: * Pod-Simple-Texinfo/lib/Pod/Simple/Texinfo.pm (_protect_*) (_reference_to_text_in_texi, _normalize_texinfo_name, _prepare_anchor), Pod-Simple-Texinfo/pod2texi.pl (_parsed_manual_tree) (_fix_texinfo_tree): call Texinfo::Structuring::rebuild_document or Texinfo::Structuring::rebuild_tree to rebuild the tree if modified in XS.
,
Patrice Dumas
,
2023/10/25
branch master updated: * tp/Texinfo/Structuring.pm (sectioning_structure), tp/Texinfo/Transformations.pm (protect_hashchar_at_line_beginning): put tree first in arguments. Update callers and XS.
,
Patrice Dumas
,
2023/10/25
branch master updated: Add note in TODO
,
Patrice Dumas
,
2023/10/24
branch master updated: * tp/t/test_utils.pl (test): call rebuild_output_units unconditionally if $test_split or $split_pages is set. Add a comment explaining why the current code works, because there is no XS override and rebuild_output_units returns its output, and that if an XS override is set up there should be overrides for all the functions.
,
Patrice Dumas
,
2023/10/24
branch master updated: Update tp/TODO
,
Patrice Dumas
,
2023/10/24
branch master updated: * tp/t/test_utils.pl (convert_to_html): use only strings for SPLIT.
,
Patrice Dumas
,
2023/10/24
master updated (8e20a52cec -> c85be722b7)
,
Patrice Dumas
,
2023/10/24
[no subject]
,
Patrice Dumas
,
2023/10/24
[no subject]
,
Patrice Dumas
,
2023/10/24
branch master updated: * tp/Texinfo/XS/parsetexi/labels.c (internal_xref_list) (remember_internal_xref, reset_internal_xrefs, forget_internal_xrefs): use an ELEMENT_LIST for internal_xref_list.
,
Patrice Dumas
,
2023/10/24
branch master updated: * tp/Texinfo/XS/main/builtin_commands.c (element_builtin_cmd) (element_builtin_data_cmd): do not replace CM_item by CM_item_LINE if in a table term in element_builtin_cmd, do it in the new function element_builtin_data_cmd. Update callers.
,
Patrice Dumas
,
2023/10/24
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert): make code clearer and more efficient, avoid modifying @args_specification, rename $i as $content_idx.
,
Patrice Dumas
,
2023/10/23
branch release/7.1 created (now c76bcd0fee)
,
Gavin D. Smith
,
2023/10/23
[no subject]
,
Gavin D. Smith
,
2023/10/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): set BODYTEXT early where the other configuration variables are set.
,
Patrice Dumas
,
2023/10/23
branch master updated: * tp/Texinfo/Convert/HTML.pm (import) (_XS_prepare_output_units_global_targets) (_prepare_output_units_global_targets, convert), tp/Texinfo/XS/convert/ConvertXS.xs (html_prepare_output_units_global_targets): rename prepare_output_units_global_targets as html_prepare_output_units_global_targets. Add an XS interface for html_prepare_output_units_global_targets for convert() in perl.
,
Patrice Dumas
,
2023/10/22
branch master updated: Generated/TODO files
,
Patrice Dumas
,
2023/10/22
master updated (259313c4b2 -> 784c0acc52)
,
Patrice Dumas
,
2023/10/22
[no subject]
,
Patrice Dumas
,
2023/10/22
[no subject]
,
Patrice Dumas
,
2023/10/22
[no subject]
,
Patrice Dumas
,
2023/10/22
master updated (b0f7456ca8 -> 259313c4b2)
,
Patrice Dumas
,
2023/10/22
[no subject]
,
Patrice Dumas
,
2023/10/22
[no subject]
,
Patrice Dumas
,
2023/10/22
branch master updated: Move DebugTree.pm to the main Texinfo modules directory
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/Makefile.tres: update.
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/DebugTexinfo/DebugTree.pm (_print_tree): remove self argument, unused.
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/DebugTexinfo/DebugTree.pm (output): never generate output units, only deal with the tree. Reindent.
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/Texinfo/Convert/Text.pm (convert_to_text): define $options if they do not already exist.
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_line_misc_line) (_parse_line_command_args), tp/Texinfo/XS/parsetexi/end_line.c (parse_line_command_args, end_line_misc_line): remove {'extra'}->{'missing_argument'} from tree.
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/Texinfo/Convert/DocBook.pm (output), tp/Texinfo/Convert/LaTeX.pm (_prepare_conversion, _convert), tp/Texinfo/Convert/Plaintext.pm (_convert): check existence of contents instead of relying on {'extra'}->{'missing_argument'}.
,
Patrice Dumas
,
2023/10/22
branch master updated: * doc/texi2any_api.texi (Command Tree Element Conversion Functions), tp/Texinfo/Convert/HTML.pm (_convert, _convert_email_command) (_convert_explained_command, _convert_uref_command) (_convert_image_command, _convert_titlefont_command) (_convert_sp_command, _convert_center_command), tp/init/documentation_examples.pm, tp/init/html32.pm, tp/t/init/translate_txiinternalvalue_macro.init: if an argument is empty, set @$args for this argument to be undef instead of ignoring completly the command [...]
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/Texinfo/Convert/HTML.pm (_prepare_units_directions_files): encode to UTF-8 all the input strings, they are all character strings.
,
Patrice Dumas
,
2023/10/22
master updated (f881d9e12d -> 359344fbd0)
,
Patrice Dumas
,
2023/10/22
[no subject]
,
Patrice Dumas
,
2023/10/22
[no subject]
,
Patrice Dumas
,
2023/10/22
branch master updated: * tp/Texinfo/Convert/ParagraphNonXS.pm (add_next, add_text): Remove handling of backspace control characters from add_next, doing it in add_text instead (as is done in the corresponding XS code).
,
Gavin D. Smith
,
2023/10/21
branch master updated: * tp/Texinfo/XS/convert/converter.c (find_output_unit_file) (add_output_units_file, register_normalize_case_filename), tp/Texinfo/XS/main/utils.h (FILE_NAME_PATH_COUNTER): add normalized_filename field in FILE_NAME_PATH_COUNTER to distinguish case independent file name and case dependent file name with CASE_INSENSITIVE_FILENAMES.
,
Patrice Dumas
,
2023/10/21
master updated (3aa0829d7f -> 365be378d2)
,
Patrice Dumas
,
2023/10/21
[no subject]
,
Patrice Dumas
,
2023/10/21
[no subject]
,
Patrice Dumas
,
2023/10/21
master updated (6d7eb5054b -> 3aa0829d7f)
,
Patrice Dumas
,
2023/10/21
[no subject]
,
Patrice Dumas
,
2023/10/21
[no subject]
,
Patrice Dumas
,
2023/10/21
branch master updated: update perl module versions for new modules
,
Gavin D. Smith
,
2023/10/21
branch master updated: Handle blocks of word characters in XS paragraph formatter
,
Gavin D. Smith
,
2023/10/21
branch master updated: * tp/Texinfo/Convert/ParagraphNonXS.pm (add_next, add_text): Add FIXME comment saying to make the code more like the XS code in handling of \x08 control characters.
,
Gavin D. Smith
,
2023/10/21
master updated (f678428bb1 -> 7407936b8e)
,
Gavin D. Smith
,
2023/10/21
[no subject]
,
Gavin D. Smith
,
2023/10/21
[no subject]
,
Gavin D. Smith
,
2023/10/21
branch master updated: in tp/Texinfo/XS gnulib-tool --add-import unicase/u8-tolower
,
Patrice Dumas
,
2023/10/21
branch master updated: * tp/Texinfo/XS/main/output_unit.c (units_directions): verify that directions lists exit before using them. Initialize section_childs.
,
Patrice Dumas
,
2023/10/21
branch master updated: * tp/Texinfo/Structuring.pm (output_unit_texi) (print_output_unit_directions), tp/Texinfo/XS/main/output_unit.c (output_unit_texi, print_output_unit_directions): rename print_element_directions as print_output_unit_directions and unit_or_external_element_texi as output_unit_texi. Update callers.
,
Patrice Dumas
,
2023/10/21
branch master updated: * tp/Texinfo/Convert/HTML.pm (_html_set_pages_files): put %filenames_paths with %files_source_info as 'file_info_path'. Change order of code and conditions for a more logical code and to avoid creating unused hashes, more like C code.
,
Patrice Dumas
,
2023/10/21
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (reset_unset_no_arg_commands_formatting_context): free reset translated_converted and strdup set string.
,
Patrice Dumas
,
2023/10/20
master updated (6a9ca6e3e3 -> 2e402c9aab)
,
Patrice Dumas
,
2023/10/20
[no subject]
,
Patrice Dumas
,
2023/10/20
[no subject]
,
Patrice Dumas
,
2023/10/20
branch master updated: Revert "* tp/Texinfo/XS/xspara.c (xspara_add_text):"
,
Gavin D. Smith
,
2023/10/20
master updated (cb83f5a903 -> 12b7da7f3b)
,
Gavin D. Smith
,
2023/10/20
[no subject]
,
Gavin D. Smith
,
2023/10/20
[no subject]
,
Gavin D. Smith
,
2023/10/20
[no subject]
,
Gavin D. Smith
,
2023/10/20
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (reset_unset_no_arg_commands_formatting_context): free no_arg_command_context->text be fore resetting.
,
Patrice Dumas
,
2023/10/20
branch master updated: comment out autovivification line
,
Gavin D. Smith
,
2023/10/20
branch master updated: * tp/Texinfo/XS/main/call_perl_function.c (call_file_id_setting_special_unit_target_file_name) (call_file_id_setting_label_target_name) (call_file_id_setting_node_file_name) (call_file_id_setting_sectioning_command_target_name) (call_file_id_setting_unit_file_name): Change G_LIST to G_ARRAY to build on older Perls.
,
Gavin D. Smith
,
2023/10/20
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text) <delete END_SENTENCE>: Do not set state.last_letter, as it also set by xspara__add_next which was just called and it is confusing to have it set in two places; and the corresponding code in Texinfo::Convert::ParagraphNonXS::add_text doesn't set $paragraph->{'last_letter'}.
,
Gavin D. Smith
,
2023/10/20
master updated (87219f2045 -> bec1b4b374)
,
Patrice Dumas
,
2023/10/20
branch master updated: No -I flags for bundled libraries
,
Gavin D. Smith
,
2023/10/20
branch master updated: * doc/refcard/Makefile.am (txirefcard.pdf, txirefcard-a4.pdf): use $(srcdir) to find input tex file for out of source build.
,
Patrice Dumas
,
2023/10/20
branch master updated: * doc/Makefile.am (pod2texi.texi): Remove several -I arguments for Perl to get library dependencies of pod2texi/texi2any. pod2texi adds the directories for these libraries itself. It's awkward and fragile to supply these arguments whenever pod2texi is called, in case the dependencies of the program change.
,
Gavin D. Smith
,
2023/10/19
branch master updated: * doc/texinfo.tex: Disable "@set indexescapeisbackslash" so that index files will use @ as the escape character rather than \. * NEWS, TODO: update.
,
Gavin D. Smith
,
2023/10/19
master updated (73b336410e -> ed8fc05442)
,
Gavin D. Smith
,
2023/10/19
[no subject]
,
Gavin D. Smith
,
2023/10/19
[no subject]
,
Gavin D. Smith
,
2023/10/19
branch master updated: * autogen.sh: Edit comments to make clearer what files are being generated.
,
Gavin D. Smith
,
2023/10/19
branch master updated: * po/check-linguas.pl: New script to check that the LINGUAS file matches the *.po files present in a directory. * po/Rules-checks, po_document/Rules-checks: Add a "check-linguas" target to run this script. * README-hacking: mention this as an automatic check.
,
Gavin D. Smith
,
2023/10/19
branch master updated: * doc/texinfo.texi (Other Customization Variables) (EPUB Output File and Directory, EPUB HTML): Change EPUB to EPUB@. at ends of sentences.
,
Gavin D. Smith
,
2023/10/19
master updated (beb34124ca -> 81fd2586d2)
,
Gavin D. Smith
,
2023/10/19
[no subject]
,
Gavin D. Smith
,
2023/10/19
[no subject]
,
Gavin D. Smith
,
2023/10/19
branch master updated: * doc/refcard/Makefile, doc/refcard/Makefile.am: Change file to Makefile.am. This means we can put the information about what files to distribute in this file, rather than in doc/Makefile.am. * doc/Makefile.am: Update.
,
Gavin D. Smith
,
2023/10/19
branch master updated: * info/info.c (get_initial_file), * info/infodoc.c (info_get_info_help_node), Use strcasecmp instead of strcmp in previous change. This could better support case-insensitive file systems. From Eli.
,
Gavin D. Smith
,
2023/10/19
branch master updated: * info/info.c (get_initial_file), * info/infodoc.c (info_get_info_help_node), * info/nodes.c (info_get_node_with_defaults): Use strcmp or strcasecmp instead of mbscasecmp in several cases where we do not care about case-insensitive matching with non-ASCII characters.
,
Gavin D. Smith
,
2023/10/19
branch master updated: * tp/maintain/change_perl_modules_version.sh: Also update *.pm.in in order to updae Texinfo/ModulePath.pm.in, which was stuck at "6.3dev". Remove commented-out sed version. Add usage message in case not invoked properly.
,
Gavin D. Smith
,
2023/10/19
master updated (6ec071b1fa -> 2b3fa4d637)
,
Gavin D. Smith
,
2023/10/19
[no subject]
,
Gavin D. Smith
,
2023/10/19
[no subject]
,
Gavin D. Smith
,
2023/10/19
master updated (c487404f4d -> 6ec071b1fa)
,
Gavin D. Smith
,
2023/10/18
[no subject]
,
Gavin D. Smith
,
2023/10/18
[no subject]
,
Gavin D. Smith
,
2023/10/18
branch master updated: * README-hacking: minor updates
,
Gavin D. Smith
,
2023/10/18
tag texinfo-7.1 created (now 01c47c76d6)
,
Gavin D. Smith
,
2023/10/18
master updated (814390686f -> 01c47c76d6)
,
Gavin D. Smith
,
2023/10/18
[no subject]
,
Gavin D. Smith
,
2023/10/18
[no subject]
,
Gavin D. Smith
,
2023/10/18
branch master updated: * doc/texinfo.texi (Inserting Quotation Marks): Place @code around cindex entries for ` and `` to avoid them being changed to ' and '' in the Info index.
,
Gavin D. Smith
,
2023/10/18
branch master updated: * README-hacking: reorder instructions slightly
,
Gavin D. Smith
,
2023/10/17
branch master updated: * po_document/adjust-translations.pl: new script. * po_document: Run the script to adjust *.po files. * README-hacking: update to mention this script.
,
Gavin D. Smith
,
2023/10/17
branch master updated: * po_document/adjust-translations.pl: new script. * po_document: Run the script to adjust *.po files. * README-hacking: update to mention this script.
,
Gavin D. Smith
,
2023/10/17
master updated (960342b357 -> 94af071486)
,
Gavin D. Smith
,
2023/10/15
[no subject]
,
Gavin D. Smith
,
2023/10/15
[no subject]
,
Gavin D. Smith
,
2023/10/15
master updated (ec2b1994b9 -> 960342b357)
,
Gavin D. Smith
,
2023/10/15
[no subject]
,
Gavin D. Smith
,
2023/10/15
[no subject]
,
Gavin D. Smith
,
2023/10/15
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (reset_parser), * tp/Texinfo/XS/xspara.c (xspara_end, xspara__add_next): Add dTHX to allow compilation on MinGW.
,
Gavin D. Smith
,
2023/10/15
branch master updated: pretest 7.0.94
,
Gavin D. Smith
,
2023/10/14
branch master updated: Update tex-html test results in tp/tests
,
Patrice Dumas
,
2023/10/14
branch master updated: Update tex-html test results in tp/tests
,
Patrice Dumas
,
2023/10/16
branch master updated: * tp/tests/coverage_macro.texi: Insert blank lines in blocks of glyph commands in attempt at avoiding divergent test results on MinGW, due to varying wcwidth values. Report from Eli.
,
Gavin D. Smith
,
2023/10/13
master updated (8c831f6718 -> d744ee167d)
,
Patrice Dumas
,
2023/10/12
[no subject]
,
Patrice Dumas
,
2023/10/12
[no subject]
,
Patrice Dumas
,
2023/10/12
master updated (4e50e7f52f -> 8c831f6718)
,
Patrice Dumas
,
2023/10/12
[no subject]
,
Patrice Dumas
,
2023/10/12
[no subject]
,
Patrice Dumas
,
2023/10/12
branch master updated: * tp/maintain/regenerate_docstr.sh: Correct path to Makefile.am.
,
Gavin D. Smith
,
2023/10/12
branch master updated: * tp/tests/coverage_macro.texi: Insert blank lines in block of accent commands to avoid divergent test results on MinGW, due to varying wcwidth values. Report from Eli.
,
Gavin D. Smith
,
2023/10/12
branch master updated: * install-info/install-info.c (readfile): Correct check for whether a compression program is being used in order to correctly close a file.
,
Gavin D. Smith
,
2023/10/08
branch master updated: * install-info/install-info.c (open_possibly_compressed_file): Close stdin file description in main process after calling popen on compression program. This allows the file to be removed or renamed on Windows.
,
Gavin D. Smith
,
2023/10/08
branch master updated: * tp/Texinfo/XS/parsetexi/input.c (next_text): Use positive value for getline argument. From Eli.
,
Gavin D. Smith
,
2023/10/08
branch master updated: * tp/Texinfo/XS/parsetexi/input.c (next_text): Initialise argument to getline to 0, as per documentation. Attempt to fix crash under MinGW, reported by Eli.
,
Gavin D. Smith
,
2023/10/08
branch master updated: * tp/Texinfo/XS/xspara.c (xspara__print_escaped_spaces): Avoid unnecessary use of malloc/free. malloc/free would require use of dTHX on MS-Windows. Report from Eli Zaretskii.
,
Gavin D. Smith
,
2023/10/07
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc