source@mandoc.bsd.lv
 help / color / mirror / Atom feed
mandoc: Wrap text and phrasing elements in paragraphs unless already
 2019-09-03 18:08 UTC 

mandoc: Format .Nd with more logically with <span> rather than <div>;
 2019-09-03 15:10 UTC 

mandoc: oops, fix use after free in previous
 2019-09-03 12:31 UTC 

mandoc: delete the TAG_IDIV crutch, which is no longer used
 2019-09-01 15:12 UTC 

mandoc: In the HTML formatter, assert(3) that no HTML nesting violation
 2019-08-29 17:58 UTC 

mandoc: minor sync of the inline stylesheet with mandoc.css: delete
 2019-08-02 17:06 UTC 

mandoc: Simplification, no functional change: Delete the "argc" argument
 2019-07-28 19:41 UTC 

mandoc: There is no point in pledge(2)ing literally the same list twice,
 2019-07-28 18:36 UTC 

mandoc: In man(1) mode, do the search for each name independently, and
 2019-07-28 18:23 UTC 

mandoc: Improve structure, no functional change: Unify code to process
 2019-07-28 13:13 UTC 

mandoc: Move two more output state variables into the new struct
 2019-07-27 13:41 UTC 

mandoc: Cleanup, no functional change: For clarity, stop storing the
 2019-07-26 23:12 UTC 

mandoc: Structural cleanup, no functional change: Mixing parser and
 2019-07-26 21:03 UTC 

mandoc: Structural cleanup, no functional change: Move process group
 2019-07-26 18:02 UTC 

mandoc: tagging support for .TP and .TQ; try e.g
 2019-07-23 17:54 UTC 

mandoc: Slowly start implementing tagging support for man(7) pages, even
 2019-07-22  3:22 UTC 

mandoc: If no tags were generated at all, unlink(2) the empty tags file
 2019-07-19 20:27 UTC 

mandoc: new test for an empty text block; from rea@ via bapt@ (FreeBSD)
 2019-07-18 14:43 UTC 

mandoc: don't print the final heads-up about messages when a search did
 2019-07-15 21:41 UTC 

mandoc: explain escaping of end-of-sentence characters; missing info
 2019-07-15 19:21 UTC 

mandoc: If messages are shown and output is printed without a pager,
 2019-07-14 18:16 UTC 

mandoc: When parsing a tab character that is not preceded by a space
 2019-07-11 17:06 UTC 

mandoc: Some time ago, i simplified mandoc_msg() such that it can be
 2019-07-10 19:39 UTC 

mandoc: in man.cgi(8), disable -O toc by default; requested by deraadt@
 2019-07-10 12:49 UTC 

mandoc: The non-standard .EX/.EE macro pair was invented for Version 9
 2019-07-09  3:47 UTC 

mandoc: prevent mandoc from segfaulting if /tmp is not writable; patch
 2019-07-06 20:05 UTC 

mandoc: use the standard spelling of the word "idiosyncrasy"; suggested
 2019-07-01 23:30 UTC 

mandoc: delete trailing whitespace and space-tab sequences; no code
 2019-07-01 22:56 UTC 

mandoc: Fix mandoc_normdate() and the way it is used
 2019-06-27 15:08 UTC 

mandoc: Improve "man -h" output
 2019-06-27 12:20 UTC 

mandoc: Do not access a NULL pointer if a table contains a horizontal
 2019-06-11 16:04 UTC 

mandoc: Explicitly state that the cases in the inner switch in
 2019-06-03 20:24 UTC 

mandoc: Initialize the local variable "lastln" in mparse_buf_r()
 2019-06-03 19:58 UTC 

mandoc: Initialize the local variable "act" in print_mdoc_node()
 2019-06-03 19:51 UTC 

mandoc: Support prefers-color-scheme: dark
 2019-06-02 16:57 UTC 

mandoc: use proper crossreference; patch from naddy@
 2019-05-26  1:28 UTC 

docbook2mdoc: TODO: generate better .Sx lines
 2019-05-23 17:07 UTC 

mandoc: Do not print the style message "missing date" when the date is
 2019-05-21  8:04 UTC 

mandoc: socppc makes an extended visit to the bigbucket; patch from
 2019-05-21  7:52 UTC 

docbook2mdoc: When rendering XML entities, skip escaping in
 2019-05-20 20:08 UTC 

docbook2mdoc: support hexadecimal character entities; patch from Hiltjo
 2019-05-07 23:42 UTC 

mandoc: avoid duplicate "bad argument" error message, also shortening
 2019-05-03 18:40 UTC 

mandoc: when processing unknown output options, prevent passing NULL to
 2019-05-03 18:24 UTC 

mandoc: Enter dangling .so links into the database, to avoid harassing
 2019-05-03 18:17 UTC 

mandoc: In fs_lookup(), use stat(2) rather than access(2) to check file
 2019-05-03 17:31 UTC 

mandoc: In man(1) mode with a specific section requested, try harder to
 2019-05-03 16:15 UTC 

mandoc: In man(1) mode, when the first argument starts with a digit,
 2019-05-03  9:39 UTC 

docbook2mdoc: version 1.1.0
 2019-05-02 13:33 UTC 

docbook2mdoc: end of sentence detection
 2019-05-02 12:41 UTC 

docbook2mdoc: ignore <jobtitle> and <orgdiv>
 2019-05-02 11:58 UTC 

docbook2mdoc: Yet more whitespace improvements: * Do not forcefully
 2019-05-02  4:16 UTC 

docbook2mdoc: When moving the last word of a text node into its own node
 2019-05-02  4:09 UTC 

docbook2mdoc: More whitespace improvements: * Skip XML line breaks right
 2019-05-01 17:21 UTC 

docbook2mdoc: In no-fill context, do not break the output line when a
 2019-05-01 15:06 UTC 

docbook2mdoc: handle <funcparams> inside <paramdef> inside
 2019-05-01 12:52 UTC 

docbook2mdoc: print commas between Copyright years
 2019-05-01 11:34 UTC 

docbook2mdoc: drop trailing parentheses in <function> elements
 2019-05-01 11:04 UTC 

docbook2mdoc: Specifying "-" to mean "use standard input" isn't actually
 2019-05-01  9:14 UTC 

docbook2mdoc: provide an -s command line option to override the section
 2019-05-01  9:02 UTC 

docbook2mdoc: write a comment "automatically generated" at the beginning
 2019-05-01  7:14 UTC 

mandoc: In man(1) mode, i.e
 2019-04-30 18:52 UTC 

mandoc: In HTML output, allow switching the desired font for subsequent
 2019-04-30 15:53 UTC 

mandoc: improve the description of the message "blank line in fill
 2019-04-30 11:48 UTC 

docbook2mdoc: version 1.0.2
 2019-04-29 11:14 UTC 

docbook2mdoc: explicitly ignore <keycombo> CVS
 2019-04-29  2:01 UTC 

docbook2mdoc: Parse <abstract> and treat it like a <section>; when it
 2019-04-28 20:27 UTC 

docbook2mdoc: move reshuffling of document info and meta nodes to the
 2019-04-28 19:59 UTC 

docbook2mdoc: move default section titles to the reorg module
 2019-04-28 19:05 UTC 

docbook2mdoc: Start a reorg module, to edit and move around nodes
 2019-04-28 17:11 UTC 

docbook2mdoc: Start a reorg module, to edit and move around nodes
 2019-04-28 17:10 UTC 

docbook2mdoc: provide a simple function to generate a text node
 2019-04-28 15:32 UTC 

docbook2mdoc: In this program, there is never a need to survive memory
 2019-04-28 15:03 UTC 

docbook2mdoc: Make <reference> an alias for <section>
 2019-04-25 17:58 UTC 

docbook2mdoc: version 1.0.1
 2019-04-24 18:52 UTC 

docbook2mdoc: Remove some needless output line breaks between text
 2019-04-24 18:38 UTC 

docbook2mdoc: preserve line breaks in no-fill elements even when lines
 2019-04-24 15:20 UTC 

docbook2mdoc: keep consecutive text nodes together in macro arguments
 2019-04-24 14:57 UTC 

docbook2mdoc: request a paragraph break after displays and after
 2019-04-24 14:03 UTC 

mandoc: clarify the difference between .Cm and .Ic; triggered by a
 2019-04-24 13:15 UTC 

docbook2mdoc: handle <info> like <refentryinfo> inside the document
 2019-04-23 22:25 UTC 

docbook2mdoc: keep together consecutive text nodes inside macro
 2019-04-23 21:10 UTC 

mandoc: clarify how .%P is conventionally used; triggered by a question
 2019-04-23 18:46 UTC 

mandoc: add missing "pp." to .%P macro; reported by Fabio Scotoni <fabio
 2019-04-23 17:58 UTC 

docbook2mdoc: handle file inclusion via "<!ENTITY %"
 2019-04-23 15:47 UTC 

docbook2mdoc: translate decimal character entities to Unicode escapes
 2019-04-23 14:02 UTC 

mandoc: issues found by Jan Stary in groffer(1) version 1.19
 2019-04-23 11:43 UTC 

mandoc: When calling an empty macro, do not clobber existing arguments
 2019-04-21 23:51 UTC 

mandoc: Implement the roff .break request (break out of a .while loop)
 2019-04-21 22:49 UTC 

docbook2mdoc: When <term> contains a macro-generating element, the
 2019-04-21 15:24 UTC 

docbook2mdoc: Implement <void> child of <funcprototype>
 2019-04-21 14:48 UTC 

docbook2mdoc: do not crash by trying to insert an attribute into a
 2019-04-20  4:15 UTC 

docbook2mdoc: release 1.0.0
 2019-04-17 18:46 UTC 

docbook2mdoc: translate <productname> to .Sy
 2019-04-16 21:21 UTC 

docbook2mdoc: treat <sect3> and <sect4> like <section>
 2019-04-16 21:20 UTC 

docbook2mdoc: preserve leading whitespace in no-fill mode
 2019-04-16 14:58 UTC 

docbook2mdoc: Reorganize printing of .Pp macro lines, much improved
 2019-04-16 14:26 UTC 

docbook2mdoc: Minimal translation of <xref> to .Sx
 2019-04-15 19:15 UTC 

docbook2mdoc: The <olink> element is woefully underspecified, so the
 2019-04-15  0:34 UTC 

docbook2mdoc: bugfix: closing quote was missing in macro_addarg()
 2019-04-14 23:59 UTC 

docbook2mdoc: ignore <quote> around <filename>
 2019-04-14 23:07 UTC 

docbook2mdoc: Rudimentary implementation of <imagedata> by printing the
 2019-04-14 22:38 UTC 

docbook2mdoc: The is no perfect way to render <footnote> in mdoc(7)
 2019-04-14 21:11 UTC 

