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: Sat Nov 30 2024 05:37:09 -0500
Messages in reverse chronological order
[
Next Period
]
November 30, 2024
branch master updated: TODO: add an item (to be discussed well after the release)
,
Patrice Dumas
,
05:37
November 28, 2024
branch master updated: * tp/t/same_parser_multiple_files.t: set locale to C and LANGUAGE to en for reproducible tests.
,
Patrice Dumas
,
15:09
November 27, 2024
branch master updated: * tp/Texinfo/XS/convert/texinfo.c (txi_general_setup), tp/Texinfo/XS/teximakehtml.c (main): do not get locales directory for output strings domain from argument, determine it as in texi2any.pl.
,
Patrice Dumas
,
14:07
branch master updated: ChangeLog, tp/Texinfo/XS/configure.ac: fix typos
,
Patrice Dumas
,
08:36
November 26, 2024
[no subject]
,
Patrice Dumas
,
17:56
[no subject]
,
Patrice Dumas
,
17:56
master updated (315250461d -> 545fe7ff7a)
,
Patrice Dumas
,
17:56
[no subject]
,
Gavin D. Smith
,
13:53
[no subject]
,
Gavin D. Smith
,
13:53
master updated (d587babb22 -> 315250461d)
,
Gavin D. Smith
,
13:53
branch master updated: * doc/texinfo.texi (Syntax Highlighting): Add warning about change of syntax for HIGHLIGHT_SYNTAX. Suggestion from Patrice.
,
Gavin D. Smith
,
13:48
November 24, 2024
branch master updated: * doc/texinfo.texi (Syntax Highlighting): mandate HIGHLIGHT_SYNTAX to be source-highlight to select source-highlight, it is better to keep the possibility of using other values provided by the user for other purposes as discussed on the mailing list.
,
Patrice Dumas
,
10:23
November 23, 2024
branch master updated: * tp/Texinfo/ModulePath.pm.in ($texinfo_uninstalled, init), tp/Texinfo/XS/TestXS.xs (xstest_init), tp/Texinfo/XS/convert/ConvertXS.xs (init), tp/Texinfo/XS/parsetexi/Parsetexi.xs (init): initialize Texinfo::ModulePath $texinfo_uninstalled to undef, such that it is possible to determine that Texinfo::ModulePath init has not been called.
,
Patrice Dumas
,
17:48
branch master updated: * tp/Texinfo/Convert/Text.pm (_convert), tp/Texinfo/Convert/TextContent.pm (_convert), tp/maintain/regenerate_commands_perl_info.pl: do not put item in Texinfo::Command %formatted_line_commands, to have the same setup as in XS/C. Update code to set $data_cmdname for item to item_LINE if in a @table and similar.
,
Patrice Dumas
,
13:24
November 22, 2024
branch master updated: Change use of memcpy to memmove
,
Gavin D. Smith
,
15:19
branch master updated: * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm (BEGIN): remove leading lib from library names.
,
Patrice Dumas
,
05:07
branch master updated: * tp/Texinfo/XSLoader.pm (init): add directory with .libs only if calling from build directory.
,
Patrice Dumas
,
05:00
branch master updated: * tp/Texinfo/Convert/ConvertXS.pm (BEGIN), tp/Texinfo/IndicesXS.pm (BEGIN), tp/Texinfo/StructTransfXS.pm (BEGIN): add additional libraries the XS modules depend on.
,
Patrice Dumas
,
04:52
branch master updated: * tp/Texinfo/DocumentXS.pm (BEGIN), tp/Texinfo/Parser.pm (BEGIN), tp/Texinfo/XSLoader.pm (init): remove leading -l for specified additional libraries.
,
Patrice Dumas
,
04:48
November 21, 2024
branch master updated: Load libtexinfo before libtexinfoxs
,
Gavin D. Smith
,
14:57
[no subject]
,
Gavin D. Smith
,
13:31
master updated (9713b6efcf -> 7c69f3d993)
,
Gavin D. Smith
,
13:31
[no subject]
,
Gavin D. Smith
,
13:31
November 20, 2024
[no subject]
,
Gavin D. Smith
,
16:29
[no subject]
,
Gavin D. Smith
,
16:29
[no subject]
,
Gavin D. Smith
,
16:29
master updated (803fb8345a -> 9713b6efcf)
,
Gavin D. Smith
,
16:29
branch master updated: * tp/Texinfo/XSLoader.pm (init), tp/Texinfo/DocumentXS.pm (BEGIN), tp/Texinfo/Parser.pm (BEGIN): do not try to add libraries to @DynaLoader::dl_resolve_using, in general they are not used when loading XS object, only the paths registered in the objects are used.
,
Patrice Dumas
,
14:46
branch master updated: * README-hacking: add note about reproducibility of tp/tests/input/non_ascii.tar.
,
Gavin D. Smith
,
11:23
November 18, 2024
branch master updated: * tp/maintain/regenerate_non_ascii_tar_file.sh: Check output of "tar --usage" in attempt to check if tar --sort=name is supported.
,
Gavin D. Smith
,
15:23
branch master updated: * tp/maintain/regenerate_non_ascii_tar_file.sh: Check output of "tar --usage" in attempt to check if tar --sort=name is supported.
,
Gavin D. Smith
,
15:21
branch master updated: * tp/maintain/regenerate_non_ascii_tar_file.sh: Do not use "if !" construct.
,
Gavin D. Smith
,
14:12
branch master updated: version check for GNU tar
,
Gavin D. Smith
,
13:29
branch master updated: * tp/maintain/regenerate_non_ascii_tar_file.sh: add maintenance script to regenerate tp/tests/input/non_ascii.tar. * autogen.sh, * tp/tests/Makefile.am (input/non_ascii.tar): Run it.
,
Gavin D. Smith
,
13:22
November 17, 2024
branch master updated: * tp/Texinfo/XSLoader.pm (init): add debug call for @found_additional_libraries.
,
Patrice Dumas
,
18:43
branch master updated: * tp/Texinfo/XSLoader.pm (init): add an argument for @DynaLoader::dl_resolve_using additional libraries.
,
Patrice Dumas
,
17:58
branch master updated: * tp/Texinfo/XSLoader.pm (init): follow the DynaLoader documentation strictly on the return of dl_findfile, dl_load_file and dl_find_symbol. Cosmetic change for dl_undef_symbols return condition.
,
Patrice Dumas
,
17:39
branch master updated: * tp/Texinfo/XSLoader.pm (_find_file): compare ref() with the empty string.
,
Patrice Dumas
,
16:51
branch master updated: untrack non_ascii.tar
,
Gavin D. Smith
,
14:04
master updated (95030cc664 -> e29f9ad458)
,
Gavin D. Smith
,
12:18
[no subject]
,
Gavin D. Smith
,
12:18
[no subject]
,
Gavin D. Smith
,
12:18
branch master updated: * configure.ac (texinfo_cv_sys_iconv_converts_euc_cn): set to "cross compile guess no" if cross-compiling. It is better to skip the tests requiring conversion to EUC-CN in case of cross-compilation as we do not know if the host can do the conversion. Based on James Le Cuirot <address@hidden> report and patch.
,
Patrice Dumas
,
11:15
branch master updated: * tp/Texinfo/XS/main/base_utils.c (isascii_space): add.
,
Patrice Dumas
,
09:47
branch master updated: * tp/Texinfo/XS/Makefile.am (C_libtexinfo_sources), tp/Texinfo/XS/main/base_utils.c, tp/Texinfo/XS/main/utils.c: move bug, fatal, isascii_* functions to a new file main/base_utils.c out of utils.c.
,
Patrice Dumas
,
09:38
branch master updated: * tp/Texinfo/XS/main/utils.c (isascii_alnum, isascii_alpha) (isascii_digit, isascii_lower, isascii_upper): use unsigned char for argument type, as it is the recommended type for isupper/islower... it saves the need to do an explicit cast.
,
Patrice Dumas
,
08:19
branch master updated: * autogen.sh, * tp/tests/Makefile.am: use tar cf instead of -cf, etc. From Patrice.
,
Gavin D. Smith
,
04:41
November 16, 2024
branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c (ids_hashmap_predicted_values): use heading_commands_nr.
,
Patrice Dumas
,
19:11
[no subject]
,
Patrice Dumas
,
17:29
[no subject]
,
Patrice Dumas
,
17:29
[no subject]
,
Patrice Dumas
,
17:29
master updated (c353ef48bb -> 93c2e582b0)
,
Patrice Dumas
,
17:29
branch master updated: * info/indices.c, info/infodoc.c, info/infomap.c, info/man.c, info/search.c, info/session.c, info/util.c: replace tabs by spaces. Changes in spacing.
,
Patrice Dumas
,
17:05
branch master updated: * autogen.sh: regenerate tp/tests/input/non_ascii.tar. Suggestion from Patrice. * tp/tests/Makefile.am: update a comment
,
Gavin D. Smith
,
16:05
branch master updated: * tp/tests/README: mention that input/non_ascii.tar needs to be deleted manually. * tp/tests/Makefile.am (input/non_ascii.tar): add comment.
,
Gavin D. Smith
,
14:41
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs, tp/Texinfo/XS/convert/get_converter_perl_info.c, tp/Texinfo/XS/convert/get_html_perl_info.c, tp/Texinfo/XS/main/get_perl_info.c, tp/Texinfo/XS/parsetexi/Parsetexi.xs: remove ppport.h include following ppport.h advice. Do not follow ppport.h suggestion for call_html_perl_function.c as we use G_LIST, which is not portable.
,
Patrice Dumas
,
12:32
[no subject]
,
Gavin D. Smith
,
11:45
master updated (2b60474f37 -> 7c6c3dc295)
,
Gavin D. Smith
,
11:45
[no subject]
,
Gavin D. Smith
,
11:45
[no subject]
,
Patrice Dumas
,
11:19
[no subject]
,
Patrice Dumas
,
11:19
master updated (50173be418 -> 2b60474f37)
,
Patrice Dumas
,
11:19
branch master updated: * tp/tests/many_input_files/Makefile.am (EXTRA_DIST, TESTS) (tests_dirs), tp/tests/many_input_files/first_file_not_found.sh: add a test with two files with the first one not existing.
,
Patrice Dumas
,
10:01
branch master updated: * tp/Texinfo/XS/parsetexi/indices.c (init_index_commands), tp/Texinfo/XS/parsetexi/parser.c (parse_texi): reinitialize static variables related to indices numbers in init_index_commands, which is called right after new_document in initialize_parsing in parsetexi/api.c and therefore rigth after setting parsed_document->indices_info to 0, instead of doing it at the end of the parsing. Remove forget_indices.
,
Patrice Dumas
,
09:37
branch master updated: Update tex4ht tests results for more recent tex4ht
,
Patrice Dumas
,
09:29
branch master updated: * tp/tests/many_input_files/tex_l2h_output_dir_non_ascii.sh, tp/tests/many_input_files/tex_t4ht_output_dir_non_ascii.sh: fix path of tex_encodé_utf8.texi.
,
Patrice Dumas
,
09:27
branch master updated: * tp/tests/tex_html/list-of-tests (tex_encoded_utf8_httex): fix path of tex_encodé_utf8.texi.
,
Patrice Dumas
,
07:57
branch master updated: * tp/Texinfo/XS/Makefile.am (DocumentXS_la_LDFLAGS): remove $(LTLIBICONV) $(LTLIBUNISTRING) from XS link flags when the XS object does not use libunistring or iconv.
,
Patrice Dumas
,
07:35
branch master updated: * tp/Texinfo/XS/Makefile.am: rename libxsparagraph as libparagraph, libxsutils as libperlcall_utils, libxs_in_libtexinfo as libcallperl_libtexinfo and libxs_in_libtexinfo_convert as libcallperl_libtexinfo_convert.
,
Patrice Dumas
,
07:23
branch master updated: tp/Texinfo/XS/Makefile.am: update examples in comment for no undefined
,
Patrice Dumas
,
07:07
branch master updated: * tp/Texinfo/XS/configure.ac: remove unset perl_conf_PERL_LINK, it has been replaced by PERL_LIBS.
,
Patrice Dumas
,
07:02
branch master updated: * tp/Texinfo/XS/Makefile.am (XSParagraph_la_LDFLAGS) (libtexinfoxs_la_LDFLAGS, DocumentXS_la_LIBADD) (StructuringTransfoXS_la_LIBADD, StructuringTransfoXS_la_LDFLAGS) (libtexinfo_convertxs_la_LDFLAGS, IndicesXS_la_LIBADD) (IndicesXS_la_LDFLAGS, ConvertXS_la_LIBADD, ConvertXS_la_LDFLAGS): remove $(LTLIBICONV) $(LTLIBUNISTRING) and similar from XS link flags when the XS object does not use libunistring or iconv. Remove libgnu.la from LIBADD when an XS interface or XS library do not use Gnulib.
,
Patrice Dumas
,
06:58
branch master updated: * tp/Texinfo/XS/convert/ConvertXS.xs (html_set_shared_conversion_state, html_get_shared_conversion_state), tp/Texinfo/XS/convert/build_html_perl_state.c (build_html_translated_names): do not used perl_only_* wrappers as the files do not include Gnulib headers anymore.
,
Patrice Dumas
,
05:37
branch master updated: Use $PERL to run Perl
,
Gavin D. Smith
,
04:31
November 15, 2024
branch master updated: * tp/Texinfo/XS/Makefile.am (libtexinfoxs_la_CPPFLAGS): remove -I$(srcdir)/convert.
,
Patrice Dumas
,
18:48
branch master updated: * tp/Texinfo/XS/Makefile.am: move XS interfaces that do not need libtexinfo-convert before libtexinfo-convert.
,
Patrice Dumas
,
18:40
[no subject]
,
Patrice Dumas
,
18:36
[no subject]
,
Patrice Dumas
,
18:36
master updated (e95d10cf66 -> 85bf5abf20)
,
Patrice Dumas
,
18:36
[no subject]
,
Patrice Dumas
,
18:36
[no subject]
,
Patrice Dumas
,
18:36
[no subject]
,
Patrice Dumas
,
18:36
branch master updated: move another input file for a test
,
Gavin D. Smith
,
17:56
branch master updated: commit Makefile.tres
,
Gavin D. Smith
,
17:48
branch master updated: move another input file for a test
,
Gavin D. Smith
,
17:43
[no subject]
,
Gavin D. Smith
,
17:19
master updated (a43ff105c6 -> 6b252875da)
,
Gavin D. Smith
,
17:19
[no subject]
,
Gavin D. Smith
,
17:19
[no subject]
,
Gavin D. Smith
,
17:19
branch master updated: Update .gitignore for Pod-Simple-Texinfo/t/ tests
,
Patrice Dumas
,
15:28
branch master updated: * tp/Texinfo/XS/convert/html_prepare_converter.c (check_targets_order): use the PRIuPTR macro from inttypes.h for uintptr_t type printf format.
,
Patrice Dumas
,
15:26
[no subject]
,
Patrice Dumas
,
14:49
master updated (3ecdac41f2 -> 90acb050ae)
,
Patrice Dumas
,
14:49
[no subject]
,
Patrice Dumas
,
14:49
branch master updated: Escape non-ASCII file names in many_input_files tests
,
Gavin D. Smith
,
13:48
branch master updated: * tp/Texinfo/XS/Makefile.am (libxsutils_la_CPPFLAGS) (libxsutils_la_LIBADD, libtexinfo_la_LIBADD), tp/Texinfo/XS/main/xs_utils.c: include config.h in xs_utils.c as vasprintf may come from Gnulib. Add Gnulib flags and library for libxsutils.la and remove from libtexinfo.la to avoid doubly defined symbols.
,
Patrice Dumas
,
07:56
November 14, 2024
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c, tp/Texinfo/XS/main/get_perl_info.c: do not include config.h, the code should not need portability defines from autoconf or Gnulib.
,
Patrice Dumas
,
17:45
branch master updated: * tp/Texinfo/XS/XSParagraph.xs (xspara_add_text, xspara_add_next): use SvPVutf8.
,
Patrice Dumas
,
17:08
branch master updated: distribute escape_file_names.pl
,
Gavin D. Smith
,
16:53
[no subject]
,
Patrice Dumas
,
16:50
[no subject]
,
Patrice Dumas
,
16:50
[no subject]
,
Patrice Dumas
,
16:50
master updated (cc5262a46f -> 9985700301)
,
Patrice Dumas
,
16:50
branch master updated: Escape non-ASCII bytes in reference test results
,
Gavin D. Smith
,
16:12
branch master updated: * tp/Texinfo/XS/convert/convert_html.c (html_do_js_files): set to_file_name independently of COMMAND_LINE_ENCODING.
,
Patrice Dumas
,
15:59
branch master updated: * tp/Texinfo/XS/Makefile.am (noinst_LTLIBRARIES) (XSParagraph_la_SOURCES, libxsparagraph_la_*, XSParagraph_la_CPPFLAGS) (XSParagraph_la_LIBADD), tp/Texinfo/XS/XSParagraph.xs: add libxsparagraph.la, a convenience library for XSParagraph with the C code that does not requires Perl and requires Gnulib, to be able to pass different flags than for XSParagraph.la. Do not include config.h anymore in XSParagraph.xs as there is no need for Gnulib nor autoconf defines in this file.
,
Patrice Dumas
,
15:47
branch master updated: * tp/Texinfo/XS/xspara.c (PARAGRAPH): rename french_spacing as frenchspacing to match exactly the Perl key.
,
Patrice Dumas
,
15:28
branch master updated: * tp/Texinfo/XS/XSParagraph.xs (xspara_new), tp/Texinfo/XS/xspara.c (xspara_new): call xspara_init_state from XSParagraph.xs, not from C.
,
Patrice Dumas
,
13:58
branch master updated: * tp/Texinfo/XS/Makefile.am (MiscXS_la_CPPFLAGS, MiscXS_la_LIBADD), tp/Texinfo/XS/MiscXS.xs, tp/Texinfo/XS/misc.c: there is no use of gnulib anymore in MiscXS, remove the gnulib/autoconf flags and includes, in particular do not include config.h.
,
Patrice Dumas
,
13:15
branch master updated: * tp/Texinfo/XS: run "gnulib-tool --remove-import copy-file". run "gnulib-tool --import gettext-h" as module appears to be necessary and is removed otherwise.
,
Gavin D. Smith
,
12:40
branch master updated: Do not require copy-file module
,
Gavin D. Smith
,
12:14
branch master updated: * tp/Texinfo/XS/main/xs_utils.c (non_perl_*), tp/Texinfo/XS/main/utils.c: move non_perl_* functions out of utils.c to xs_utils.c.
,
Patrice Dumas
,
09:18
branch master updated: * README-hacking: add suggestion and instructions to run tests after turning off autovivification in Perl.
,
Patrice Dumas
,
05:01
branch master updated: * tp/Texinfo/Common.pm (locate_file_in_dirs), tp/Texinfo/XS/parsetexi/Parsetexi.pm (parser), tp/ext/epub3.pm (epub_convert_image_command), tp/init/html32.pm (html32_convert_item_command): check that hashes exist before accessing them to avoid spurious autovivification.
,
Patrice Dumas
,
04:50
branch master updated: * tp/t/test_sort.t: call Texinfo::Config::GNUT_initialize_customization, to avoid initialization being done through autovivification.
,
Patrice Dumas
,
04:47
branch master updated: * tp/Texinfo/XS/main/build_perl_info.c (pass_generic_converter_to_converter_sv): fix typo in generated Perl hash key name.
,
Patrice Dumas
,
04:45
branch master updated: * tp/Texinfo/XS/main/tree.c, tp/Texinfo/XS/parsetexi/api.c (initialize_parsing): remove the noop reset_obstacks function, remove comments related to obstack.
,
Patrice Dumas
,
04:42
November 13, 2024
[no subject]
,
Gavin D. Smith
,
17:17
[no subject]
,
Gavin D. Smith
,
17:17
master updated (9f70de43fc -> d4604559d9)
,
Gavin D. Smith
,
17:17
November 10, 2024
branch master updated: pretest 7.1.91
,
Gavin D. Smith
,
12:47
branch master updated: commit gnulib pot and po automatic changes
,
Gavin D. Smith
,
09:16
branch master updated: update test results
,
Gavin D. Smith
,
09:14
master updated (725b3fe783 -> e026e77f6b)
,
Gavin D. Smith
,
08:54
[no subject]
,
Gavin D. Smith
,
08:54
[no subject]
,
Gavin D. Smith
,
08:54
branch master updated: * doc/texinfo.texi (small): Mention "@set dispenvsize small" and possibility of CSS for HTML output.
,
Gavin D. Smith
,
07:59
November 09, 2024
branch master updated: * doc/texinfo.texi (HTML Output Structure Customization): Clarify purpose of CONTENTS_OUTPUT_LOCATION in relation to FORMAT_MENU. SPLIT is an empty string for non-split output. Be clearer about interaction between CONTENTS_OUTPUT_LOCATION and MONOLITHIC. Information from Patrice.
,
Gavin D. Smith
,
18:46
branch master updated: * doc/texinfo.texi (HTML Output Structure Customization): edit
,
Gavin D. Smith
,
17:01
[no subject]
,
Gavin D. Smith
,
14:26
master updated (f7294c1143 -> ee06f30cfa)
,
Gavin D. Smith
,
14:26
[no subject]
,
Gavin D. Smith
,
14:26
November 08, 2024
branch master updated: HTML Output Customization manual edit
,
Gavin D. Smith
,
18:01
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
master updated (a526af3498 -> 31221d75f7)
,
Gavin D. Smith
,
16:04
[no subject]
,
Gavin D. Smith
,
16:04
branch master updated: remove unused contrib/nontests/defs.in
,
Patrice Dumas
,
07:42
branch master updated: * contrib/nontests/run_test_utils.sh (EGREP, FGREP), contrib/nontests/defs.in: remove unused EGREP and FGREP and remove copyright notice from defs.in as it is now trivial (and unused). Do not read nor find defs and defs.in from run_test_utils.sh.
,
Patrice Dumas
,
06:36
November 04, 2024
branch master updated: Ease index files format change
,
Gavin D. Smith
,
15:57
November 03, 2024
branch master updated: * contrib/nontests/test_all.sh: add copyright notice.
,
Patrice Dumas
,
11:23
branch master updated: * README-hacking: add suggestion to run contrib/nontests tests * contrib/nontests/README: txitextest no longer run regularly * contrib/nontests/local.test: delete test as we do not use "local" in texi2dvi
,
Gavin D. Smith
,
10:18
branch master updated: * contrib/nontests/txitextest, contrib/nontests/*.test, contrib/nontests/defs.in, contrib/nontests/run_test_utils.sh: update copyright years.
,
Patrice Dumas
,
06:57
branch master updated: * doc/texinfo.tex: (\doindwritex): Do not use \immediate as we need the page number to be set at the time the page is shipped out.
,
Gavin D. Smith
,
04:41
November 02, 2024
branch master updated: * contrib/nonbugs/README, contrib/nonbugs/*.texi: add a directory for Texinfo files with some issues, but not bugs.
,
Patrice Dumas
,
13:02
branch master updated: * contrib/nontests/txitextest: use a temporary directory in the current directory and create it in the script. Update manuals and paths.
,
Patrice Dumas
,
12:21
branch master updated: * util/texi2dvi (move_to_dest): use if instead of && to avoid triggering a failure with set -e if the condition is false.
,
Patrice Dumas
,
12:20
branch master updated: * contrib/nontests/defs.in, contrib/nontests/run_test_utils.sh (TEXI2DVI_run), contrib/nontests/*.test: split nontests/defs.in code independent of configure substitutions to the new file nontests/run_test_utils.sh. Assume that all tex now understands --version. Update TEXI2DVI path. Source defs in run_test_utils.sh only if it is present. Update code to be more Bourne compatible using recent autoconf generated code. Set TEXINDEX and TEXINDEX_SCRIPT in the TEXI2DVI call in TEXI2DVI_run. [...]
,
Patrice Dumas
,
12:19
branch master updated: * doc/texinfo.tex (\nolig): Add brace pair after 0pt to avoid swallowing a following space. Report from Werner.
,
Gavin D. Smith
,
07:49
branch master updated: Link toc page numbers to exact location on page
,
Gavin D. Smith
,
07:46
November 01, 2024
branch master updated: LuaTeX ligature suppression
,
Gavin D. Smith
,
18:22
branch master updated: @uref line breaking
,
Gavin D. Smith
,
17:13
branch master updated: * README-hacking: update C flags. Add text about manuals interesting for the testing of HTML customization API and change of API.
,
Patrice Dumas
,
16:27
[
Prev Period
]
[
Next Period
]
Mail converted by
MHonArc