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: Tue Jan 31 2023 12:58:24 -0500
Messages in reverse chronological order
[
Next Period
]
January 31, 2023
branch master updated: * tp/Texinfo/ParserNonXS.pm (%plain_text_commands, %contain_plain_text_commands) (%basic_inline_commands, %contain_basic_inline_commands) (%full_line_commands, %contain_full_line_commands) (%full_text_commands, %contain_full_text_commands): Rename to make it clear that these are lists of containing commands, not of contained commands.
,
Gavin D. Smith
,
12:58
branch master updated: Nesting context basic inline stack
,
Gavin D. Smith
,
12:29
branch master updated: * tp/Texinfo/ParserNonXS.pm (_register_source_mark), tp/Texinfo/XS/parsetexi/api.c (store_source_mark_list), tp/Texinfo/XS/parsetexi/source_marks. (register_source_mark): remove the source mark location informatio, it is not useful. Do not set the position if the element text is the empty string.
,
Patrice Dumas
,
11:59
branch master updated: * tp/Texinfo/XS/parsetexi/api.c (store_source_mark_list): use the STORE macro everywhere.
,
Patrice Dumas
,
11:01
January 30, 2023
branch master updated: * tp/Texinfo/XS/parsetexi/def.c (split_def_args): count UTF-8 encoded Unicode characters for source marks locations.
,
Patrice Dumas
,
17:27
branch master updated: * tp/Texinfo/XS/parsetexi/source_marks.c (count_convert_u8) (register_source_mark): set the mark source position in text as an index in characters, not bytes.
,
Patrice Dumas
,
16:09
branch master updated: Update tp/Texinfo/XS/gnulib/, add u8-strconv-from-enc and u8-mbsnlen
,
Patrice Dumas
,
15:54
January 29, 2023
branch master updated: * tp/Texinfo/XS/parsetexi/macro.c (expand_macro_arguments): do not allocate more space than the number of macro arguments.
,
Patrice Dumas
,
16:11
branch master updated: Source mark for macro expansion
,
Patrice Dumas
,
12:10
branch master updated: Rename "simple text" commands as "basic inline" commands
,
Gavin D. Smith
,
09:08
branch master updated: Fix 'info (manual)slash/in/node'
,
Gavin D. Smith
,
07:15
January 27, 2023
branch master updated: * tp/Texinfo/ParserNonXS.pm (_next_text), tp/Texinfo/XS/parsetexi/input.c (next_text): move code related to end of text input to the same place as end of file input.
,
Patrice Dumas
,
11:06
branch master updated: * tp/Texinfo/Common.pm (@variable_string_settables): remove TEXINFO_DTD_VERSION' which is also in %default_converter_customization.
,
Patrice Dumas
,
06:26
January 26, 2023
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_item_command) (_get_copiable_anchor): use double quote for HTML attributes instead of single quote for consistency.
,
Patrice Dumas
,
17:37
branch master updated: * doc/texi2any_api.texi (Basic Formatting Customization): separate information about API and result in the default case for format_heading_text.
,
Patrice Dumas
,
17:22
[no subject]
,
Patrice Dumas
,
15:02
[no subject]
,
Patrice Dumas
,
15:02
master updated (acc14b1935 -> a8306872ff)
,
Patrice Dumas
,
15:02
branch master updated: HTML: Enable generating copiable anchors on heading commands
,
Arsen Arsenović
,
08:49
branch master updated: * tp/Makefile.tres, tp/Makefile.am (test_files), t/19def.t: add the end_of_lines_protected_non_ascii test with non-ASCII character counted in source marks. Skipped for now as the XS parser counts bytes and not characters.
,
Patrice Dumas
,
07:57
branch master updated: * tp/Texinfo/ParserNonXS.pm (_register_source_mark), tp/Texinfo/XS/parsetexi/api.c (store_source_mark_list), tp/Texinfo/XS/parsetexi/source_marks.c (new_source_mark) (register_source_mark): always associate source mark to the previous element, and create an empty element if there is none. The index in contents is unreliable as the tree may be modified, for example when adding a preamble.
,
Patrice Dumas
,
07:42
branch master updated: * tp/Texinfo/ParserNonXS.pm (_split_def_args), tp/Texinfo/XS/parsetexi/def.c (split_def_args): keep track of source marks when splitting @def* arguments.
,
Patrice Dumas
,
01:34
January 25, 2023
branch master updated: Simplify context brace command closing
,
Gavin D. Smith
,
14:36
branch master updated: ParserNonXS: Fix minor Perl error
,
Arsen Arsenović
,
10:16
January 23, 2023
branch master updated: * tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line) <close brace>, tp/Texinfo/XS/parsetexi/separator.c (handle_close_brace): If inside brace_command_context element, call end_paragraph before checking what brace command we are closing. This allows the elimination of a duplicate block of code for closing a context brace command.
,
Gavin D. Smith
,
14:57
branch master updated: * tp/Texinfo/ParserNonXS.pm (_next_text), tp/Texinfo/XS/parsetexi/input.c (next_text): use a common code for input file and input text source marks.
,
Patrice Dumas
,
08:23
branch master updated: Source mark for DEL comments
,
Patrice Dumas
,
08:06
January 22, 2023
[no subject]
,
Patrice Dumas
,
12:07
[no subject]
,
Patrice Dumas
,
12:07
master updated (946c4c4d4c -> ca34707dea)
,
Patrice Dumas
,
12:07
branch master updated: * NEWS: Add 7.0.2 news. * README-hacking: minor updates for release instructions
,
Gavin D. Smith
,
07:58
tag texinfo-7.0.2 created (now 7bee1c3a94)
,
Gavin D. Smith
,
07:00
[no subject]
,
Gavin D. Smith
,
07:00
[no subject]
,
Gavin D. Smith
,
07:00
release/7.0 updated (7b0d88cded -> 7bee1c3a94)
,
Gavin D. Smith
,
07:00
January 21, 2023
branch master updated: @ref, @xref, @pxref nesting checking.
,
Gavin D. Smith
,
20:48
branch master updated: @caption, @shortcaption nesting checking
,
Gavin D. Smith
,
20:10
branch master updated: Indent goto labels
,
Gavin D. Smith
,
16:43
branch master updated: Nesting context for XS parser
,
Gavin D. Smith
,
11:24
January 19, 2023
branch master updated: * tp/Texinfo/XS/parsetexi/commands.h: Remove unused flags CF_item_container, CF_item_line and CF_inline.
,
Gavin D. Smith
,
02:19
January 17, 2023
branch master updated: Source marks for @include included file start
,
Patrice Dumas
,
15:57
branch master updated: * doc/texinfo.tex (@useindex): Use \global in assignment to escape the group in \defunargs added 2022-12-29.
,
Gavin D. Smith
,
14:54
branch master updated: * tp/Texinfo/command_data.txt: Add @useindex. Don't do anything with it yet.
,
Gavin D. Smith
,
14:31
January 16, 2023
branch release/7.0 updated: pretest 7.0.1.90
,
Gavin D. Smith
,
15:27
branch release/7.0 updated: track tp/tests/Makefile.onetst
,
Gavin D. Smith
,
13:31
branch master updated: track Makefile.onetst to avoid clash with release branch
,
Gavin D. Smith
,
13:23
January 15, 2023
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_line_misc_line), tp/Texinfo/XS/parsetexi/end_line.c (end_line_misc_line): remove setfilename or include from tre before starting a new preformatted, in preformatted context.
,
Patrice Dumas
,
17:44
master updated (de6bdf524e -> 523f0474a2)
,
Gavin D. Smith
,
14:39
[no subject]
,
Gavin D. Smith
,
14:39
[no subject]
,
Gavin D. Smith
,
14:39
branch master updated: update test result for docbook @w test
,
Gavin D. Smith
,
13:15
January 14, 2023
branch master updated: * tp/Texinfo/Convert/DocBook.pm (_new_document_context): Add the _new_document_context function to push a new documeent context.
,
Patrice Dumas
,
18:16
branch master updated: * tp/Texinfo/Convert/HTML.pm (_convert_text): in space_protected, protect spaces in 'line_break_element' before prepending and replacing spaces with 'non_breaking_space'. The unprotection is already implemented.
,
Patrice Dumas
,
17:48
January 13, 2023
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_texi), tp/Texinfo/XS/parsetexi/parser.c (parse_texi): revert change from 2023-01-08, do not ignore empty line early such that line after a DEL character is joined with the next line.
,
Patrice Dumas
,
18:01
branch master updated: * doc/texinfo.texi (Comments): add that the line after the DEL comment is merged.
,
Patrice Dumas
,
17:53
branch master updated: * doc/texinfo.tex (\setupverb): Set \parindent to 0pt to avoid paragraph indent on newline inside @verb.
,
Gavin D. Smith
,
15:22
January 11, 2023
branch master updated: * tp/Texinfo/Convert/HTML.pm (output): normalize node redirection name before comparing with existing file names, in case case of file name needs to be normalized. Report from Torbjörn Svensson.
,
Patrice Dumas
,
17:03
branch master updated: Regenerate test results.
,
Patrice Dumas
,
16:45
branch master updated: Hypenation in @code
,
Gavin D. Smith
,
13:51
branch master updated: * doc/info-stnd.texi (Invoking Info): Say what happens if Info's standard output is not a terminal.
,
Gavin D. Smith
,
13:42
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/html_tests.t: add filenameconflictwithspecialelement demonstrating conflict of redirection file with special element, wwhich needs customizing the special element file_string.
,
Patrice Dumas
,
05:12
branch master updated: Update po files
,
Patrice Dumas
,
04:55
master updated (2d279f1d39 -> da17a2979b)
,
Patrice Dumas
,
04:53
[no subject]
,
Patrice Dumas
,
04:53
[no subject]
,
Patrice Dumas
,
04:53
master updated (4f6f45269e -> 2d279f1d39)
,
Patrice Dumas
,
02:41
[no subject]
,
Patrice Dumas
,
02:41
[no subject]
,
Patrice Dumas
,
02:41
January 10, 2023
[no subject]
,
Gavin D. Smith
,
13:16
[no subject]
,
Gavin D. Smith
,
13:16
[no subject]
,
Gavin D. Smith
,
13:16
[no subject]
,
Gavin D. Smith
,
13:16
[no subject]
,
Gavin D. Smith
,
13:16
[no subject]
,
Gavin D. Smith
,
13:16
master updated (2a18f1062a -> 4f6f45269e)
,
Gavin D. Smith
,
13:16
[no subject]
,
Gavin D. Smith
,
13:16
January 09, 2023
branch release/7.0 updated: * tp/tests/Makefile.am: Call maintain/copy_change_file_name_encoding.pl to create files in built_input subdirectory. This stops make program on OpenIndiana 11 gagging immediately in a UTF-8 locale. * tp/tests/run_parser_all.sh: Pass -I built_input to texi2any.
,
Gavin D. Smith
,
16:23
branch release/7.0 updated: * info/man.c (check_manpage_node): Disable this code if __sun is defined, to avoid clash with man program on Solaris, where -w means to update the whatis database. Test failure on OpenSolaris 2022.10 reported by Bruno Haible.
,
Gavin D. Smith
,
15:28
branch release/7.0 updated: * install-info/install-info.c (split_entry): Rewrite to silence obnoxious gcc warning about use of strncat.
,
Gavin D. Smith
,
13:46
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/html_tests.t: add a test with the same transliterated file names for a node, an anchor and a float label.
,
Patrice Dumas
,
13:27
branch master updated: correct ChangeLog
,
Gavin D. Smith
,
13:13
branch master updated: * install-info/install-info.c (split_entry): Rewrite in slightly more obscure way to silence obnoxious gcc warning about use of strncat.
,
Gavin D. Smith
,
13:09
branch master updated: * tp/t/input_files/delcomment_followed_by_cpp_line.texi: add more cases of del comment followed by cpp directives.
,
Patrice Dumas
,
13:07
branch master updated: * tp/Texinfo/Convert/Converter.pm (initialize_tree_units_files) (_normalize_filename_case): set $self->{'filenames'} independently of CASE_INSENSITIVE_FILENAMES being set.
,
Patrice Dumas
,
05:18
January 08, 2023
branch master updated: * tp/Texinfo/ParserNonXS.pm (_parse_texi), tp/Texinfo/XS/parsetexi/parser.c (parse_texi): ignore empty line early such that it does not go through process_remaining_on_line where an empty line leads to next_text being called. Indeed, we want the next line to come from the parse_texi next_text.
,
Patrice Dumas
,
17:30
branch master updated: tp/Texinfo/ParserNonXS.pm: missed end of commented out section comment
,
Patrice Dumas
,
17:16
branch master updated: * tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line): do not treat especially macro expansion to the empty string.
,
Patrice Dumas
,
17:04
branch master updated: * tp/Texinfo/Convert/LaTeX.pm (_convert) <@verb>: Output line break for newline in @verb argument.
,
Gavin D. Smith
,
13:17
branch master updated: add missing test result file
,
Gavin D. Smith
,
12:59
[no subject]
,
Gavin D. Smith
,
10:14
master updated (960b9d2b8c -> 465b43edf9)
,
Gavin D. Smith
,
10:14
[no subject]
,
Gavin D. Smith
,
10:14
branch master updated: * tp/Texinfo/ParserNonXS.pm (_input_push_file, parse_texi_file) (_end_line_misc_line): use _input_push_file to both open and put input file information in $self->{'input'} (as in the XS Parser), reusing _open_in code. Remove _open_in.
,
Patrice Dumas
,
05:43
branch master updated: * tp/Texinfo/ParserNonXS.pm (_end_line_misc_line), tp/Texinfo/Convert/Texinfo.pm (convert_to_texinfo) (_expand_cmd_args_to_texi), tp/Texinfo/Convert/TexinfoMarkup.pm (%ignored_types, %ignored_types): do not set replaced type on included files element, use a variable set it a file was included. Remove completely the replaced type.
,
Patrice Dumas
,
03:34
January 07, 2023
branch master updated: * tp/Texinfo/XS/parsetexi/input.c (input_push), tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): pass expanded value and put in value_flag in input structure. Update callers. * tp/Texinfo/XS/parsetexi/input.c (macro_expansion_nr) (value_expansion_nr, next_text), tp/Texinfo/XS/parsetexi/macro.c (handle_macro), tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): use separate counters for values and macros expansions.
,
Patrice Dumas
,
17:37
branch master updated: Treat spaces in @verb and @w differently in HTML
,
Gavin D. Smith
,
16:23
branch master updated: @backslashchar{} as \ in PDF bookmarks
,
Gavin D. Smith
,
14:22
branch master updated: * tp/Texinfo/ParserNonXS.pm (_input_push), tp/Texinfo/XS/parsetexi/api.c, tp/Texinfo/XS/parsetexi/handle_commands.c, tp/Texinfo/XS/parsetexi/input.c (input_push), tp/Texinfo/XS/parsetexi/parser.c: change the order of input_push arguments. Get the filename from the input stack in input_push. Remove input_push_text and input_push_text_with_line_nos, call directly input_push. Update callers.
,
Patrice Dumas
,
13:19
branch master updated: @headings does not reset page number
,
Gavin D. Smith
,
13:09
branch master updated: * tp/Texinfo/ParserNonXS.pm (_next_text, _new_line): do not get a source_info as _next_text argument. Keep the first input level to have a source for source_info even after the file is closed and the filehandle deleted from the input. Update callers.
,
Patrice Dumas
,
12:08
branch master updated: * tp/Texinfo/ParserNonXS.pm (_new_text_input, _input_push) (_input_push_text_with_line_nos, _input_pushback_text) (_input_push_text, parse_texi_piece, parse_texi_line, parse_texi_text) (parse_texi_file, _parse_texi_document, _register_global_command) (_save_line_directive, _next_text, _in_include, _end_line_misc_line) (_process_remaining_on_line): instead of preprocessing text and splitting in an array, push a whole text on input and get line by line in _next_text. Do not associate a file [...]
,
Patrice Dumas
,
11:05
branch master updated: update Makefile.tres
,
Gavin D. Smith
,
09:49
January 06, 2023
branch master updated: * tp/Texinfo/ParserNonXS.pm (_next_text, _process_remaining_on_line): simplify the information passed to determine the end of macro or value expansion.
,
Patrice Dumas
,
15:22
branch master updated: * tp/Texinfo/ParserNonXS.pm (_prepare_input_from_text) (parse_texi_piece, parse_texi_line, parse_texi_text): remove arguments not consistent with XS parser. The input should only be a simple string.
,
Patrice Dumas
,
15:16
January 05, 2023
branch master updated: Update po files.
,
Patrice Dumas
,
16:57
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_state_initialization, _next_text) (_process_remaining_on_line): add a value_stack to put expanded @value. Use a sourcemark structure put in source_info to mark the end of @value expansion. Also use such a structure for @macro, replacing 'end_macro'. Check number of values expansion number and error out if there is more than MAX_MACRO_CALL_NESTING. correct MAX_MACRO_CALL_NESTING name in warning message.
,
Patrice Dumas
,
16:55
January 04, 2023
branch master updated: * .gitignore: replace tp/tests/included_lat*n1.texi by tp/tests/built_input.
,
Patrice Dumas
,
15:23
branch master updated: * tp/tests/Makefile.am: Call maintain/copy_change_file_name_encoding.pl to create files in built_input subdirectory. This stops make program on OpenIndiana 11 gagging immediately in a UTF-8 locale. * tp/tests/run_parser_all.sh: Pass -I built_input to texi2any.
,
Gavin D. Smith
,
14:57
branch master updated: * doc/texinfo.texi (Multitable Column Widths): State that prototype rows have no effect in HTML output. Report from Raymond Toy.
,
Gavin D. Smith
,
12:16
branch master updated: * tp/Texinfo/Convert/HTML.pm (_default_format_special_body_about): show the button desciption if the button specification is an array reference of length 2. Do not show a button, only the description and explanation, as we do not know what the button text could look like.
,
Patrice Dumas
,
10:28
branch master updated: * tp/Texinfo/Convert/HTML.pm (%defaults): add About to the default header buttons.
,
Patrice Dumas
,
10:06
[no subject]
,
Patrice Dumas
,
09:50
master updated (45060a5b3b -> 4c714085e0)
,
Patrice Dumas
,
09:50
[no subject]
,
Patrice Dumas
,
09:50
branch master updated: * tp/Texinfo/Convert/HTML.pm (_prepare_conversion_tree_units, output): set special elements net and prev in _prepare_conversion_tree_units and not in output, in order to do it if called through convert().
,
Patrice Dumas
,
09:34
branch master updated: * tp/tests/layout/Makefile.am (EXTRA_DIST): remove Texinfo files not used anymore in tests/ (they are in tp/t/input_files/).
,
Patrice Dumas
,
07:44
branch master updated: * tp/tests/tex_html/list-of-tests: update path of formatting.texi for formatting_singular test.
,
Patrice Dumas
,
07:34
branch master updated: * tp/tests/coverage/list-of-tests: add Info and Plaintext. Rename formatting_html_no_texi2html as formatting_html_no_split.
,
Patrice Dumas
,
07:03
branch master updated: * tp/tests/layout/list-of-tests: rename formatting_html to formatting_texi2html and formatting_html_nodes to formatting_texi2html_nodes and add --internal-links options. Rename other tests that look like the defaults for an output format and are not. Remove formatting_nodes and formatting tests that are redundant with other tests.
,
Patrice Dumas
,
06:53
branch master updated: * tp/tests/*/list-of-tests, tp/tests/*/Makefile.am, autogen.sh, configure.ac, tp/tests/Makefile.am (base_tests_dirs): move init file customization related tests from 'contents' and 'formatting' to a new 'customization' tests directory. Move remaining 'contents' and 'indices' tests to 'formatting'. Move encodings related 'formatting' tests to a new tests directory named 'encoded'. Split 'coverage' tests directory with each output format coverage test out of 'layout'.
,
Patrice Dumas
,
06:32
branch master updated: * tp/tests/other/list-of-tests: use the default format and not html.
,
Patrice Dumas
,
04:54
branch master updated: * tp/tests/*/list-of-tests: remove '-c TEXI2HTML=undef' which is not needed anymore.
,
Patrice Dumas
,
04:51
[no subject]
,
Patrice Dumas
,
04:48
[no subject]
,
Patrice Dumas
,
04:48
master updated (dabcb0d443 -> ffe4745934)
,
Patrice Dumas
,
04:48
branch master updated: * tp/Makefile.tres, tp/t/30sectioning.t, tp/t/html_tests.t, tp/tests/contents/Makefile.am (EXTRA_DIST), tp/tests/contents/list-of-tests: move contents_and_parts out of tp/tests/contents/list-of-tests to tp/t/30sectioning.t and inline, remove the Texinfo file. Add no_content tests in tp/tests/contents/list-of-tests to test also the default case for contents location and unset the texi2html style. Duplicate the no_content tests in tp/t/html_tests.t.
,
Patrice Dumas
,
03:29
branch master updated: * tp/t/test_utils.pl (convert_to_plaintext): set OUTFILE to undef if SPLIT and SUBDIR is set, such that SUBDIR is used to determine the destination directory.
,
Patrice Dumas
,
02:49
branch master updated: * tp/maintain/regenerate_file_lists.pl, tp/Makefile.tres: list res_* directories only and not the files within to avoid an "Argument list too long" error for the shell in make dist.
,
Patrice Dumas
,
02:19
branch master updated: Add missing test results
,
Patrice Dumas
,
01:59
January 03, 2023
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/html_tests.t, tp/tests/contents/Makefile.am (EXTRA_DIST), tp/tests/contents/list-of-tests: remove contents_in_middle_section*, contents_in_middle_chapter*, contents_at_end* and most of tests involving double_contents.texi from tp/tests/contents/list-of-tests, put similar tests in tp/t/html_tests.t and move the Texinfo file accordingly. Tests using the book.init init file need to stay in tp/tests/contents/list-of-tests, for those tests, [...]
,
Patrice Dumas
,
19:02
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/html_tests.t, tp/tests/contents/Makefile.am (EXTRA_DIST), tp/tests/contents/list-of-tests: remove contents_in_middle_section* tests from tp/tests/contents/list-of-tests, put similar tests in tp/t/html_tests.t and move the Texinfo file accordingly.
,
Patrice Dumas
,
18:06
[no subject]
,
Patrice Dumas
,
18:00
[no subject]
,
Patrice Dumas
,
18:00
master updated (70b072f3d9 -> 1bd4a1f206)
,
Patrice Dumas
,
18:00
branch master updated: * tp/tests/indices/Makefile.am: remove reference to res_parser_info.
,
Patrice Dumas
,
17:37
branch master updated: * tp/tests/contents/list-of-tests: remove no_content_setcatpage* tests that are redundant with no_content tests.
,
Patrice Dumas
,
17:32
branch master updated: * tp/tests/contents/*.texi: remove @setfilename.
,
Patrice Dumas
,
17:29
branch master updated: * tp/Makefile.am (test_files), tp/t/40moresectioning.t: inline the contents_at_end_document_after_node, contents_at_end_document and contents_in_document tests. Remove the Texinfo files.
,
Patrice Dumas
,
17:19
branch master updated: * tp/Texinfo/Convert/HTML.pm (output, _html_set_pages_files): set element units next and prev in output and not in _html_set_pages_files, in order to do it even if th efile is not set.
,
Patrice Dumas
,
17:07
branch master updated: * tp/Makefile.tres, tp/t/40moresectioning.t: remove contents_no_section from 40moresectioning.t and the associated Texinfo file, as the test is redundant with contents_with_only_top_node in tp/t/30sectioning.t.
,
Patrice Dumas
,
15:16
branch master updated: * Makefile.am (EXTRA_DIST): Distribute more recent ChangeLog.65 and ChangeLog.70 as well as ChangeLog.46.
,
Gavin D. Smith
,
15:10
branch master updated: * tp/Makefile.tres, tp/t/30sectioning.t, tp/t/40moresectioning.t: move some tests from tp/t/30sectioning.t to tp/t/40moresectioning.t.
,
Patrice Dumas
,
14:59
branch master updated: * tp/Makefile.tres, tp/t/30sectioning.t, tp/t/40moresectioning.t: move some tests from tp/t/30sectioning.t to tp/t/40moresectioning.t.
,
Patrice Dumas
,
14:26
branch master updated: * tp/Makefile.tres, tp/t/30sectioning.t, tp/t/40moresectioning.t: move some tests from tp/t/30sectioning.t to tp/t/40moresectioning.t.
,
Patrice Dumas
,
12:46
branch master updated: * tp/Makefile.tres, tp/t/30sectioning.t, tp/t/40moresectioning.t: move some tests from tp/t/30sectioning.t to tp/t/40moresectioning.t as part of an effort to reduce the size of 30sectioning.t.
,
Patrice Dumas
,
12:01
branch master updated: * tp/Makefile.am (test_files), tp/t/30sectioning.t: use files for the longuest codes and code needing escaping of ' or \, leading to three files, character_and_spaces_in_refs_text.texi, complex_sectioning_case.texi and section_in_unnumbered_text.texi.
,
Patrice Dumas
,
11:48
branch master updated: * tp/tests/layout/list-of-tests: explicitly set TEXI2HTML style when needed, otherwise unset TEXI2HTML and set relevant customization variables explicitly.
,
Patrice Dumas
,
10:54
branch master updated: * tp/tests/nested_formats/list-of-tests: use the default format and the html format, and unset TEXI2HTML such that the default format produces Info. The html format des not use the texi2html style either.
,
Patrice Dumas
,
10:02
branch master updated: * tp/tests/formatting/list-of-tests, tp/tests/nested_formats/list-of-tests, tp/tests/sectioning/list-of-tests: more explicit imprtant customization variables or options for the test. Unset texi2html style for some tests.
,
Patrice Dumas
,
09:44
branch master updated: * tp/t/htmlxref.t: rename tp/t/94htmlxref.t as tp/t/htmlxref.t.
,
Patrice Dumas
,
08:51
master updated (16859c6f02 -> 1420f6ac2a)
,
Patrice Dumas
,
08:48
[no subject]
,
Patrice Dumas
,
08:47
[no subject]
,
Patrice Dumas
,
08:47
branch master updated: * doc/texi2any_api.texi (Customizing Output File Names): tree_unit_file_name is only used for normal element units.
,
Patrice Dumas
,
08:20
branch master updated: * doc/texi2any_api.texi (Customizing Special Elements Output Names): add a separate section for Special Elements Output Names.
,
Patrice Dumas
,
06:51
branch master updated: * tp/t/layout.t: rename tp/t/93layout.t as tp/t/layout.t.
,
Patrice Dumas
,
06:32
branch master updated: * tp/Makefile.tres, tp/t/93layout.t, tp/tests/layout/list-of-tests: move navigation_test_misc_file_collision test to tp/t/93layout.t. Remove no_monolithic_only_toc_out test from tp/tests/layout/list-of-tests, it is in tp/t/93layout.t.
,
Patrice Dumas
,
06:24
branch master updated: * tp/t/init/only_toc_out.init: use the correct special element variety name.
,
Patrice Dumas
,
06:03
branch master updated: * tp/t/30sectioning.t, tp/Makefile.tres, tp/t/92formatting.t: move split_for_format_not_split to 30sectioning.t. Remove now empty tp/t/92formatting.t.
,
Patrice Dumas
,
05:37
branch master updated: * tp/t/92formatting.t, tp/Makefile.tres, tp/t/55conditionals.t: move cnd.texi related tests to 55conditionals.t.
,
Patrice Dumas
,
05:23
branch master updated: * tp/t/92formatting.t: explicit output format for all cond.texi tests.
,
Patrice Dumas
,
05:16
branch master updated: * tp/t/92formatting.t: remove texi2html style, and set corresponding customization instead.
,
Patrice Dumas
,
04:51
branch master updated: Update test results
,
Patrice Dumas
,
04:37
branch master updated: * tp/t/92formatting.t: remove texi2html style for cond.texi related tests, and remove some custmization variables set.
,
Patrice Dumas
,
04:32
January 02, 2023
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/92formatting.t, tp/t/info_tests.t: move direntry_dircategory, split_nocopying and split_nocopying_split to info_tests.t. Use only tests/formatting/split_nocopying.texi and remove t/input_files/split_nocopying.texi.
,
Patrice Dumas
,
18:28
branch master updated: * tp/Makefile.tres, tp/t/02coverage.t, tp/t/92formatting.t: move one_line_no_content and one_line tests from 92formatting.t to 02coverage.t.
,
Patrice Dumas
,
18:11
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/80include.t: add test_two_include test in 80include.t which is an inlining of the t/input_files/test_two_include.texi file. Remove t/input_files/test_two_include.texi. Move version.texi from t/input_files/ to t/include/. Remove the t/input_files/unknown_nodes_renamed.texi and t/input_files/unknown_nodes_renamed-noderename.cnf unused files.
,
Patrice Dumas
,
18:02
branch master updated: delete t/input_files/documentlanguage_set.texi
,
Patrice Dumas
,
17:46
branch master updated: Add test results.
,
Patrice Dumas
,
17:43
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/92formatting.t: remove the documentlanguage_set_* tests and the documentlanguage_set.texi file.
,
Patrice Dumas
,
17:43
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/55conditionals.t, tp/t/92formatting.t, tp/tests/formatting/Makefile.am (EXTRA_DIST), tp/tests/formatting/list-of-tests: move defcondx_Dbar and defcondx_Ubar tests to tp/t/55conditionals.t. Add also similar tests in tp/tests/formatting/list-of-tests to test the command line. Move defxcond.texi to tp/tests/formatting/.
,
Patrice Dumas
,
17:15
branch master updated: * doc/texinfo.tex (@shorttitlepage): Call \headingsoff within a group and reset page number with \pageone, as is done in @titlepage. This stops page numbers appearing on the bastard titlepage or the verso. Report from Arnold Robbins.
,
Gavin D. Smith
,
16:49
branch master updated: close comment
,
Gavin D. Smith
,
16:15
branch master updated: * info/man.c (check_manpage_node): Revert to using "man -w" instead of "man --where" to work on FreeBSD and macOS. Disable this code if __sun is defined. From Bruno Haible.
,
Gavin D. Smith
,
16:14
branch master updated: * tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line), tp/Texinfo/XS/parsetexi/parser.c (raw_block_stack_top) (process_remaining_on_line): use the stack of raw block commands to determine the matching end of nested raw block command.
,
Patrice Dumas
,
14:58
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/tests/layout/list-of-tests, tp/t/91morecoverage.t: move formatting_fr tests from tp/t/91morecoverage.t to tp/tests/layout/list-of-tests. Remove the associated file, remove tp/t/91morecoverage.t.
,
Patrice Dumas
,
12:44
branch master updated: * tp/Texinfo/Convert/HTML.pm (from_element_direction): use TOP_NODE_UP_URL in priority, even if the Up/NodeUp direction is set.
,
Patrice Dumas
,
11:38
branch master updated: Add test results
,
Patrice Dumas
,
10:31
branch master updated: * tp/Makefile.tres, tp/t/96moresectioning.t, tp/t/html_tests.t: move node_footnote_use_node* tests and sectioning_frames from 96moresectioning.t to html_tests.t.
,
Patrice Dumas
,
10:26
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/96moresectioning.t: remove two_footnotes_in_nodes and two_footnotes_in_nodes_separated that are redundant with tests in 03coverage_braces.t, and remove the associated Texinfo file.
,
Patrice Dumas
,
10:17
branch master updated: * tp/Texinfo/Common.pm, tp/Texinfo/Convert/Converter.pm, tp/Texinfo/Convert/HTML.pm, tp/Texinfo/Convert/Utils.pm, tp/Texinfo/Structuring.pm, tp/Texinfo/Transformations.pm: avoid autovivification of extra key.
,
Patrice Dumas
,
09:57
branch master updated: * tp/t/test_utils.pl (unsplit, test): unsplit() returns if unsplitting was needed. Rename $split as $test_split. Add comments on re-splitting in tests.
,
Patrice Dumas
,
08:09
January 01, 2023
branch master updated: * tp/tests/indices/Makefile.am (EXTRA_DIST, distclean-local): remove references to *_parser_info.
,
Patrice Dumas
,
19:21
branch master updated: Add missing test result
,
Patrice Dumas
,
19:16
branch master updated: * tp/Texinfo/Convert/HTML.pm (converter_defaults) (_set_variables_texi2html): copy %defaults and modify the copy in _set_variables_texi2html() instead of changing the file global variable.
,
Patrice Dumas
,
19:15
branch master updated: * tp/Makefile.tres, tp/t/96moresectioning.t: do not use the texi2html style for node_footnote.texi related tests, instead set only the relevant customization variables. Add a test with node_footnote.texi, split at node with separate footnotestyle.
,
Patrice Dumas
,
17:35
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/30sectioning.t, tp/t/96moresectioning.t: inline equivalent_nodes.texi in tp/t/30sectioning.t, renaming the corresponding test as equivalent_nodes_defined_linked. Remove equivalent_nodes.texi and the tests in tp/t/96moresectioning.t.
,
Patrice Dumas
,
17:03
branch master updated: * tp/t/input_files/equivalent_nodes.texi: do not use a node before Top for this test, but, more simply a regular node.
,
Patrice Dumas
,
16:16
branch master updated: * tp/t/96moresectioning.t: remove specific variables set for PROGRAM, PACKAGE_URL and TEST.
,
Patrice Dumas
,
16:10
branch master updated: * tp/t/09indices.t: move $encoding_index_text near the associated tests.
,
Patrice Dumas
,
16:04
branch master updated: * tp/Makefile.tres, tp/t/95moreindices.t, tp/t/09indices.t: merge tp/t/95moreindices.t with tp/t/09indices.t putting html file 95moreindices.t tests in @test_html_file.
,
Patrice Dumas
,
15:59
branch master updated: Add missing test result files.
,
Patrice Dumas
,
15:40
branch master updated: * tp/Makefile.am (test_files), tp/Makefile.tres, tp/t/95moreindices.t: remove double_index_entry from t/95moreindices.t as there is a redundant test in tp/t/09indices.t. Rename tests such that the defaults are without suffix.
,
Patrice Dumas
,
15:40
branch master updated: * info/man.c (check_manpage_node): Use man --where instead of man -w to avoid clash with man program on Solaris, where -w means to update the whatis database. Test failure on OpenSolaris 2022.10 reported by Bruno Haible.
,
Gavin D. Smith
,
13:37
branch master updated: * tp/Texinfo/ParserNonXS.pm (_process_remaining_on_line), tp/Texinfo/XS/parsetexi/parser.c (process_remaining_on_line): use only one place in code to add the raw line in nested raw blocks.
,
Patrice Dumas
,
12:01
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_state_initialization), (_process_remaining_on_line, _end_line_misc_line, _parse_texi): rename conditionals_stack as conditional_stack to match XS parser.
,
Patrice Dumas
,
11:11
branch master updated: * tp/Texinfo/ParserNonXS.pm (%parser_state_initialization) (_process_remaining_on_line, _parse_texi), tp/Texinfo/XS/parsetexi/parser.c (raw_block_stack) (push_raw_block_stack, pop_raw_block_stack, process_remaining_on_line) (parse_texi): use a stack, raw_block_stack for nested raw block commands instead of putting them in the tree.
,
Patrice Dumas
,
11:08
branch master updated: * tp/t/09indices.t, tp/Makefile.tres: add test with index_table with default customization, rename former index_table as index_table_chapter_no_node. Add explicit split nodes for Plaintext testing for index_nodes. Split @file_encodings_tests out of @file_tests. In @file_tests, do only testing of Info if it is expected to be different from the base case. Keep spaces at end of line in test text only.
,
Patrice Dumas
,
07:11
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc