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: Fri Apr 21 2023 14:10:21 -0400
Threads in reverse chronological order
[
Next Period
]
branch master updated: * info/infomap.c (default_vi_like_info_keys): Add BackTab for info_move_to_prev_xref. Report from Sebastian Carlos <address@hidden>
,
Gavin D. Smith
,
2023/04/21
master updated (3d3b713753 -> 2f52a457ad)
,
Gavin D. Smith
,
2023/04/16
[no subject]
,
Gavin D. Smith
,
2023/04/16
[no subject]
,
Gavin D. Smith
,
2023/04/16
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert): Move handling of cross-reference commands earlier.
,
Gavin D. Smith
,
2023/04/15
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert): Combine brace commands into a single conditional block so all the checks for these can be easily skipped.
,
Gavin D. Smith
,
2023/04/15
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (store_source_mark_list): Use newRV_noinc when refering to objects we have just created. (store_additional_info): Use sv_2mortal on created hash.
,
Gavin D. Smith
,
2023/04/15
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (Root): Declare as a static pointer. For some reason, even though the symbol was undefined in the XS library, the program still ran, although much slower.
,
Gavin D. Smith
,
2023/04/14
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (reset_parser_except_conf): Always call destroy_element_and_children.
,
Gavin D. Smith
,
2023/04/14
branch master updated: * tp/Texinfo/XS/parsetexi/tree.c (reset_obstacks): Do not call obstack_init more than once. Storage was not being reused in the obstack. (alloc_element): Zero element. (alloc_and_zero): Do not use for obstack_chunk_alloc definition, and remove.
,
Gavin D. Smith
,
2023/04/14
master updated (1993b8a77a -> f71c0a05bc)
,
Gavin D. Smith
,
2023/04/14
[no subject]
,
Gavin D. Smith
,
2023/04/14
[no subject]
,
Gavin D. Smith
,
2023/04/14
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (element_to_perl_hash) (build_single_index_data, build_global_info, build_global_info2) (build_source_info_hash, convert_error): Use newRV_noinc instead of newRV_inc when we have just created a Perl object that we are taking a reference to, as the object already has a reference count of 1.
,
Gavin D. Smith
,
2023/04/13
master updated (e517381cdf -> ff2b5d22ee)
,
Gavin D. Smith
,
2023/04/13
[no subject]
,
Gavin D. Smith
,
2023/04/13
[no subject]
,
Gavin D. Smith
,
2023/04/13
master updated (75b6628fb2 -> e517381cdf)
,
Gavin D. Smith
,
2023/04/11
[no subject]
,
Gavin D. Smith
,
2023/04/11
[no subject]
,
Gavin D. Smith
,
2023/04/11
branch master updated: * tp/Texinfo/XS/parsetexi/tree_types.h (ELEMENT): Contain ASSOCIATED_INFO structures as subfields rather than as pointers outside the structure. This avoids having to allocate these objects separately and may improve memory cache performance. * tp/Texinfo/XS/parsetexi/tree.c (alloc_associated_info) (new_associated_info): Remove. (destroy_associated_info): Do not free the ASSOCIATED_INFO object itself. (destroy_element): Call destroy_associated_info to free other storage.
,
Gavin D. Smith
,
2023/04/10
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (build_single_index_data): Remove commented-out code. Combine conditional blocks. Use av_unshift and av_store instead of av_push.
,
Gavin D. Smith
,
2023/04/10
branch master updated: Run 'gnulib-tool --add-import obstack' under tp/Texinfo/XS.
,
Gavin D. Smith
,
2023/04/10
branch master updated: Obstacks for parsetexi
,
Gavin D. Smith
,
2023/04/10
master updated (b576485621 -> c65b8b5e55)
,
Gavin D. Smith
,
2023/04/10
[no subject]
,
Gavin D. Smith
,
2023/04/10
[no subject]
,
Gavin D. Smith
,
2023/04/10
master updated (d7df01e4a3 -> b576485621)
,
Gavin D. Smith
,
2023/04/10
[no subject]
,
Gavin D. Smith
,
2023/04/10
[no subject]
,
Gavin D. Smith
,
2023/04/10
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text): Use btowc instead of mbrtowc for printable ASCII characters.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/api.c (element_to_perl_hash): Precompute hash arguments for hv_store using PERL_HASH macro.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/xspara.c (PRINTABLE_ASCII): New macro. (xspara__add_next): Use btowc for printable ASCII bytes rather than mbrtowc.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/parsetexi/debug.c (debug_print_element): Do not construct dump string for element unless it will actually be printed. (print_element_debug): Declare as static.
,
Gavin D. Smith
,
2023/04/09
master updated (5b039bc533 -> 63744235a0)
,
Gavin D. Smith
,
2023/04/09
[no subject]
,
Gavin D. Smith
,
2023/04/09
[no subject]
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/xspara.c (xspara__add_next): When getting display length of text, optimize for the common case of printable ASCII characters, not calling mbrtowc or wcwidth for such.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text): Use a static buffer rather than calling malloc and free. This is significant as it is done for nearly every character output.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/xspara.c (xspara__add_next): Do not use mbrlen to go back one UTF-8 code point; use elementary operations instead. Use strchr instead of wcschr to check for end-of-word punctuation.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/xspara.c (xspara__add_next), * tp/Texinfo/Convert/ParagraphNonXS.pm (_add_next): Move code into a conditional block as it will only be run if that block is run.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text): Only call mbrtowc after if current character is an ASCII space character, for which case this is not needed.
,
Gavin D. Smith
,
2023/04/09
branch master updated: * tp/Texinfo/XS/xspara.c (xspara_add_text, xspara_add_next): Receive length of strings as an argument and return lengths in structure. This avoids having to call strlen.
,
Gavin D. Smith
,
2023/04/08
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert): Inline the most frequently used call to _count_added for efficiency.
,
Gavin D. Smith
,
2023/04/07
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert): Check for accent command after checking for style command as accents commands are slightly less used.
,
Gavin D. Smith
,
2023/04/07
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert): Use $type variable instead of accessing 'type' value in hash.
,
Gavin D. Smith
,
2023/04/07
branch master updated: * tp/Texinfo/Convert/Plaintext.pm (_convert): Assign variables $type and $command earlier so we can use them in a condition. Swap two blocks of code dealing with spaces to put the more frequently used one first, which may have a minor reduction in runtime.
,
Gavin D. Smith
,
2023/04/07
branch master updated: * doc/texinfo.tex (\startxreflink): Use \ifpdforxetex conditional to avoid duplicating code for both cases.
,
Gavin D. Smith
,
2023/04/06
branch master updated: fix ChangeLog year
,
Gavin D. Smith
,
2023/04/06
branch master updated: * doc/texinfo.texi (Line macros): Add space in example before line continuation character. Add index entries.
,
Gavin D. Smith
,
2023/04/06
branch master updated: * TODO.HTML: Update location of webkitgtk-info sources
,
Gavin D. Smith
,
2023/04/06
branch master updated: Avoid gnulib/Perl definition clash
,
Gavin D. Smith
,
2023/04/05
branch master updated: intptr_t for KEY_PAIR
,
Gavin D. Smith
,
2023/04/05
branch master updated: * doc/texinfo.texi (Line Macros): Change second example to show use of braces for the return type for @deftypeline.
,
Gavin D. Smith
,
2023/04/04
branch master updated: @link in texinfo.tex
,
Gavin D. Smith
,
2023/04/04
branch master updated: * tp/Texinfo/XS/parsetexi/def.c (parse_def): Treat @deftypeline like @deftypefn in alternating between typearg and arg in arguments.
,
Gavin D. Smith
,
2023/04/03
branch master updated: * tp/t/19def.t (deftypeline): New test.
,
Gavin D. Smith
,
2023/04/03
branch master updated: @deftypeline in texi2any
,
Gavin D. Smith
,
2023/04/03
master updated (5ed0c959e5 -> 27c0c19419)
,
Gavin D. Smith
,
2023/04/03
[no subject]
,
Gavin D. Smith
,
2023/04/03
[no subject]
,
Gavin D. Smith
,
2023/04/03
master updated (09ebe66a21 -> 5ed0c959e5)
,
Gavin D. Smith
,
2023/04/03
[no subject]
,
Gavin D. Smith
,
2023/04/03
[no subject]
,
Gavin D. Smith
,
2023/04/03
branch master updated: * info/pcterm.c (MAX): Add definition (removed on 2023-01-15). Report from Arash Esbati.
,
Gavin D. Smith
,
2023/04/03
branch release/7.0 updated: Fix 'info (manual)slash/in/node'
,
Gavin D. Smith
,
2023/04/02
branch master updated: * info/indices.c (info_indices_of_file_buffer): Check for N_IsIndex flag on index nodes. This has the effect that typing 'i<ret>' avoids taking you to a node with "Index" in the name that is not a real index, as long as there are other nodes with the index marker in them.
,
Gavin D. Smith
,
2023/04/02
branch master updated: * tp/Texinfo/Convert/HTML.pm (%default_no_arg_commands_formatting): In 'preformatted' context, use '...' for @dots as well as for @enddots. This is because a monospaced ellipsis looks bad inside @example.
,
Gavin D. Smith
,
2023/04/02
branch master updated: * tp/t/22xtable.t (item_index_transformation): New test using 'relate_index_entries_to_item' transformation.
,
Gavin D. Smith
,
2023/04/02
branch master updated: * tp/t/22xtable.t (item_index_transformation): New test using 'relate_index_entries_to_item' transformation.
,
Gavin D. Smith
,
2023/04/02
branch master updated: * util/htmlxref.cnf (gdb, stabs): Update. From Thérèse Godefroy <address@hidden>
,
Gavin D. Smith
,
2023/04/02
branch master updated: * tp/Texinfo/ParserNonXS.pm (_handle_brace_command, _handle_open_brace): Duplicate 'source_info' hashes to avoid disparity with XS test results.
,
Gavin D. Smith
,
2023/04/02
branch master updated: * tp/Texinfo/Common.pm (_relate_index_entries_to_table_items_in): Relocate index entries before setting 'entry_associated_element'.
,
Gavin D. Smith
,
2023/04/02
branch master updated: * tp/Texinfo//XS/parsetexi/multitable.c (gather_previous_item): Rename variables to match XS code. * tp/Texinfo/ParserNonXS.pm (_gather_previous_item): add comment.
,
Gavin D. Smith
,
2023/04/02
branch master updated: Add missing Changelog entry and update Makefile.tres. * tp/t/65linemacro.t, tp/Makefile.tres: add brace_command_not_closed, verb_not_closed and paragraph_no_paragraph tests.
,
Patrice Dumas
,
2023/04/01
master updated (e7a0c5672c -> b01d2986f8)
,
Patrice Dumas
,
2023/04/01
[no subject]
,
Patrice Dumas
,
2023/04/01
[no subject]
,
Patrice Dumas
,
2023/04/01
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc