source@mandoc.bsd.lv
 help / color / mirror / Atom feed
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 

docbook2mdoc: KNF: eliminate Yoda notation, and also drop a few
 2019-03-22 19:07 UTC 

docbook2mdoc: * Fix the return value from main()
 2019-03-22 18:02 UTC 

docbook2mdoc: KNF: remove parentheses from switch cases
 2019-03-22 17:43 UTC 

docbook2mdoc: no output for PARA right inside ENTRY, and fix the same in
 2019-03-22 17:29 UTC 

docbook2mdoc: handle class="monospaced" in NODE_LITERALLAYOUT
 2019-03-22 17:01 UTC 

docbook2mdoc: factor out new function pnode_getattr_raw()
 2019-03-22 16:56 UTC 

docbook2mdoc: translate NODE_LINK to .Sx
 2019-03-22 16:51 UTC 

docbook2mdoc: translate NODE_FIRSTTERM to .Em
 2019-03-22 16:47 UTC 

docbook2mdoc: Work towards reducing the number of node IDs
 2019-03-22 16:43 UTC 

docbook2mdoc: ignore NODE_INDEXTERM for now
 2019-03-22 16:36 UTC 

docbook2mdoc: new function pnode_printpara() to avoid printing redundant
 2019-03-22 16:33 UTC 

docbook2mdoc: NODE_ITEMIZEDLIST is .Bl -bullet, not .Bl -enum
 2019-03-22 16:26 UTC 

docbook2mdoc: automatic assignment of header levels
 2019-03-22 16:21 UTC 

docbook2mdoc: get the .Dt name from the id attribute of the root node
 2019-03-22 16:15 UTC 

docbook2mdoc: many new nodes found below
 2019-03-22 16:10 UTC 

docbook2mdoc: Delete the rest of rules.c
 2019-03-22 15:55 UTC 

docbook2mdoc: Delete the isparent() validation function
 2019-03-22 15:38 UTC 

cvsweb: more XSS prevention; patch from afresh1@; also triggered by the
 2019-03-21 23:08 UTC 

cvsweb: Patch from Peter J
 2019-03-21 22:58 UTC 

cvsweb: remove author information from the web display, link to the new
 2019-03-21 22:19 UTC 

cvsweb: refrain from advertising the Apache webserver by default
 2019-03-21 20:08 UTC 

cvsweb: adjust to the default $iconsdir in the OpenBSD port original
 2019-03-21 20:03 UTC 

cvsweb: remove comment forgotten in rev
 2019-03-21 19:53 UTC 

cvsweb: webservers must be chroot(2)ed, so looking for stuff in
 2019-03-21 19:44 UTC 

cvsweb: Switch the order of the name and the section in the $mancgi
 2019-03-21 19:32 UTC 

cvsweb: update some more links
 2019-03-21 18:50 UTC 

cvsweb: For more than 15 years, running cvsweb.cgi hasn't been tested
 2019-03-21 16:40 UTC 

cvsweb: A web server should absolutely run chrooted, so storing a
 2019-03-21 16:32 UTC 

cvsweb: merge patch-cvsweb_cgi rev
 2019-03-21 16:08 UTC 

cvsweb: merge patch-cvsweb_cgi rev
 2019-03-21 15:53 UTC 

cvsweb: * update links to anoncvs and cvsweb access * remove some
 2019-03-21 15:22 UTC 

cvsweb: * update links to anoncvs and cvsweb access * remove some
 2019-03-20 20:52 UTC 

cvsweb: new AUTHORS file
 2019-03-20 18:44 UTC 

cvsweb: add the files HISTORY and LICENSE
 2019-03-20 17:24 UTC 

mandoc: When the last line of the input is empty and the previous line
 2019-03-19 16:26 UTC 

mandoc: fix a NULL pointer access on empty tbl(7) data cells that
 2019-03-18  8:01 UTC 

mandoc: The header file "html.h" uses enum roff_tok, so "roff.h" must
 2019-03-17 18:22 UTC 

docbook2mdoc: minor improvements from Stephen Gregoratto <dev at
 2019-03-17 13:54 UTC 

mandoc: When drawing a horizontal line in tbl(7) UTF-8 output, it is not
 2019-03-16 21:36 UTC 

mandoc: Contrary to what the NetBSD attribute(3) manual page suggests,
 2019-03-13 18:29 UTC 

mandoc: mark check_abort() and post_abort() as __dead; based on a patch
 2019-03-11 13:21 UTC 

mandoc: release 1.14.5
 2019-03-10  9:32 UTC 

mandoc: Automatically detect whether diff(1) supports the -a option
 2019-03-10  9:24 UTC 

mandoc: Mention mandoc.db(5), makewhatis(8), and weekly(8)
 2019-03-09 15:55 UTC 

docbook2mdoc: for the null character '\0', use the standard shorthand
 2019-03-08 15:19 UTC 

docbook2mdoc: fix systematically wrong (int) casts in character
 2019-03-08 15:10 UTC 

docbook2mdoc: update links to the DocBook website and fix a typo in a
 2019-03-08 10:13 UTC 

docbook2mdoc: improve error handling and usage in main()
 2019-03-08 10:04 UTC 

mandoc: new dist-install maintainer target
 2019-03-06 16:09 UTC 

mandoc: while $() is more modern than ``, it does not work with the
 2019-03-06 16:05 UTC 

mandoc: mention Solaris BUGS in regress.pl(1)
 2019-03-06 15:58 UTC 

mandoc: this file needs to #include "config.h" because it calls
 2019-03-06 15:56 UTC 

mandoc: drop redundant '0' flag from "%02.2X" format string; found by a
 2019-03-06 12:33 UTC 

mandoc: work towards 1.14.5, mostly updating WWW_INCS
 2019-03-06 11:20 UTC 

mandoc: add arch.o
 2019-03-06 11:11 UTC 

mandoc: draft 1.14.5 NEWS entry
 2019-03-06 10:23 UTC 

mandoc: autoconfiguration test whether less(1) supports the -T option;
 2019-03-06 10:19 UTC 

mandoc: For TIOCGWINSZ, #include <termios.h> rather than <sys/termios.h>
 2019-03-04 18:15 UTC 

mandoc: add libbe; from kevans@ via FreeBSD rev
 2019-03-04 17:35 UTC 

mandoc: When the -S option is given to man(1) and the requested manual
 2019-03-04 13:02 UTC 

mandoc: Fix the last straggler where the struct roff_node "line" member
 2019-03-04 11:40 UTC 

mandoc: additional comments on two TODO items
 2019-03-04 11:38 UTC 

mandoc: Reset HTML formatter state, in particular the id_unique hash,
 2019-03-03 13:02 UTC 

mandoc: add forgotten mparse options to two rarely used programs
 2019-03-03 11:01 UTC 

mandoc: Do not open a subsection for each and every macro
 2019-03-02 22:05 UTC 

mandoc: remove a few words to improve flow; from tedu@
 2019-03-02 21:03 UTC 

mandoc: Represent multiple subsequent .IP blocks having a consistent
 2019-03-02 16:31 UTC 

mandoc: Wrap .Sh/.SH sections and .Ss/.SS subsections in HTML <section>
 2019-03-01 10:57 UTC 

mandoc: Format multiple subsequent .IP or multiple subsequent .TP/.TQ as
 2019-02-28 16:36 UTC 

mandoc: Explain the ASCII rendering of single quotes because that
 2019-02-23 18:54 UTC 

mandoc: The horizontal line in a data cell containing only "_" or "="
 2019-02-09 21:03 UTC 

mandoc: add a BUGS section explaining the situation with box and line
 2019-02-09 16:46 UTC 

mandoc: ignore empty request lines in the table data reader; fixing a
 2019-02-09 16:01 UTC 

mandoc: fix typo: "a data cells" -> "a data cell"; from bentley@
 2019-02-08 22:52 UTC 

mandoc: style improvement from jmc@, no output change; original commit
 2019-02-07 15:46 UTC 

mandoc: Remove the misleading statement ".No takes no arguments"
 2019-02-06 22:19 UTC 

mandoc: Let roff_getname() end the roff identifier at a tab character
 2019-02-06 21:12 UTC 

mandoc: adjust style and comments in roff_getname(); no functional
 2019-02-06 17:40 UTC 

mandoc: Relax overzealous PATH_INFO validation
 2019-01-31 23:00 UTC 

mandoc: Since resetting of offsets works quite differently in man(7) and
 2019-01-31 16:32 UTC 

mandoc: Fix tbl(7) centering in mdoc(7) documents
 2019-01-31 16:06 UTC 

mandoc: The .UR and .MT blocks in man(7) are represented by <a> elements
 2019-01-18 14:36 UTC 

mandoc: Delete several entries that were already fixed
 2019-01-17  8:15 UTC 

mandoc: Test handling of escaped backslashes because the code related to
 2019-01-17  6:34 UTC 

mandoc: In PostScript and PDF output, one AFM unit is not nearly enough
 2019-01-15 12:16 UTC 

mandoc: Improve error reporting when a file given on the command line
 2019-01-11 17:05 UTC 

mandoc: do not access a NULL pointer when formatting a completely empty
 2019-01-11 16:36 UTC 

mandoc: Remove the HTML title= attributes which harmed accessibility and
 2019-01-11 12:57 UTC 

mandoc: After years of gnashing of teeth, i finally found a way to avoid
 2019-01-10  7:40 UTC 

mandoc: Initializers for file-scope static variables should be
 2019-01-10  6:29 UTC 

mandoc: Represent mdoc(7) .Pp (and .sp, and some SYNOPSIS and .Rs
 2019-01-07  7:27 UTC 

mandoc: Finally, represent the man(7) .PP and .HP macros by the natural
 2019-01-06  4:55 UTC 

mandoc: In no-fill mode, avoid bogus blank lines in two situations: 1
 2019-01-05 21:55 UTC 

mandoc: In groff, when the .SY block macro occurs in no-fill mode, the
 2019-01-05 21:18 UTC 

mandoc: Slowly start doing more HTML output tests, in this case for the
 2019-01-05 20:05 UTC 

mandoc: In HTML output, man(7) .RS blocks get formatted as <div
 2019-01-05 19:00 UTC 

mandoc: minor cleanup, no functional change: * delete one irrelevant
 2019-01-05  9:47 UTC 

mandoc: Now that the NODE_NOFILL flag in the syntax tree is accurate,
 2019-01-05  9:15 UTC 

mandoc: no-fill mode has to be suspended during tbl(7) rendering, too
 2019-01-05  9:11 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).