docbook2mdoc: render <superscript> and <subscript> with \(ha and _
 2019-04-14 20:13 UTC 

docbook2mdoc: do not emit .Em or .Fl right before another macro
 2019-04-14 19:30 UTC 

docbook2mdoc: avoid overquoting when <literal> is nested inside <quote>
 2019-04-14 18:29 UTC 

docbook2mdoc: Minor improvements to the handling of some
 2019-04-14 18:08 UTC 

docbook2mdoc: Parse internal subset declarations in <!DOCTYPE> tags as
 2019-04-14 16:27 UTC 

docbook2mdoc: Make <sbr> self-closing even without a trailing slash
 2019-04-14 15:00 UTC 

docbook2mdoc: Minor improvements for some inline elements: * New aliases
 2019-04-14 14:00 UTC 

docbook2mdoc: Relax child macro escaping: * No escaping needed in
 2019-04-14 12:59 UTC 

docbook2mdoc: Move content from <bookinfo>, <articleinfo>,
 2019-04-14 12:39 UTC 

docbook2mdoc: rudimentary implementation of <systemitem>
 2019-04-13 15:55 UTC 

docbook2mdoc: Improve formatting of <arg> and <group>: * Respect the
 2019-04-13 15:14 UTC 

docbook2mdoc: Improve the proplogue: * Use <pubdate> or <date> for .Dd
 2019-04-13 13:07 UTC 

docbook2mdoc: Author node polishing: * In the AUTHORS section, set
 2019-04-12 21:37 UTC 

docbook2mdoc: Implement lint and tree dump output modes
 2019-04-12 19:15 UTC 

docbook2mdoc: Infrastructure to access node properties that can be used
 2019-04-12 16:41 UTC 

docbook2mdoc: Finally get rid of the "sv" variable in pnode_print()
 2019-04-12 12:07 UTC 

docbook2mdoc: There is no need to ever use the eqn(7) inline syntax
 2019-04-12 11:37 UTC 

docbook2mdoc: Clean up the <refnamediv> mess to get rid of the worst
 2019-04-12 11:20 UTC 

docbook2mdoc: Improve <link linkend="..."> formatting
 2019-04-12 10:35 UTC 

docbook2mdoc: Fix an assertion failure when content inside a term causes
 2019-04-12  9:39 UTC 

docbook2mdoc: another case of incomplete escaping: element space dot
 2019-04-12  9:02 UTC 

docbook2mdoc: Move escaping of control characters and backslashes on
 2019-04-12  8:48 UTC 

docbook2mdoc: If a text node precedes a non-text node without
 2019-04-12  7:53 UTC 

docbook2mdoc: handle <computeroutput> and <markup>; patch from Stephen
 2019-04-12  7:05 UTC 

docbook2mdoc: If a text node follows a non-text node without intervening
 2019-04-12  6:47 UTC 

docbook2mdoc: New function pnode_alloc() to reduce code duplication
 2019-04-12  4:39 UTC 

docbook2mdoc: Do not include literal linefeed characters in text nodes;
 2019-04-12  4:17 UTC 

docbook2mdoc: Outside <funcprototype>, format <paramdef> and <parameter>
 2019-04-12  3:38 UTC 

docbook2mdoc: Introduce FMT_* formatter flags to control what can be
 2019-04-11  4:23 UTC 

docbook2mdoc: Last instance of conistent "struct pnode *nc, *nn"
 2019-04-10 14:38 UTC 

docbook2mdoc: Last instance of consistent "struct parse *p" function
 2019-04-10 14:34 UTC 

docbook2mdoc: Consitently use for function arguments: struct parse *p,
 2019-04-10 14:23 UTC 

docbook2mdoc: update content in many respects
 2019-04-09 16:57 UTC 

docbook2mdoc: switch to mandoc(1)-style EXIT STATUS and DIAGNOSTICS
 2019-04-09 15:24 UTC 

docbook2mdoc: Fix a logic bug causing tree corruption: When parsing an
 2019-04-09 13:35 UTC 

docbook2mdoc: Fix a logic bug and a memory leak: After parsing an
 2019-04-09 12:24 UTC 

docbook2mdoc: implement file inclusion via <xi:include>
 2019-04-09  1:39 UTC 

docbook2mdoc: implement file inclusion via the ENTITY SYSTEM mechanism
 2019-04-08 23:40 UTC 

docbook2mdoc: Make the function parse_file() fit for recursion: * Save
 2019-04-08 22:48 UTC 

docbook2mdoc: Handle DOCTYPE declarations containing ENTITY definitions
 2019-04-08 14:38 UTC 

docbook2mdoc: handle <appendix>, <article>, <book>, and <legalnotice>
 2019-04-07 19:33 UTC 

docbook2mdoc: handle glossaries just like variablelists
 2019-04-07 18:52 UTC 

docbook2mdoc: render <blockquote> as .Bd -ragged -offset indent
 2019-04-07 17:55 UTC 

docbook2mdoc: do not access null pointers when the document element is
 2019-04-07 17:43 UTC 

docbook2mdoc: Discard attributes of ignored elements
 2019-04-07 17:39 UTC 

docbook2mdoc: better handling of <link> and <ulink> elements including
 2019-04-07 17:01 UTC 

docbook2mdoc: some nodes never continue an existing macro line
 2019-04-07 15:07 UTC 

docbook2mdoc: handle preceding a macro without intervening whitespace
 2019-04-07 14:49 UTC 

docbook2mdoc: Move printing of text nodes out of pnode_print() into a
 2019-04-07 13:16 UTC 

docbook2mdoc: Store the information whether a node is preceded by
 2019-04-06 22:38 UTC 

docbook2mdoc: treat <simpara> just like <para>; simplified version of a
 2019-04-06 13:46 UTC 

docbook2mdoc: update the instructions for adding elements; triggered by
 2019-04-06 13:30 UTC 

docbook2mdoc: Split parse_file() into parse_file() to fill the parse
 2019-04-05 14:38 UTC 

docbook2mdoc: rudimentary implementation of <simplelist>
 2019-04-03 18:53 UTC 

docbook2mdoc: Various in-line elements: Translate <errorname> to .Er
 2019-04-03 17:53 UTC 

docbook2mdoc: do not abort(3) when there is more than one <refmeta>
 2019-04-03 16:53 UTC 

docbook2mdoc: introduce <symbol> as an alias for <constant>
 2019-04-03 16:09 UTC 

docbook2mdoc: treat <synopsis> as a literal display
 2019-04-03 16:00 UTC 

docbook2mdoc: mark more relations involving parameters, indexterms, and
 2019-04-03 15:28 UTC 

docbook2mdoc: translate <paramdef> to .Fa even outside <funcprototype>
 2019-04-03 15:24 UTC 

docbook2mdoc: Make <funcdef> more robust: If the first child is text,
 2019-04-03 15:05 UTC 

docbook2mdoc: Make macro_addnode() more flexible: Iteratively descend
 2019-04-03 15:04 UTC 

docbook2mdoc: Do not handle <varlistentry> in pnode_print() because it
 2019-04-03 14:02 UTC 

docbook2mdoc: Improve robustness by allowing macro_close() in any state
 2019-04-03 13:43 UTC 

docbook2mdoc: print tables containing two columns as .Bl -tag
 2019-04-03 12:30 UTC 

docbook2mdoc: Prints tables containing only one column as .Bl -bullet
 2019-04-03 11:46 UTC 

docbook2mdoc: handle attributes in single quotes
 2019-04-03 11:24 UTC 

docbook2mdoc: optional parent-child histogram for one relation
 2019-04-03  9:50 UTC 

docbook2mdoc: merge parse.c rev
 2019-04-03  8:40 UTC 

docbook2mdoc: link with -g for easier debugging and clean
 2019-04-03  8:37 UTC 

docbook2mdoc: handle trailing delimiters after <citerefentry>/.Xr; bug
 2019-04-02 17:07 UTC 

docbook2mdoc: use the idiom ".An Name Aq Mt email" for author email
 2019-04-02 16:24 UTC 

docbook2mdoc: Translate XML character entity references to roff
 2019-04-02 15:53 UTC 

docbook2mdoc: skip XML comments even if they contain greater-than
 2019-04-02 13:11 UTC 

mandoc: new man(1) issues from Lorenzo Beretta <loreb at github>
 2019-04-01 15:57 UTC 

mandoc: While we do encourage simplicity in the sense of writing plain
 2019-03-31 19:17 UTC 

mandoc: Set the maximum column index in a tbl(7) to the maximum *right*
 2019-03-29 21:27 UTC 

docbook2mdoc: allow excluding relations that are already fully
 2019-03-29 18:10 UTC 

docbook2mdoc: Add a utility for docbook2mdoc developers to collect
 2019-03-29 15:55 UTC 

docbook2mdoc: Implement a formatter for <author> elements, handling
 2019-03-28 20:42 UTC 

docbook2mdoc: Simple warn_msg() and error_msg() functions to avoid
 2019-03-28 15:06 UTC 

docbook2mdoc: The expat library aborts parsing as soon as it encounters
 2019-03-28 12:21 UTC 

docbook2mdoc: Provide a way to exclude elements including their children
 2019-03-26 22:40 UTC 

docbook2mdoc: mark the first seven elements as ignored, shortening enum
 2019-03-26 21:52 UTC 

docbook2mdoc: add forgotten macro.{c,h} dependency rules
 2019-03-26 21:47 UTC 

docbook2mdoc: Provide an easy way to parse an XML element without
 2019-03-26 20:55 UTC 

docbook2mdoc: Parsing errors are too easy to miss because they typically
 2019-03-26 20:06 UTC 

docbook2mdoc: The file docbook2mdoc.c is still large, so split out the
 2019-03-26 19:17 UTC 

docbook2mdoc: The program docbook2mdoc(1) has become large enough that
 2019-03-26 18:32 UTC 

docbook2mdoc: Various parser simplifications and improvements
 2019-03-25 23:15 UTC 

docbook2mdoc: For macro_addarg(), macro_addnode(), and macro_nodeline(),
 2019-03-25 17:29 UTC 

docbook2mdoc: To avoid use after free, use TAILQ_FOREACH_SAFE(3) rather
 2019-03-24 23:49 UTC 

docbook2mdoc: Avoid reckless use of low-level stdio output functions
 2019-03-24 21:00 UTC 

docbook2mdoc: As usual, whitespace handling is the heart and soul of
 2019-03-24 16:46 UTC 

docbook2mdoc: translate <citetitle> to .%T
 2019-03-23 11:13 UTC 

docbook2mdoc: translate <keysym> to .Sy
 2019-03-23 10:54 UTC 

docbook2mdoc: the handlers for NODE_LITERALLAYOUT and
 2019-03-23 10:22 UTC 

docbook2mdoc: support <personname> and <email>; based on a patch from
 2019-03-22 19:45 UTC 

page:  |  | 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).