Age | Commit message (Expand) | Author |
2014-09-17 | simplify handling of .An -[no]split for terminal output: | Ingo Schwarze |
2014-09-17 | implement .An -[no]split for -Thtml | Ingo Schwarze |
2014-09-14 | Support backslash-escaping of white space in the query expression, | Ingo Schwarze |
2014-09-12 | warn about commas in function arguments; inspired by mdoclint(1) | Ingo Schwarze |
2014-09-11 | warn about botched .Xr ordering and punctuation below SEE ALSO; | Ingo Schwarze |
2014-09-09 | If a manpath directory (for example, a _whatdb entry from man.conf(5) | Ingo Schwarze |
2014-09-07 | warn about AUTHORS sections without .An macros, inspired by mdoclint(1) | Ingo Schwarze |
2014-09-07 | Do not report a page as arch=any merely because .Dt lacks the third argument. | Ingo Schwarze |
2014-09-07 | fix debugging output | Ingo Schwarze |
2014-09-07 | always use the right buffer, and fix one evil typo | Ingo Schwarze |
2014-09-07 | Parse and ignore the .pl (page length) request; | Ingo Schwarze |
2014-09-07 | Allow .ll in the prologue; Daniel Levai reports Slackware Linux uses this. | Ingo Schwarze |
2014-09-06 | Simplify by handling empty request lines at the one logical place | Ingo Schwarze |
2014-09-06 | Move main format autodetection from the parser dispatcher to the | Ingo Schwarze |
2014-09-03 | Add *.gz support to apropos(1) -a, manm(1), and even mandoc(1). | Ingo Schwarze |
2014-09-03 | If a manual page is installed gzip(1)ed, let makewhatis(8) take | Ingo Schwarze |
2014-09-03 | Implement the traditional -h option for man(1): show the SYNOPSIS only. | Ingo Schwarze |
2014-09-01 | When makewhatis(8) finds an .so link after the manual being pointed to | Ingo Schwarze |
2014-09-01 | In man(1) mode, change to the right directory before starting the parser, | Ingo Schwarze |
2014-08-30 | Introduce a man(1) -l option as an alias for mandoc -a. | Ingo Schwarze |
2014-08-28 | Support .St -susv1 and .St -susv4. Illumos wants to use this, | Ingo Schwarze |
2014-08-28 | I just noticed that -Tps writes "%%CreationDate:" headers. | Ingo Schwarze |
2014-08-27 | Add an implementation of man(1) into the /usr/bin/mandoc binary and | Ingo Schwarze |
2014-08-26 | remove nginx references | Robert Nagy |
2014-08-26 | Unify console and CGI section titles, bringing them closer to groff, | Ingo Schwarze |
2014-08-24 | Oops. Garbage collect unused variable. | Ingo Schwarze |
2014-08-24 | When support for bold italic font was added to the parsers and to the | Ingo Schwarze |
2014-08-23 | Fix fd leak when fdopen fails. | doug |
2014-08-22 | typo; noticed by jmc@ some time ago | Ingo Schwarze |
2014-08-21 | Bugfix: make whatis(1) case-insensitive again. | Ingo Schwarze |
2014-08-21 | limit CGI process execution time to make REDoS attacks less effective; | Ingo Schwarze |
2014-08-21 | Right after .Fl, a middle delimiter triggers an empty scope, | Ingo Schwarze |
2014-08-19 | Do not dereference a NULL pointer if a .Bl macro has | Ingo Schwarze |
2014-08-19 | libroff depends on libmandoc and so libmandoc should be included first. | Daniel Dickman |
2014-08-18 | Fix read access to uninitialized memory found by kristaps@ with valgrind, | Ingo Schwarze |
2014-08-18 | When the first child of the node being validated gets deleted during | Ingo Schwarze |
2014-08-18 | kristaps@ found this with valgrind, merge his patch from bsd.lv: | Ingo Schwarze |
2014-08-17 | typo, sorry | Ingo Schwarze |
2014-08-17 | While all current callers pass valid data to ascii_hspan() only, | Ingo Schwarze |
2014-08-17 | typo; Steven Honeyman <stevenhoneyman at gmail dot com> | Ingo Schwarze |
2014-08-17 | Segfault fixes from kristaps@. | Ingo Schwarze |
2014-08-16 | If a stray .It follows .El, we are no longer in the list, | Ingo Schwarze |
2014-08-14 | Some compilers apparently worry that abort() might return | Ingo Schwarze |
2014-08-14 | mandoc 1.13.1 has been released | Ingo Schwarze |
2014-08-14 | Revert previous, as requested by kristaps@. | Ingo Schwarze |
2014-08-13 | Begin cleanup of scaling units. | Ingo Schwarze |
2014-08-13 | Use <em> for .Em and .Bf -emphasis. | Ingo Schwarze |
2014-08-12 | In mdoc(7) and man(7), if a width is given as a bare number without | Ingo Schwarze |
2014-08-12 | The macro SCALE_HS_INIT() is always passed the result of strlen() or | Ingo Schwarze |
2014-08-09 | mmap(2) requires MAP_PRIVATE ^ MAP_SHARED for flags; | Ingo Schwarze |