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

mandoc: minor cleanup, no functional change: * in node type switches,
 2019-01-05  1:30 UTC 

mandoc: Some high-level block macros have an effect similar to
 2019-01-05  0:37 UTC 

mandoc: Test interaction of low-level roff(7) filling requests with .Bd
 2019-01-04  4:04 UTC 

mandoc: Two functional improvements to filling in terminal output
 2019-01-04  3:39 UTC 

mandoc: Simplify the roff(7) .ce and .rj terminal formatter by using the
 2019-01-04  3:25 UTC 

mandoc: Implement centering and adjustment to the right margin directly
 2019-01-04  3:21 UTC 

mandoc: Oops, i forgot to adjust this file to the changes in roff.h rev
 2019-01-04  3:18 UTC 

mandoc: test the roff(7) .ce and .rj requests; they were already
 2019-01-04  1:11 UTC 

mandoc: Rewrite the line filling function for terminal output yet again
 2019-01-03 20:00 UTC 

mandoc: Support taking the -O tag value from apropos(1) key=value search
 2019-01-01  8:18 UTC 

mandoc: Correctly set the ROFF_NOFILL parser flag for .Bd .Ed .Sh, such
 2019-01-01  7:42 UTC 

mandoc: display the NODE_NOFILL flag indicating no-fill mode
 2019-01-01  5:57 UTC 

mandoc: Now that .nf and .fi are implemented in the roff(7) parser and
 2019-01-01  3:46 UTC 

mandoc: drop flag HTML_LITERAL which is no longer used
 2018-12-31 11:09 UTC 

mandoc: Cleanup, minus 25 LOC, no functional change: Delete the
 2018-12-31 11:02 UTC 

mandoc: Cleanup, no functional change: Stop trying to keep fill mode
 2018-12-31 10:36 UTC 

mandoc: Cleanup, no functional change: Since the man(7) and roff(7)
 2018-12-31 10:05 UTC 

mandoc: oops, one change ROFF_NOFILL -> NODE_NOFILL was forgotten in
 2018-12-31  9:03 UTC 

mandoc: catch up with the changed order of warnings; related to
 2018-12-31  8:45 UTC 

mandoc: Use the new flag NODE_NOFILL in the validators, which is
 2018-12-31  8:38 UTC 

mandoc: Store the fill mode with a new flag NODE_NOFILL in every node,
 2018-12-31  8:18 UTC 

mandoc: For .EX and .EE, set the fill mode parser state directly in the
 2018-12-31  8:04 UTC 

mandoc: Cleanup, no functional change: Use the new parser flag
 2018-12-31  7:46 UTC 

mandoc: Move parsing of the .nf and .fi (fill mode) requests from the
 2018-12-31  7:08 UTC 

mandoc: Cleanup, minus 15 LOC, no functional change: Simplify the way
 2018-12-31  4:56 UTC 

mandoc: Cleanup, no functional change: The struct roff_man used to be a
 2018-12-30  0:50 UTC 

mandoc: add some notes about using col(1) and ul(1) to process the ascii
 2018-12-28  0:15 UTC 

mandoc: bugfix: make the static class buffer long enough for .Bl
 2018-12-25  0:06 UTC 

mandoc: mandoc.css lives in /usr/share/misc now; use full paths to
 2018-12-24 23:37 UTC 

mandoc: Finally, stop abusing .Ss and .Sx to mark up macros, use .Ic
 2018-12-23 22:04 UTC 

mandoc: Simplify and clarify instructions for .Ql, and deprecate .Li
 2018-12-23 16:56 UTC 

mandoc: Deprecate .Lp, use .Pp instead
 2018-12-23 15:33 UTC 

mandoc: In the TOC, close <a> before opening <ul>
 2018-12-22 19:49 UTC 

mandoc: merge a test update from OpenBSD that was forgotten in April
 2018-12-21 17:47 UTC 

mandoc: Rename mandoc_getarg() to roff_getarg() and pass it the roff
 2018-12-21 17:15 UTC 

mandoc: Move the full responsibility for reporting open(2) errors from
 2018-12-20 21:31 UTC 

mandoc: Explain what the fields in mandoc messages mean, rather than
 2018-12-20 18:24 UTC 

