[groff] 09/12: [docs]: Revise introduction to troff output.

2024-02-11 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit ebec1551cfa69a4330db2510b7a1d6b425198a14 Author: G. Branden Robinson AuthorDate: Sun Feb 11 07:08:52 2024 -0600 [docs]: Revise introduction to troff output. * doc/groff.texi.in (gtroff Output): Do it

[groff] 07/12: [tbl,tests]: Report any error output.

2024-02-11 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 99e545c0ee6ce756eba04dd31950207e526a68e7 Author: G. Branden Robinson AuthorDate: Sun Feb 11 02:26:05 2024 -0600 [tbl,tests]: Report any error output. --- src/preproc/tbl/tests/do-not-overdraw-page-top-in-nroff-mode.sh

[groff] 04/12: [docs]: Fix content and style nits.

2024-02-11 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit fb70ece4d70e5cb6ef24c3e41e325017c22f7d83 Author: G. Branden Robinson AuthorDate: Thu Feb 8 12:01:31 2024 -0600 [docs]: Fix content and style nits. * doc/groff.texi.in (Hyphenation): Recast. (Breaking

[groff] 05/12: [tbl,tests]: Apply recent idiom consistently.

2024-02-11 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 350e6abe8fd9170a10da13937c015045a2df1143 Author: G. Branden Robinson AuthorDate: Sun Feb 11 02:21:07 2024 -0600 [tbl,tests]: Apply recent idiom consistently. We weren't testing the shell variable `fail

[groff] 06/12: [tbl,tests]: Migrate to recent test conventions.

2024-02-11 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit f053993ad39a10e5c3c935dca7f2e64cdf0d58b0 Author: G. Branden Robinson AuthorDate: Sun Feb 11 02:24:24 2024 -0600 [tbl,tests]: Migrate to recent test conventions. --- .../tbl/tests/format-time-diagnostics-work.sh | 49

[groff] 10/17: tmac/pdf.tmac (pdfbookmark): Fix code style nit.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 5f239349200d869c0d6eb0f543f24e2c491620a6 Author: G. Branden Robinson AuthorDate: Sat Feb 17 10:01:38 2024 -0600 tmac/pdf.tmac (pdfbookmark): Fix code style nit. * tmac/pdf.tmac (pdfbookmark): Drop unused register

[groff] 15/17: [libgroff]: Clear string storage before using it.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 6f3a812c03728bca15faaec3466b241c1beb0464 Author: G. Branden Robinson AuthorDate: Sat Feb 17 18:25:27 2024 -0600 [libgroff]: Clear string storage before using it. * src/libs/libgroff/string.cpp (string::string

[groff] 09/17: doc/groff.texi.in (Identifiers): Clarify.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 21a99ce3fa1bb8cbcb6e6a7ba3a106e22e46dfeb Author: G. Branden Robinson AuthorDate: Sat Feb 17 15:14:58 2024 -0600 doc/groff.texi.in (Identifiers): Clarify. --- doc/groff.texi.in | 5 +++-- 1 file changed, 3 insertions

[groff] 14/17: [grops]: Recast diagnostic message.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 4f38ee49d33a6fe30ab8a97901626c5e15c119a5 Author: G. Branden Robinson AuthorDate: Sat Feb 17 18:22:06 2024 -0600 [grops]: Recast diagnostic message. * src/devices/grops/psrm.cpp (resource::resource): Spell "

[groff] 07/17: [pdf]: Regression-test Savannah #65320.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 63f38e5d456065c456d66b1274f7b555641f27fe Author: G. Branden Robinson AuthorDate: Fri Feb 16 12:52:05 2024 -0600 [pdf]: Regression-test Savannah #65320. * tmac/tests/pdf_bookmark-starting-with-control-char

[groff] 11/17: [grops]: Slightly refactor (array_length, sizeof).

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 43f517e96bc722838df86b260bc8307baeecf21c Author: G. Branden Robinson AuthorDate: Sat Feb 17 17:26:25 2024 -0600 [grops]: Slightly refactor (array_length, sizeof). * src/devices/grops/ps.cpp: Promote type

[groff] 06/17: [mm]: Reckon default units more consistently.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 7375f7e1123396cd275aadd4f71a86d2af14f353 Author: G. Branden Robinson AuthorDate: Wed Feb 14 14:53:50 2024 -0600 [mm]: Reckon default units more consistently. * contrib/mm/m.tmac (EPIC): Reckon width argument in

[groff] 08/17: [troff]: Drop redundant diagnostic.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 90568dc1afe41c9f909f26e7e3fa6f9d499127bc Author: G. Branden Robinson AuthorDate: Sat Feb 17 15:12:04 2024 -0600 [troff]: Drop redundant diagnostic. * src/roff/troff/input.cpp (do_define_string, length_request

[groff] 04/17: groff_tmac(5): Fix incorrect claim.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit f16b02809322692c6e9b77b524c734151ae12eb2 Author: G. Branden Robinson AuthorDate: Wed Feb 14 14:08:32 2024 -0600 groff_tmac(5): Fix incorrect claim. The `mso` request does not manipulate its argument to search for

[groff] 16/17: [output drivers]: Reset line number at end of input.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit bc35f576b4de41b2d40c30102d5ed5c45661dc0f Author: G. Branden Robinson AuthorDate: Sat Feb 17 19:38:07 2024 -0600 [output drivers]: Reset line number at end of input. * src/devices/grodvi/dvi.cpp (dvi_printer

[groff] 13/17: [grops,libgroff]: Fix code style nits.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 080141020ca47dc04cde31aadcc8e6e34c899ef4 Author: G. Branden Robinson AuthorDate: Sat Feb 17 18:12:21 2024 -0600 [grops,libgroff]: Fix code style nits. Annotate null pointers with `nullptr` comment to ease any

[groff] 17/17: [grops]: Fix Savannah #65246 (spacey file names).

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit f918f6d285514690999061bd6269e13389a0b611 Author: G. Branden Robinson AuthorDate: Sat Feb 17 20:08:45 2024 -0600 [grops]: Fix Savannah #65246 (spacey file names). * src/devices/grops/psrm.cpp (resource_manager

[groff] 05/17: groff(7): Add "mac" alongside "div", "env", ...

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 3b488475a3665308d067ade304e4e47ad95914ae Author: G. Branden Robinson AuthorDate: Wed Feb 14 14:10:05 2024 -0600 groff(7): Add "mac" alongside "div", "env", ... --- man/groff.7.man | 4

[groff] 02/17: groff_mm(7): Fix content, style, markup nits.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 74dbb2ad5762f0274aa02bbf9ad04ff312406b08 Author: G. Branden Robinson AuthorDate: Tue Feb 13 12:24:15 2024 -0600 groff_mm(7): Fix content, style, markup nits. * contrib/mm/groff_mm.7.man (Macros): Note the general

[groff] 01/17: ChangeLog: Add bug-closer for Savannah #60034.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit d717ccf8bb6eacf0313468500638e138adb516b7 Author: G. Branden Robinson AuthorDate: Sat Feb 17 12:13:46 2024 -0600 ChangeLog: Add bug-closer for Savannah #60034. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff

[groff] 03/17: groff_man*(7): Note gropdf hyperlinking support.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit eb03337600ebe08bc8b8bb84e2c470d2949d3b68 Author: G. Branden Robinson AuthorDate: Wed Feb 14 14:05:43 2024 -0600 groff_man*(7): Note gropdf hyperlinking support. Enabled since commit 6f12a82806, 27 January

[groff] 12/17: [grops]: Improve diagnostic messages.

2024-02-17 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 44055aff9a3f2c012abef505a47006a6257840ad Author: G. Branden Robinson AuthorDate: Sat Feb 17 17:39:42 2024 -0600 [grops]: Improve diagnostic messages. * src/devices/grops/psrm.cpp (resource_manager::output_prolog

[groff] 02/14: ChangeLog: Add bug-closer for Savannah #64233.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 331833cbc14ade0b1823593cf43235239baca15b Author: G. Branden Robinson AuthorDate: Mon Feb 19 22:33:18 2024 -0600 ChangeLog: Add bug-closer for Savannah #64233. --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff

[groff] 03/14: [eqn]: Improve portability to Clang.

2024-02-22 Thread G. Branden Robinson
. As part of the C++ standard library, + provides a bunch of stuff, including `atexit()`, in the global + name space; it need not provide that stuff in the `std` name + space. + + See <https://eel.is/c++draft/support.c.headers.other>. + 2024-02-17 G. Bran

[groff] 12/14: [tmac,tests]: Tweak test.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit ae1a2483e65fe9f2065e58023d06b37fd86f5968 Author: G. Branden Robinson AuthorDate: Wed Feb 21 22:38:26 2024 -0600 [tmac,tests]: Tweak test. * tmac/tests/an_link-trailing-text-hugs-previous.sh: Dump output of test

[groff] 13/14: tmac/an.tmac: Fix code style nit.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 073c46ef5271d885af50456fb7f02c38ad06c33d Author: G. Branden Robinson AuthorDate: Wed Feb 21 22:39:18 2024 -0600 tmac/an.tmac: Fix code style nit. ...and clarify comment. There's no need to quot

[groff] 04/14: groff_mdoc(7): Document `Ba`, `Na` strings better.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 8a4cda5528d28a96c283e54654b041f45b9826c2 Author: G. Branden Robinson AuthorDate: Wed Feb 21 13:14:26 2024 -0600 groff_mdoc(7): Document `Ba`, `Na` strings better. mandoc(1)'s commit history calls the f

[groff] 08/14: [man]: Trivially refactor (`an*trailing-text`).

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 2c3a18b18c78eb09203e3c3425364e01846f69ee Author: G. Branden Robinson AuthorDate: Wed Feb 21 21:58:37 2024 -0600 [man]: Trivially refactor (`an*trailing-text`). * tmac/an.tmac (an*end-hyperlink): Trivially

[groff] 07/14: [man]: Trivially refactor.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 4dcb86e81769e139ba3215663bfddc6c1b24ae3c Author: G. Branden Robinson AuthorDate: Wed Feb 21 14:54:02 2024 -0600 [man]: Trivially refactor. * tmac/an.tmac: Revise mechanism for detecting new page headings that

[groff] 01/14: ChangeLog: Fix wordo.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit ed0f51774f0cc7e1ee1ce40f108435269cbe5a71 Author: G. Branden Robinson AuthorDate: Sun Feb 18 08:27:42 2024 -0600 ChangeLog: Fix wordo. --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a

[groff] 10/14: tmac/tests/an_UR-works.sh: Add PDF output tests.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 795df757b1f22291239eb2618828064e85ec0b64 Author: G. Branden Robinson AuthorDate: Wed Feb 21 22:33:14 2024 -0600 tmac/tests/an_UR-works.sh: Add PDF output tests. * tmac/tests/an_UR-works.sh: Add tests of PDF

[groff] 14/14: refer(1): Fix style nit.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 30ac4f26bed8fcc67e51750a033e0daaff42eba7 Author: G. Branden Robinson AuthorDate: Thu Feb 22 13:39:39 2024 -0600 refer(1): Fix style nit. There's no need to italicize the term "keyword(s)" on e

[groff] 06/14: [mdoc]: Trivially refactor (DRY).

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 9bd4ec6a8fd1af38438091340419c07338ec7ab0 Author: G. Branden Robinson AuthorDate: Wed Feb 21 13:41:26 2024 -0600 [mdoc]: Trivially refactor (DRY). * tmac/mdoc/doc-ditroff: * tmac/mdoc/doc-nroff: Move string

[groff] 09/14: tmac/pdf.tmac: Validate bookmark level argument.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit fe78e2f2969ffbd1d2ac553628706ac0a00175ae Author: G. Branden Robinson AuthorDate: Wed Feb 21 22:11:45 2024 -0600 tmac/pdf.tmac: Validate bookmark level argument. * tmac/pdf.tmac (pdfbookmark): Validate bookmark

[groff] 05/14: [mdoc]: Trivially refactor (`ua` and \[ha]).

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 85c047fcb04ceb7a9cb36806a354d7431aa278f4 Author: G. Branden Robinson AuthorDate: Wed Feb 21 13:30:26 2024 -0600 [mdoc]: Trivially refactor (`ua` and \[ha]). * tmac/mdoc/doc-nroff (ua): Define string as `ha

[groff] 11/14: [man]: Fix PDF hyperlinks when no link text.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 792fb6634177db3c5ed87c64729abc93dda9a3e5 Author: G. Branden Robinson AuthorDate: Wed Feb 21 22:05:59 2024 -0600 [man]: Fix PDF hyperlinks when no link text. * tmac/an.tmac (an*end-hyperlink): Fix bug: when no

[groff] 01/01: tmac/an.tmac: Fix thinko in comment.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 99312aa7e68ab4be2f2b42d4179a3e7b01639932 Author: G. Branden Robinson AuthorDate: Thu Feb 22 16:58:20 2024 -0600 tmac/an.tmac: Fix thinko in comment. --- tmac/an.tmac | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[groff] 01/01: tmac/tests/doc_Lk-works.sh: Fix gobsmacker.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 59308fa27bf6c9b3415fd92c3efc9835755b99f1 Author: G. Branden Robinson AuthorDate: Thu Feb 22 18:17:28 2024 -0600 tmac/tests/doc_Lk-works.sh: Fix gobsmacker. Put expected test output in an actual comment instead of

[groff] 02/02: [mdoc]: Rename a test.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 33dd6efada2b698be2005ac1bad47c4380a6d41d Author: G. Branden Robinson AuthorDate: Thu Feb 22 20:50:09 2024 -0600 [mdoc]: Rename a test. * tmac/tests/doc_Lk-respect-sentence-ending-punctuation.sh: Rename this

[groff] 01/02: tmac/tests/doc_Xr-works.sh: Unit-test `Xr` macro.

2024-02-22 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit b6546ec2c874c40e465f42a5903517bde1736bb5 Author: G. Branden Robinson AuthorDate: Thu Feb 22 20:48:08 2024 -0600 tmac/tests/doc_Xr-works.sh: Unit-test `Xr` macro. --- ChangeLog | 5 +++ tmac/tests/doc_Xr

[groff] 01/02: [mdoc,tests]: Add cases to `Lk`, `Mt`, `Xr` tests.

2024-02-24 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 843aba55b26ae7b4de0ef30f1c516bf16066ff83 Author: G. Branden Robinson AuthorDate: Sat Feb 24 16:39:26 2024 -0600 [mdoc,tests]: Add cases to `Lk`, `Mt`, `Xr` tests. Verify correct operation with use of `Pf` macro

[groff] 02/02: tbl(1): Document 'z' modifier as a GNU extension.

2024-02-24 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit d1f1b7247f2e4d878107af517a7f53b0d81461bc Author: G. Branden Robinson AuthorDate: Sat Feb 24 22:51:24 2024 -0600 tbl(1): Document 'z' modifier as a GNU extension. --- src/preproc/tbl/tbl.1.man | 2 ++ 1 file

[groff] 01/02: [mdoc,tests]: Tweak test output.

2024-02-25 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 4408d4ed01a1f11dee43407e892a77bf48087066 Author: G. Branden Robinson AuthorDate: Sun Feb 25 02:00:25 2024 -0600 [mdoc,tests]: Tweak test output. * tmac/tests/doc_heading-font-remapping-works.sh: Dump output of

[groff] 02/02: tmac/tests/doc_Xr-works.sh: Check inline Pf, Ns.

2024-02-25 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit eafbf76e9877f6cae1dae151f898053536f7dbbf Author: G. Branden Robinson AuthorDate: Sun Feb 25 15:30:58 2024 -0600 tmac/tests/doc_Xr-works.sh: Check inline Pf, Ns. * tmac/tests/doc_Xr-works.sh: Add checks of inline

[groff] 03/05: groff_man*(7): Illuminate topics vs. identifiers.

2024-02-25 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 486e34725e19312cc0c01d7d0a6833035e1655cc Author: G. Branden Robinson AuthorDate: Sun Feb 25 16:33:08 2024 -0600 groff_man*(7): Illuminate topics vs. identifiers. Working on the ncurses man pages (and learning a

[groff] 02/05: groff_man_style(7): Fix style nit.

2024-02-25 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit e6415b752a70bc4a5ff69f61d3d8e6947a33e810 Author: G. Branden Robinson AuthorDate: Sun Feb 25 16:13:40 2024 -0600 groff_man_style(7): Fix style nit. Use `IP` for bulleted paragraphs, not `TP`. --- tmac/groff_man.7

[groff] 01/05: tbl(1): Tighten an example.

2024-02-25 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 58ccb3d82ede9926ca5e44673a1731cb2c8f5ded Author: G. Branden Robinson AuthorDate: Sun Feb 25 18:18:29 2024 -0600 tbl(1): Tighten an example. --- src/preproc/tbl/tbl.1.man | 4 ++-- 1 file changed, 2 insertions(+), 2

[groff] 05/05: [mdoc]: Implement hyperlink support.

2024-02-25 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit d063402936c3e339a158f33225b41a47eff5c17d Author: G. Branden Robinson AuthorDate: Sun Feb 25 18:15:09 2024 -0600 [mdoc]: Implement hyperlink support. * tmac/doc.tmac: Recognize `U` register as man(7) does to

[groff] 04/05: NEWS: Clarify items.

2024-02-25 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 5e19c1ad3f80b7c0358eedc99cae54162607c117 Author: G. Branden Robinson AuthorDate: Sun Feb 25 16:36:06 2024 -0600 NEWS: Clarify items. --- NEWS | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a

[groff] 20/21: [tmac]: Migrate localization pkgs to `hydefault`.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit ac229b0e9a6bf99b7c45a497b73bc6e7a06d2d69 Author: G. Branden Robinson AuthorDate: Fri Mar 1 22:36:36 2024 -0600 [tmac]: Migrate localization pkgs to `hydefault`. [tmac]: Migrate localization packages to `hydefault

[groff] 19/21: [troff]: `.hy` selects default hyphenation mode.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 965de3c1a3d4417b05a15b1d0bdedb75d362123d Author: G. Branden Robinson AuthorDate: Fri Mar 1 22:23:31 2024 -0600 [troff]: `.hy` selects default hyphenation mode. * src/roff/troff/env.cpp (hyphenate_request): If

[groff] 18/21: [troff]: Add new `hydefault` request.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit dc39883e9fb9a3972a7f2d11bac297ad30bb0b6a Author: G. Branden Robinson AuthorDate: Fri Mar 1 22:13:59 2024 -0600 [troff]: Add new `hydefault` request. * src/roff/troff/env.cpp (set_hyphenation_mode_default): New

[groff] 04/21: src/devices/gropdf/pdfmom.pl: Clarify help msg.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit a519533192c87635bf43ca757113fd9c557a70be Author: G. Branden Robinson AuthorDate: Fri Mar 1 18:02:40 2024 -0600 src/devices/gropdf/pdfmom.pl: Clarify help msg. --- src/devices/gropdf/pdfmom.pl | 3 ++- 1 file changed, 2

[groff] 16/21: [troff]: Trivially refactor.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 6d0c19300ad5976f1591edfe325c6f2274214772 Author: G. Branden Robinson AuthorDate: Fri Mar 1 21:46:14 2024 -0600 [troff]: Trivially refactor. ...to clarify a function's purpose. * src/roff/troff/en

[groff] 07/21: src/roff/troff/env.cpp: Fix code style nit.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 77ab25a9e29329e659f435a8b9ebbed6c6676f77 Author: G. Branden Robinson AuthorDate: Fri Mar 1 18:50:38 2024 -0600 src/roff/troff/env.cpp: Fix code style nit. Sort request initialization calls in lexicographic order

[groff] 06/21: [troff]: Stop `mso` request from rewriting arg.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit c1adec1a292f3d839eaf2ea61f05893d66c20d52 Author: G. Branden Robinson AuthorDate: Fri Mar 1 18:40:01 2024 -0600 [troff]: Stop `mso` request from rewriting arg. [troff]: The `mso` request no longer rewrites its

[groff] 13/21: [troff]: Slightly refactor (unsigned .hy,.j regs).

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit f5046d542f89f545e5b4d30b3626432a4876fef8 Author: G. Branden Robinson AuthorDate: Fri Mar 1 20:33:12 2024 -0600 [troff]: Slightly refactor (unsigned .hy,.j regs). * src/roff/troff/env.cpp: * src/roff/troff

[groff] 10/21: groff_diff(7): Use more precise terminology.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 2f901b976b10d119af20089893855169623e15ca Author: G. Branden Robinson AuthorDate: Fri Mar 1 23:32:10 2024 -0600 groff_diff(7): Use more precise terminology. Reinforce the notion that hyphenation mode affects only

[groff] 17/21: [troff]: Slightly refactor.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 3ee0022b93cd0822e44157da2fe5e84c700884e4 Author: G. Branden Robinson AuthorDate: Fri Mar 1 21:47:48 2024 -0600 [troff]: Slightly refactor. * src/roff/troff/env.cpp (init_env_requests): Set up `hla` request and

[groff] 03/21: doc/groff.texi.in: Fix inter-word spacing.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 987252fdfdb8ca7482ec222a1bfed7c41cd8b844 Author: G. Branden Robinson AuthorDate: Mon Feb 26 16:28:00 2024 -0600 doc/groff.texi.in: Fix inter-word spacing. (No visible effect except on HTML output.) --- doc

[groff] 05/21: doc/groff.texi.in: Update TUHS URLs.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 9d4c87e191f9ebba9c313e1c1d0bdf62c4d4c29d Author: G. Branden Robinson AuthorDate: Fri Mar 1 18:19:54 2024 -0600 doc/groff.texi.in: Update TUHS URLs. When Warren Toomey upgraded TUHS to mailman 3, the format of the

[groff] 02/21: groff_man*(7): Clarify and tighten wording.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit f4d8f5c49a88765414c75bdc4c677bdfb0773ec8 Author: G. Branden Robinson AuthorDate: Sun Feb 25 23:26:51 2024 -0600 groff_man*(7): Clarify and tighten wording. Also fix duplicate word. Also tweak dead-tree

[groff] 01/21: ChangeLog: Add bug-closer for old item.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 1be15568847a3daafe994d319e8968050d47f5e5 Author: G. Branden Robinson AuthorDate: Fri Mar 1 18:16:38 2024 -0600 ChangeLog: Add bug-closer for old item. --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a

[groff] 08/21: [troff]: Trivially refactor (hyph flags->mode).

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit b196c1be0e070f16a3214090ea69371cad035d75 Author: G. Branden Robinson AuthorDate: Fri Mar 1 18:59:58 2024 -0600 [troff]: Trivially refactor (hyph flags->mode). * src/roff/troff/env.h (class environment): *

[groff] 09/21: [troff]: Make `pev` report numeric hyph mode.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 82d142f55284613bbd16a65d31df5c993fd242d0 Author: G. Branden Robinson AuthorDate: Fri Mar 1 19:24:08 2024 -0600 [troff]: Make `pev` report numeric hyph mode. * src/roff/troff/env.cpp (environment::print_env

[groff] 12/21: [troff]: Slightly refactor (unsigned r/o regs).

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 845e3f34fd01378bf0de60e942e0a061187dcd9d Author: G. Branden Robinson AuthorDate: Fri Mar 1 20:26:38 2024 -0600 [troff]: Slightly refactor (unsigned r/o regs). * src/roff/troff/env.cpp: Add support for read-only

[groff] 15/21: src/roff/troff/env.cpp: Trivially refactor.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 2d45a77e5cc53f3681766ea84cd9cc8368160898 Author: G. Branden Robinson AuthorDate: Fri Mar 1 21:35:08 2024 -0600 src/roff/troff/env.cpp: Trivially refactor. Relocate some code to avoid needing forward declarations

[groff] 11/21: man/groff.7.man: Improve page-local macros.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 7c297b31fcd603517073945ef8339fcb66539b90 Author: G. Branden Robinson AuthorDate: Sat Mar 2 00:15:36 2024 -0600 man/groff.7.man: Improve page-local macros. Prevent hyphenation of request and register names

[groff] 21/21: [troff]: Document new `hydefault` feature.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 62718e09cd435632b6d05b751205fa24fc88e79f Author: G. Branden Robinson AuthorDate: Fri Mar 1 23:42:20 2024 -0600 [troff]: Document new `hydefault` feature. * NEWS: * doc/groff.texi.in: * man/groff.7.man

[groff] 14/21: [troff]: Add `.hydefault` read-only register.

2024-03-01 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 04c737951b9b232f06598ca8586c35bc898fe42d Author: G. Branden Robinson AuthorDate: Fri Mar 1 21:26:54 2024 -0600 [troff]: Add `.hydefault` read-only register. ...storing the environment's default hyphenation

[groff] 12/28: tmac/an.tmac: Annotate macOS man URL perversity.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 1970969d85db5922cd188f475aaa295945e36b65 Author: G. Branden Robinson AuthorDate: Sun Mar 3 18:58:36 2024 -0600 tmac/an.tmac: Annotate macOS man URL perversity. I had forgotten why we couldn't just have a

[groff] 03/28: groff_diff(7): Document new `hy` behavior.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit d8919ab0ddfe58b2d8cdd9cf56a96b15b14ab6ab Author: G. Branden Robinson AuthorDate: Sat Mar 2 00:56:02 2024 -0600 groff_diff(7): Document new `hy` behavior. --- man/groff_diff.7.man | 5 + 1 file changed, 5 insertions

[groff] 07/28: tbl(1): Identify `u` and `z` modifier provenance.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 9bf547181d5c667941ff4a3e84959fdda3ad09bb Author: G. Branden Robinson AuthorDate: Sat Mar 2 20:27:42 2024 -0600 tbl(1): Identify `u` and `z` modifier provenance. They are documented as tbl features by Gehani 1986

[groff] 02/28: NEWS: Clarify item.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 264e2ef6538db4786efc4f436e0b1d9ce5204e2d Author: G. Branden Robinson AuthorDate: Sat Mar 2 21:40:37 2024 -0600 NEWS: Clarify item. --- NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/NEWS b

[groff] 10/28: tmac/doc.tmac (Xr): Fix dead store to string.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 77e079d86c36ea56fbe8f4207c546f1f05bded61 Author: G. Branden Robinson AuthorDate: Sun Mar 3 18:39:34 2024 -0600 tmac/doc.tmac (Xr): Fix dead store to string. --- ChangeLog | 4 tmac/doc.tmac | 4 +--- 2 files

[groff] 26/28: [mom]: Add make(1) dependency on "pdf.tmac".

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 58bd0826775f91c53236b33352694ae36c817413 Author: G. Branden Robinson AuthorDate: Mon Mar 4 04:04:38 2024 -0600 [mom]: Add make(1) dependency on "pdf.tmac". * contrib/mom/mom.am ($(MOMPROCESSEDEXAMPLEFI

[groff] 05/28: doc/groff.texi.in: Cover hyph pattern files more.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 06ae3443963759c263a7df93f39ab5d72d40d8e5 Author: G. Branden Robinson AuthorDate: Sun Mar 3 18:13:24 2024 -0600 doc/groff.texi.in: Cover hyph pattern files more. --- doc/groff.texi.in | 36

[groff] 15/28: tmac/an.tmac (PT): Be consistently paranoid.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit efa38b8873187fc2209d5c223e4554cef75c440a Author: G. Branden Robinson AuthorDate: Sun Mar 3 20:25:39 2024 -0600 tmac/an.tmac (PT): Be consistently paranoid. The idea of a "page ref string" (like &qu

[groff] 08/28: doc/groff.texi.in: Fix Harvard Square ms example.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 2c5f4de0135a887720836164e31633788de0d9e4 Author: G. Branden Robinson AuthorDate: Sat Mar 2 20:38:47 2024 -0600 doc/groff.texi.in: Fix Harvard Square ms example. It had drifted out of sync with doc/ms.ms

[groff] 04/28: [docs]: Clarify points of new `hydefault` feature.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 98f17458665ac098f50d82f6fee0ae50ecc66272 Author: G. Branden Robinson AuthorDate: Sun Mar 3 18:12:41 2024 -0600 [docs]: Clarify points of new `hydefault` feature. Thanks to Dave Kemper for feedback. --- doc

[groff] 01/28: NEWS: Tighten wording.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 8cf316c146533add5cccad55d14acb52c740b07d Author: G. Branden Robinson AuthorDate: Sun Mar 3 22:47:04 2024 -0600 NEWS: Tighten wording. --- NEWS | 13 ++--- 1 file changed, 6 insertions(+), 7 deletions(-) diff

[groff] 27/28: doc/GMPfront.t.in: Resync with an.tmac's `MR`.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 7705cbd5f8fb4b666954edcbbc810feff8020cbc Author: G. Branden Robinson AuthorDate: Mon Mar 4 04:24:34 2024 -0600 doc/GMPfront.t.in: Resync with an.tmac's `MR`. * doc/GMPfront.t.in: Resync `MR` replacement wit

[groff] 24/28: tmac/pdf.tmac (pdf*href): Fix excess escaping.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit cf3516bd91e552d9a8b9e4c44e34e0db86dd1ef0 Author: G. Branden Robinson AuthorDate: Mon Mar 4 06:15:36 2024 -0600 tmac/pdf.tmac (pdf*href): Fix excess escaping. * tmac/pdf.tmac (pdf*href): Do it. --- ChangeLog

[groff] 21/28: [troff]: Discard garbage from `\X` contents.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit df12c8592ee11a72d0aeace378cf4300d1a89186 Author: G. Branden Robinson AuthorDate: Mon Mar 4 01:51:13 2024 -0600 [troff]: Discard garbage from `\X` contents. [troff]: Improve encoding of *roff string contents when

[groff] 06/28: Revert "tbl(1): Document 'z' modifier as a GNU extension."

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit b93b5303ccf1b1f6f8639261b0daf4ca5d02efe0 Author: G. Branden Robinson AuthorDate: Sat Mar 2 20:17:54 2024 -0600 Revert "tbl(1): Document 'z' modifier as a GNU extension."

[groff] 09/28: groff_diff(7): Sync with our Texinfo manual.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 2edbd7301c2c7d0bca11e98b5fa98e48aea14ba2 Author: G. Branden Robinson AuthorDate: Sat Mar 2 21:44:41 2024 -0600 groff_diff(7): Sync with our Texinfo manual. --- man/groff_diff.7.man | 4 +++- 1 file changed, 3 insertions

[groff] 20/28: Revert "[troff]: Fix Savannah #64484."

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 190d01502ec8f8caab05bd3eb11ee04411c1e332 Author: G. Branden Robinson AuthorDate: Mon Mar 4 00:14:39 2024 -0600 Revert "[troff]: Fix Savannah #64484." This reverts commit 9dbf227a5b3870a19c1e6d90e5b619

[groff] 11/28: tmac/an.tmac (MR): Fix "x-man-doc" URL format.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit c8f606f8515feea21aa4706cf0456cfe645826bc Author: G. Branden Robinson AuthorDate: Sun Mar 3 18:57:12 2024 -0600 tmac/an.tmac (MR): Fix "x-man-doc" URL format. ...to include the section number again in p

[groff] 13/28: tmac/doc.tmac: Support macOS man page URL formats.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 82f41210cfaf4156da1db155a77447fcce165fe8 Author: G. Branden Robinson AuthorDate: Sun Mar 3 19:01:43 2024 -0600 tmac/doc.tmac: Support macOS man page URL formats. * tmac/doc.tmac (Xr): Support the crazy old

[groff] 17/28: [man]: Accept `MR` calls with only one argument.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit eaa4ba6c9a1c0c8ce5bd9b4dc5cc86aa09f061de Author: G. Branden Robinson AuthorDate: Sun Mar 3 21:08:48 2024 -0600 [man]: Accept `MR` calls with only one argument. * tmac/an.tmac (MR): If only one argument is present

[groff] 14/28: tmac/an.tmac (SH): Fix code style nit.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit f3944d6305faf49158dc3f7bbdaca87a761aa403 Author: G. Branden Robinson AuthorDate: Sun Mar 3 20:20:35 2024 -0600 tmac/an.tmac (SH): Fix code style nit. --- ChangeLog| 4 tmac/an.tmac | 4 ++-- 2 files changed, 6

[groff] 22/28: tmac/pdf.tmac: Fix code style nits.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 74bfec9e57df32a29ac1b2cf1e3363276bd66111 Author: G. Branden Robinson AuthorDate: Mon Mar 4 03:20:13 2024 -0600 tmac/pdf.tmac: Fix code style nits. The indentation style of this file is 3 spaces per level, and

[groff] 16/28: tmac/pdf.tmac: Suppress spurious PDFMark restarts.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 3a3190c9df222e385f0941f45bb67414ebe409e9 Author: G. Branden Robinson AuthorDate: Sun Mar 3 20:47:21 2024 -0600 tmac/pdf.tmac: Suppress spurious PDFMark restarts. * tmac/pdf.tmac: Add internal flag register `pdf

[groff] 28/28: [pdf]: Implement linear bookmark tag search.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit cd9fde325fd889f673f9603b43e1204b1fde42fc Author: G. Branden Robinson AuthorDate: Mon Mar 4 05:24:40 2024 -0600 [pdf]: Implement linear bookmark tag search. * tmac/pdf.tmac (pdf:lookup): Given an argument, search

[groff] 23/28: tmac/pdf.tmac (pdfclean): Fix missing `\}`.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 3e0557bd12a4dee4b5234c77ea13e050536524cf Author: G. Branden Robinson AuthorDate: Mon Mar 4 03:22:18 2024 -0600 tmac/pdf.tmac (pdfclean): Fix missing `\}`. * tmac/pdf.tmac (pdfclean): Fix missing closing brace

[groff] 18/28: [man]: Add `an*bookmark-base-level` register.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 5fbc22d022c07f517bc83aa9b8c97ea5536efd18 Author: G. Branden Robinson AuthorDate: Sun Mar 3 23:57:38 2024 -0600 [man]: Add `an*bookmark-base-level` register. * tmac/an.tmac: Add experimental feature to support

[groff] 25/28: contrib/mom/ChangeLog: Tweak ChangeLog format.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit fca87307fe7193721006cc1667c784111b92db3e Author: G. Branden Robinson AuthorDate: Mon Mar 4 04:04:03 2024 -0600 contrib/mom/ChangeLog: Tweak ChangeLog format. ...to align with the rest of the file (and GNU Coding

[groff] 19/28: tmac/pdf.tmac: Drop commented-out code.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 596507962a9a01573fbb248b689d0db0606fb6c6 Author: G. Branden Robinson AuthorDate: Sun Mar 3 23:59:54 2024 -0600 tmac/pdf.tmac: Drop commented-out code. --- tmac/pdf.tmac | 1 - 1 file changed, 1 deletion(-) diff --git a

[groff] 01/02: ChangeLog: Clarify item.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 4dfbb4b79b4765150b67548e4790eae0ff57e9a3 Author: G. Branden Robinson AuthorDate: Mon Mar 4 15:33:40 2024 -0600 ChangeLog: Clarify item. --- ChangeLog | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

[groff] 02/02: [pdf]: Fix (harmless?) `ie`/`if` thinko.

2024-03-04 Thread G. Branden Robinson
gbranden pushed a commit to branch master in repository groff. commit 07ae5e16add548a5a481c9c9c2bbf139d4160fbe Author: G. Branden Robinson AuthorDate: Mon Mar 4 16:27:17 2024 -0600 [pdf]: Fix (harmless?) `ie`/`if` thinko. * tmac/pdf.tmac (pdf*href): Fix (harmless?) `ie`/`if` thinko

  1   2   3   4   5   6   7   8   9   10   >