mandoc: always give commas their own <mo> element, suggested by
2017-07-14 18:18 UTC
mandoc: The .Dd and .TH macros must interrupt .ce, too; fixing tree
2017-07-14 17:16 UTC
mandoc: Explicitly initialize a variable where the compiler is
2017-07-14 16:50 UTC
mandoc: Fix an assertion failure triggered by print_otag("sw+-l", NULL)
2017-07-14 16:29 UTC
mandoc: Handle .Bl -compact via CSS rather than writing individual style
2017-07-14 16:07 UTC
mandoc: print HTML character references as 4+ digits hexadecimal, like
2017-07-14 15:57 UTC
mandoc: do not print <math class="eqn"><mrow></mrow></math> for empty
2017-07-14 13:33 UTC
mandoc: eqn(7) nits from bentley@
2017-07-14 12:49 UTC
mandoc: eqn(7) .EQ has to break man(7) next-line scope, or tree
2017-07-13 15:13 UTC
mandoc: Simplify by creating struct roff_node syntax tree nodes for
2017-07-08 17:53 UTC
mandoc: fix an assertion failure triggered by .ce in next-line scope;
2017-07-08 15:28 UTC
mandoc: 1
2017-07-08 14:51 UTC
mandoc: Correctly handle horizontal spans at the beginning of rows,
2017-07-08 13:43 UTC
mandoc: garbage collect unused enum member EQN_ROOT
2017-07-07 19:40 UTC
mandoc: add parentheses to the output where required for disambiguation
2017-07-07 19:07 UTC
mandoc: simplify the eqn_box_makebinary() function by removing the
2017-07-07 17:16 UTC
mandoc: Radically simplify the definitions what the message levels ERROR
2017-07-07 16:21 UTC
mandoc: Now that we have the -Wstyle message level, downgrade six
2017-07-06 23:00 UTC
mandoc: Fix operator precedence according to Brian W
2017-07-06 0:20 UTC
mandoc: The EQN_LISTONE box type is pointless
2017-07-05 15:03 UTC
mandoc: nits about trailing punctuation found with mandoc -Tlint
2017-07-05 12:25 UTC
mandoc: various nits found with mandoc -Tlint
2017-07-04 23:40 UTC
mandoc: Fix handling of \} on roff request lines
2017-07-04 22:52 UTC
mandoc: It turns out association of tbl spans with layout rows is
2017-07-04 21:08 UTC
mandoc: adjust to today's change of the OpenBSD groff port
2017-07-04 21:01 UTC
mandoc: Messages of the -Wbase level now print STYLE:
2017-07-04 15:27 UTC
mandoc: Printing "BASE:" in messages about violations of base system
2017-07-04 14:41 UTC
mandoc: report trailing delimiters after macros where they are usually a
2017-07-03 17:33 UTC
mandoc: warn about time machines; suggested by Thomas Klausner <wiz @
2017-07-03 13:40 UTC
mandoc: If a single page references the same non-existent manual more
2017-07-02 21:19 UTC
mandoc: add warning "cross reference to self"; inspired by mdoclint
2017-07-02 15:32 UTC
mandoc: When checking cross references with -Tlint, ultimately fall back
2017-07-01 12:54 UTC
mandoc: When checking the validity of cross references with -Tlint,
2017-07-01 12:03 UTC
mandoc: Basic reporting of .Xrs to manual pages that don't exist in the
2017-07-01 9:48 UTC
mandoc: Skip whitespace at the beginning of eqn(7) nodes, in particular
2017-06-29 16:31 UTC
mandoc: warn about some non-portable idioms in .Bl -column; triggered by
2017-06-29 15:22 UTC
mandoc: Clarify that .Ta as a line macro is a portability problem, even
2017-06-29 13:17 UTC
docbook2mdoc: Do not use .Aq for XML tags; from bentley@
2017-06-29 12:12 UTC
mandoc: fix incomplete handling of roff(7) nodes in man(7) block
2017-06-28 12:53 UTC
mandoc: Rewrite half of this, i was completely unaware how bad it was
2017-06-28 1:00 UTC
mandoc: test inter-column spacing
2017-06-27 19:52 UTC
mandoc: Implement spacing of columns as defined in the table layout;
2017-06-27 18:25 UTC
mandoc: warn about .Ns macros that have no effect because they are
2017-06-27 12:18 UTC
mandoc: catch up with the recent eqn(7) improvements
2017-06-26 20:12 UTC
mandoc: Complete rewrite of the lexer in a single function with four
2017-06-26 20:09 UTC
mandoc: when splitting a composite word, do not forget to close the
2017-06-26 11:05 UTC
mandoc: Catch typos in .Sh names; suggested by jmc@
2017-06-25 17:44 UTC
mandoc: test new MT macro
2017-06-25 14:09 UTC
mandoc: cope with changes in BASE messages
2017-06-25 12:54 UTC
mandoc: add support for the MT and ME mailto macros, used for example in
2017-06-25 11:46 UTC
mandoc: add support for the MT and ME mailto macros, used for example in
2017-06-25 11:42 UTC
mandoc: delete useless .Ns macro that jmc@ found with mdoclint(1)
2017-06-24 21:09 UTC
mandoc: document message "unknown architecture"
2017-06-24 19:07 UTC
mandoc: operating system dependent message about unknown architecture;
2017-06-24 18:59 UTC
mandoc: delete old, undocumented, obsolete section names that nobody
2017-06-24 17:37 UTC
mandoc: in the base system, suggest leaving .Os blank; inspired by
2017-06-24 16:00 UTC
mandoc: Split -Wstyle into -Wstyle and the even lower -Wbase, and add
2017-06-24 14:39 UTC
mandoc: Delete .St -p1003.1-2013
2017-06-24 13:49 UTC
mandoc: Consistently treat character escape sequences as operators, not
2017-06-23 23:00 UTC
mandoc: eqn(1) output operator translation
2017-06-23 22:20 UTC
mandoc: splitting a text box sometimes requires wrapping it in a list
2017-06-23 21:05 UTC
mdocml: Stop using "mdocml" as an official name
2017-06-23 15:58 UTC
mdocml: Write text boxes as <mi>, <mn>, or <mo> as appropriate, and
2017-06-23 2:32 UTC
mdocml: Simplify font handling: 1
2017-06-23 0:31 UTC
mdocml: Fix font selection for text boxes in the terminal formatter
2017-06-22 0:30 UTC
mdocml: Outside explicit font context, give every letter its own box
2017-06-21 20:51 UTC
mdocml: quoted words are not parsed for defined keys
2017-06-21 18:38 UTC
mdocml: Recognize well-known functions names (the same that Heirloom
2017-06-21 18:05 UTC
mdocml: KNF: remove parentheses from switch case labels; no binary
2017-06-20 17:25 UTC
mdocml: Fix a regression in the previous revision: When there is no link
2017-06-19 12:57 UTC
mdocml: Implement appending to standard man(7) and mdoc(7) macros with
2017-06-18 17:36 UTC
mdocml: style message about duplicate RCS ids; inspired by mdoclint
2017-06-17 23:07 UTC
mdocml: style message about missing RCS ids; inspired by mdoclint
2017-06-17 22:46 UTC
mdocml: if .in is used inside the .TP head, it's always relative
2017-06-17 16:47 UTC
mdocml: tables leak tab settings to subsequent text
2017-06-17 14:56 UTC
mdocml: correct handling of blank lines after \c
2017-06-17 13:06 UTC
mdocml: properly set the default indentation such that even pages
2017-06-17 1:27 UTC
mdocml: Multiple tbl(7) improvements: * Do not discard data that lacks a
2017-06-16 20:01 UTC
mdocml: round default width of tbl(7) text blocks in the same way as
2017-06-15 0:27 UTC
mdocml: implement so-called absolute horizontal motion: \h'|...', used
2017-06-14 23:24 UTC
mdocml: Naive implementation of the roff(7) .po (page offset) request
2017-06-14 22:51 UTC
mdocml: add the \(ru (0.5m baseline ruler) character escape sequence,
2017-06-14 20:57 UTC
mdocml: simple implementation of the roff(7) .als (macro alias) request,
2017-06-14 19:39 UTC
mdocml: let \l use the right fill character
2017-06-14 18:23 UTC
mdocml: improve rounding rules for scaling units in horizontal
2017-06-14 17:51 UTC
mdocml: harmless, but weird typo; found with afterstep_faq(1)
2017-06-14 14:24 UTC
mdocml: implement the roff(7) d (macro or string defined) conditional
2017-06-14 14:02 UTC
mdocml: implement roff(7) .rj (right justify) request
2017-06-14 13:01 UTC
mdocml: implement the roff(7) \p (break output line) escape sequence
2017-06-14 1:31 UTC
mdocml: Partial support for the \n[an-margin] number register
2017-06-13 19:34 UTC
mdocml: If the layout is empty except for requesting a left vertical
2017-06-13 16:12 UTC
mdocml: Delete the arbitrary range restriction for -Owidth
2017-06-13 15:07 UTC
mdocml: fix the interaction of the allbox option with spanned cells in
2017-06-13 14:39 UTC
mdocml: Explicitly ignore .br, .ce, and .sp inside tbl(7) text blocks
2017-06-13 13:51 UTC
mdocml: test the new allbox and wrapping features
2017-06-12 22:50 UTC
mdocml: Two minor fixes for the "allbox" modifier: 1
2017-06-12 22:49 UTC
mdocml: If a tbl(7) layout contains a 'w' (minimum width) modifier for a
2017-06-12 22:06 UTC
mdocml: implement the tbl(7) "allbox" option; used for example by
2017-06-12 20:45 UTC
mdocml: fix column width calculation for text block cells
2017-06-12 20:14 UTC
mdocml: Implement automatic line breaking inside individual table cells
2017-06-12 19:05 UTC
mdocml: ooops, fix a glitch in the previous commit
2017-06-11 20:03 UTC
mdocml: Style message about legacy man(7) date format in mdoc(7)
2017-06-11 19:46 UTC
mdocml: style message about missing .Fn markup; inspired by mdoclint
2017-06-11 17:17 UTC
mdocml: Do not issue the message "no blank before trailing delimiter"
2017-06-11 14:24 UTC
mdocml: add forgotten file
2017-06-11 14:23 UTC
mdocml: fix order of messages
2017-06-11 14:20 UTC
mdocml: Reduce false positives for the "no blank before trailing
2017-06-10 16:54 UTC
mdocml: minor markup simplifications
2017-06-10 16:32 UTC
mdocml: style message about missing blank before trailing delimiter;
2017-06-10 1:49 UTC
mdocml: do not break the line between Bsx/Bx/Fx/Nx/Ox/Dx and its
2017-06-10 1:29 UTC
mdocml: Properly reinitialize roffce_node between parses, or this may
2017-06-08 19:36 UTC
mdocml: Implement w layout specifier (minimum column width)
2017-06-08 18:11 UTC
mdocml: make the internal a2roffsu() interface more powerful by
2017-06-08 12:55 UTC
mdocml: warning about unknown .Lb arguments; inspired by mdoclint(1)
2017-06-08 0:23 UTC
mdocml: style checks related to .Er; inspired by mdoclint(1)
2017-06-07 23:30 UTC
mdocml: Also catch "new sentence, new line" if there are three blanks
2017-06-07 20:59 UTC
mdocml: Make "new sentence, new line" detection stricter: Also catch
2017-06-07 20:31 UTC
mdocml: Prepare the terminal driver for filling multiple columns in
2017-06-07 20:01 UTC
mdocml: Prepare the terminal driver for filling multiple columns in
2017-06-07 17:38 UTC
mdocml: The \h escape sequence provides another method for moving
2017-06-07 2:14 UTC
mdocml: Implement the roff(7) .rn (rename macro or string) request
2017-06-07 0:51 UTC
mdocml: document the new .ce implementation
2017-06-06 15:04 UTC
mdocml: Minimal implementation of the roff(7) .ce request (center a
2017-06-06 15:01 UTC
mdocml: Implement the roff(7) .mc (right margin character) request
2017-06-04 22:44 UTC
mdocml: Make term_flushln() simpler and more robust: Eliminate the
2017-06-04 18:51 UTC
mdocml: Pure preprocessor implementation of the roff(7) .ec and .eo
2017-06-04 0:13 UTC
mdocml: ignore blank lines in man(7) next line scope; strange groff edge
2017-06-03 15:55 UTC
mdocml: enable -Wstyle by default in -Tlint; OK jmc@
2017-06-03 12:17 UTC
mdocml: Partial implementation of \h (horizontal line drawing function)
2017-06-02 19:21 UTC
mdocml: add about 15 missing character escape sequences found in
2017-06-02 12:44 UTC
mdocml: Minimal implementation of the \h (horizontal motion) escape
2017-06-01 19:05 UTC
mdocml: STYLE message about full stop at the end of .Nd; inspired by
2017-06-01 15:26 UTC
mdocml: STYLE message about missing use of Ox/Nx/Fx/Dx; OK jmc@ wiz@
2017-05-31 15:31 UTC
mdocml: tweak previous; from jmc@
2017-05-30 20:26 UTC
mdocml: STYLE message about useless macros we don't want (Bt Tn Ud);
2017-05-30 19:31 UTC
mdocml: fix formatting of intermediate punctuation in .Lk
2017-05-30 16:31 UTC
mdocml: Macro argument quoting does not prevent recognition of
2017-05-30 16:23 UTC
mdocml: Use [ rather than [[ for portability, in particular since it
2017-05-18 14:46 UTC
mdocml: Delete the -T xhtml command line option
2017-05-17 23:40 UTC
mdocml: Fix documentation bug: man(1) does not ignore manpath
2017-05-17 23:23 UTC
mdocml: Modernize an example showing antiquated syntax, and delete an
2017-05-17 23:21 UTC
mdocml: missing space between macro arg and punctuation; from jmc@
2017-05-17 22:44 UTC
mdocml: Never create empty databases
2017-05-17 22:27 UTC
mdocml: Do not warn if a database file does not exist because that is
2017-05-17 21:20 UTC
mdocml: Delete pointless width calculation for SYNOPSIS .Nm block heads
2017-05-17 17:55 UTC
mdocml: Introduce a new mandoc(1) message level, -W style, below -W
2017-05-16 19:07 UTC
mdocml: warn about punctuation between .Xr and .Rs in SEE ALSO; inspired
2017-05-14 14:01 UTC
mdocml: Tweak previous: tb@ noticed that some browser/font combinations
2017-05-14 12:27 UTC
mdocml: Make the tag column in .Bl -tag lists wider: 1
2017-05-12 17:58 UTC
mdocml: Trailing \c suppresses the output line break even if the next
2017-05-09 14:10 UTC
mdocml: Line-breaking roff(7) requests also break man(7) next-line
2017-05-08 20:34 UTC
mdocml: Basic implementation of the roff(7) .ti (temporary indent)
2017-05-08 15:35 UTC
mdocml: Convert REQUEST REFERENCE from using .Ss to .Bl -tag, allowing
2017-05-08 3:55 UTC
mdocml: implement .DT in terms of .ta; needed for print/ghostview, for
2017-05-07 21:45 UTC
mdocml: Basic implementation of the roff(7) .ta (define tab stops)
2017-05-07 17:32 UTC
mdocml: Shorten the description of .sp and move it to roff(7)
2017-05-05 15:55 UTC
mdocml: Move .sp to the roff modules
2017-05-05 15:18 UTC
mdocml: move .ll to the roff modules
2017-05-05 13:18 UTC
mdocml: Clean up docs after today's .br and .ft code cleanup; simpler
2017-05-05 2:32 UTC
mdocml: Move handling of the roff(7) .ft request from the man(7)
2017-05-05 2:06 UTC
mdocml: Start roff formatter modules for HTML and termininal output,
2017-05-04 22:16 UTC
mdocml: Parser reorg: Generate the first node on the roff level: .br
2017-05-04 17:49 UTC
mdocml: A few days ago, a patch from <G dot Branden dot Robinson at
2017-05-01 23:28 UTC
mdocml: When trying to expand some columns in a table where the sum of
2017-05-01 20:55 UTC
mdocml: Parser unification: use nice ohashes for all three request and
2017-04-29 12:46 UTC
mdocml: Delete .Pp right before the first .Sh and right before any .Ss,
2017-04-28 16:25 UTC
mdocml: ASCII characters that are special to roff
2017-04-27 17:08 UTC
mdocml: Delete the manpage(1) utility
2017-04-24 23:32 UTC
mdocml: Continue parser unification: * Make enum rofft an internal
2017-04-24 23:06 UTC
mdocml: More thoroughly reject direct access to unintended files, such
2017-04-19 1:00 UTC
mdocml: Now that global -i is gone, pass -i through to the apropos(1)
2017-04-18 16:01 UTC
mdocml: Delete the undocumented and unimplemented man(1) -i (interactive
2017-04-18 15:27 UTC
mdocml: The apropos(1) manual still documents the unary -i operator for
2017-04-18 15:07 UTC
mdocml: Fix previous: i forgot explicit NUL termination; noticed by
2017-04-18 13:58 UTC
mdocml: Restore -kO Nd, -kO Nm, -kO sec, and -kO arch to working order
2017-04-17 20:05 UTC
mdocml: adjust tests to recent .Lk improvements
2017-04-17 13:38 UTC
mdocml: implement display of long .Lk URIs to match -Tascii
2017-04-17 13:27 UTC
mdocml: Fix handling of trailing punctuation in .Lk
2017-04-17 12:53 UTC
mdocml: Show long .Lk URIs in like an indented display, similar to
2017-04-14 19:35 UTC
mdocml: Do not make the colon after the .Lk link text italic
2017-04-14 18:25 UTC
mdocml: delete documentation of some stuff that no longer exists, mostly
2017-03-30 22:22 UTC
mdocml: simplify the SYNOPSIS as well, just like the option lists;
2017-03-27 18:52 UTC
mdocml: For some options that are rarely needed in mandoc(1), delete the
2017-03-27 15:17 UTC
mdocml: Simplify: mention at one place that -fkl override each other,
2017-03-27 14:41 UTC
mdocml: For some options that are rarely needed in apropos(1) and
2017-03-25 12:47 UTC
mdocml: simplify description of -S and -w, point from EXIT STATUS to
2017-03-22 13:32 UTC
mdocml: simplify .Nd; to display manuals, use man(1) instead; OK jmc@
2017-03-21 18:26 UTC
mdocml: delete documentation of a hack that was removed years ago
2017-03-21 18:06 UTC
mdocml: Silently ignore invalid -m input formats rather than erroring
2017-03-20 14:32 UTC
mdocml: minor issues found with mandoc -Tlint
2017-03-18 19:56 UTC
mdocml: Correct description of MANPATH, and a few more improvements to
2017-03-18 19:51 UTC
mdocml: Simplify: write HTTP 303 redirects with relative locations
2017-03-18 16:48 UTC
mdocml: Bugfix: use SCRIPT_NAME for .Xr hyperlinks
2017-03-18 16:19 UTC
mdocml: Document man(1) section selection priority, and correct
2017-03-17 17:25 UTC
mdocml: Update HISTORY and AUTHORS: we no longer use SQLite
2017-03-17 12:57 UTC
mdocml: Fix regression in mdoc_html.c 1.275, man_html 1.134: For .Sh,
2017-03-17 12:10 UTC
mdocml: In URIs in apropos(1) result tables, only write the manpath if
2017-03-15 13:50 UTC
mdocml: Mention the manual page name and section in the HTML page
2017-03-15 13:19 UTC
mdocml: Minimal support for deep linking into man(7) pages
2017-03-15 11:30 UTC
mdocml: It's annoying that people keep writing URIs including redundant
2017-03-15 10:17 UTC
page: next (older) | prev (newer) | latest
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).