mandoc: Bugfix: When after a \\, \t, or \a, another \t or \a had to be
 2018-12-20  3:41 UTC 

mandoc: As a first step towards making roff_res() callable from
 2018-12-18 22:00 UTC 

mandoc: The .HP macro was deprecated by groff, and that makes sense
 2018-12-16  2:21 UTC 

mandoc: minor polishing, in parts related to functional improvements in
 2018-12-16  1:35 UTC 

mandoc: s/OpenBSD/Id/ in CVS Ids
 2018-12-16  0:21 UTC 

mandoc: Yet another round of improvements to manual font selection
 2018-12-16  0:17 UTC 

mandoc: Several improvements to escape sequence handling
 2018-12-15 19:31 UTC 

mandoc: zap trailing whitespace; from jmc@
 2018-12-14 20:40 UTC 

mandoc: Cleanup, no functional change: Now that message handling is
 2018-12-14  6:33 UTC 

mandoc: Almost mechanical diff to remove the "struct mparse *" argument
 2018-12-14  5:18 UTC 

mandoc: Fold mparse_parse_buffer() into mparse_readfd(), making the code
 2018-12-14  2:16 UTC 

mandoc: Delete the function mparse_readmem() that has been unused for
 2018-12-14  1:25 UTC 

mandoc: Major cleanup; may imply minor changes in edge cases of error
 2018-12-14  1:18 UTC 

mandoc: Cleanup, no functional change: Split the top level parser
 2018-12-13 11:56 UTC 

mandoc: libmdoc.h no longer needs mdoc.h
 2018-12-13  7:30 UTC 

mandoc: Cleanup, no functional change: Finally merge the pointless file
 2018-12-13  7:28 UTC 

mandoc: Cleanup, no functional change: Move the roffhash_*() functions
 2018-12-13  6:18 UTC 

mandoc: Cleanup, no functional change: No need to expose the eqn(7)
 2018-12-13  5:24 UTC 

mandoc: Cleanup, no functional change: In libroff.h, nothing was left
 2018-12-13  3:40 UTC 

mandoc: Cleanup, no functional change: Move tbl(7)-specific parser
 2018-12-13  2:06 UTC 

mandoc: Cleanup, no functional change: No need to expose the tbl(7)
 2018-12-12 21:55 UTC 

mandoc: HTML syntax audit: render \p as <br/>, not as <div>
 2018-12-04 18:30 UTC 

mandoc: Restrict "vertical-align: middle;" to <td> descendants of
 2018-12-04  6:12 UTC 

mandoc: Make sure all borders in a table are drawn in the same color
 2018-12-04  5:21 UTC 

mandoc: During validation, drop .br before a text line starting with a
 2018-12-04  3:29 UTC 

mandoc: Clean up the validation of .Pp, .PP, .sp, and .br
 2018-12-04  2:54 UTC 

mandoc: In the validators, translate obsolete macro aliases (Lp, Ot, LP,
 2018-12-03 21:00 UTC 

mandoc: Render .br as <br/>, not as an empty <div>
 2018-12-03 16:18 UTC 

mandoc: Do not draw horizontal lines through vertical spans which are
 2018-11-29 23:08 UTC 

mandoc: Now that it is better understood how borders work, rewrite
 2018-11-29 21:41 UTC 

mandoc: Better handle automatic column width assignments in the presence
 2018-11-29  1:55 UTC 

mandoc: Bugfix: never set termp->enc to the ambiguous value
 2018-11-28 14:23 UTC 

mandoc: additional check needed after the previous (box drawing) patch
 2018-11-28 13:44 UTC 

mandoc: In -T utf8 output mode, render tbl(7) borders with the Unicode
 2018-11-28  4:48 UTC 

mandoc: Implement tbl(7) lines in -T html output, as far as they are on
 2018-11-26 21:06 UTC 

mandoc: When a conditional block is closed by putting "\}" on a text
 2018-11-26 17:44 UTC 

mandoc: Mark Harris pointed out that people might have doubts whether
 2018-11-26 17:11 UTC 

mandoc: Place mandoc.css into the public domain
 2018-11-26 15:03 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).