summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Using .Nd only makes sense in the NAME section.Ingo Schwarze2017-03-065-0/+16
* URIs need different escaping; reported by reyk@Ingo Schwarze2017-03-062-5/+14
* first batch of -T markdown testsIngo Schwarze2017-03-05231-8/+3706
* Infrastructure for -T markdown tests.Ingo Schwarze2017-03-052-5/+37
* Remove a redundant condition in .%T handling, no functional change.Ingo Schwarze2017-03-042-8/+4
* Make the description of -K autodetection easer to understand.Ingo Schwarze2017-03-041-11/+19
* Debian needs relative symlinks not only for manual pages,Ingo Schwarze2017-03-043-13/+23
* Markdown output mode helped us to find the first parser bug (as such,Ingo Schwarze2017-03-031-8/+9
* new -mdoc -Tmarkdown output mode; OK millert@ reyk@ tb@;Ingo Schwarze2017-03-036-9/+1490
* remove a few redundant conditions that jsg@ found with cppcheckIngo Schwarze2017-03-034-4/+4
* Fix a copy-and-paste error that caused man(7) manuals withoutIngo Schwarze2017-03-031-1/+1
* A missing initialization could randomly cause regular expressionIngo Schwarze2017-03-031-0/+1
* Fix previous: do not access the byte before the string if the stringIngo Schwarze2017-03-031-1/+1
* Pledge man.cgi(8).Ingo Schwarze2017-02-221-0/+16
* Since SQLite is gone, we no longer need the "flock" pledge.Ingo Schwarze2017-02-221-2/+2
* Handle an odd edge case where .It is preceded by .Sm.Ingo Schwarze2017-02-221-0/+1
* Debian wants relative, not absolute symlinks for man pages;Ingo Schwarze2017-02-221-2/+1
* fix spelling error;Ingo Schwarze2017-02-211-1/+1
* release 1.14.1VERSION.1.14.1Ingo Schwarze2017-02-212-13/+21
* resolve trivial differences with OpenBSD:Ingo Schwarze2017-02-181-3/+1
* add some regress targetsIngo Schwarze2017-02-181-0/+28
* preconv_encode() can take a const input buffer;Ingo Schwarze2017-02-182-7/+7
* Provide an uninstall target, to help cleaning up after installingIngo Schwarze2017-02-181-7/+50
* proper test for O_DIRECTORYIngo Schwarze2017-02-186-10/+12
* double quotes were fixed, finallyIngo Schwarze2017-02-181-4/+1
* Use typographic quotes rather than '"' for .Rs %T (no change for -TasciiIngo Schwarze2017-02-177-6/+70
* Many people have been complaining for a long time that ``...'' looksIngo Schwarze2017-02-1711-17/+16
* more tests for .IP/.nf interaction that i forgot to commitIngo Schwarze2017-02-172-2/+69
* No need to cast NULL when assigning it to a variable;Ingo Schwarze2017-02-171-1/+1
* Improve clarity of some casts;Ingo Schwarze2017-02-172-7/+7
* Make the directory explicit where source files are located.Ingo Schwarze2017-02-171-1/+4
* Be consistent in protecting __attribute__ attributes with __;Ingo Schwarze2017-02-178-9/+9
* Fix a read buffer overrun that copied random data from memory intoIngo Schwarze2017-02-171-3/+11
* add $(LN) configuration variable; requested by Michael <Stapelberg@debian.org>Ingo Schwarze2017-02-163-7/+18
* fix previous: stupid typoIngo Schwarze2017-02-161-2/+2
* Provide a variable BINM_CATMAN.Ingo Schwarze2017-02-164-5/+15
* Surprisingly, groff does not support scaling units in .Bl -columnIngo Schwarze2017-02-164-9/+15
* Fix rev. 1.280: -O syntax is different in default apropos(1) outputIngo Schwarze2017-02-161-17/+22
* Fix block scoping error if an explicit block is broken by twoIngo Schwarze2017-02-164-12/+31
* Remove the ENDBODY_NOSPACE flag, simplifying the code.Ingo Schwarze2017-02-167-21/+7
* Style improvement, no functional change.Ingo Schwarze2017-02-151-7/+6
* Fix previous: I forgot that i had to change the convention howIngo Schwarze2017-02-151-1/+1
* Do not access a NULL pointer if a matrix or square root are empty.Ingo Schwarze2017-02-129-11/+43
* Do not read one element past the end of the static const termacts array.Ingo Schwarze2017-02-111-1/+2
* new regression tests for mdoc_macro.c revs. 1.211-1.215Ingo Schwarze2017-02-1113-12/+85
* Disable three UTF-8 tests that expose bugs in wcwidth(3) in theIngo Schwarze2017-02-111-1/+1
* Never look for broken blocks inside blocks that are already closed.Ingo Schwarze2017-02-112-3/+6
* Do not prematurely close .Nd containing a broken child.Ingo Schwarze2017-02-112-3/+11
* Do not prematurely mark intermediate blocks as broken while scanningIngo Schwarze2017-02-111-9/+16
* For child macros of block-end macros, only scan backwards for pendingIngo Schwarze2017-02-101-6/+7