aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* release 1.13.3VERSION_1_13_3Ingo Schwarze2015-03-132-4/+119
* Fix hardlink detection on platforms having padding in struct inodev,Ingo Schwarze2015-03-131-1/+2
* When manpath(1) is available, enable HAVE_MANPATH even when buildingIngo Schwarze2015-03-111-3/+1
* When interpreting the -O argument as a macro name fails,Ingo Schwarze2015-03-112-4/+10
* Fix previous: size_t is often narrower than off_t.Ingo Schwarze2015-03-111-2/+2
* The st_size member of struct stat is off_t, which is signed,Ingo Schwarze2015-03-101-2/+2
* We can keep track of the pager PID without additional complexity.Ingo Schwarze2015-03-101-27/+23
* Fix a regression caused in rev. 1.212, reported by kristaps@:Ingo Schwarze2015-03-101-4/+22
* update for 1.13.3Ingo Schwarze2015-03-091-91/+26
* use \(dq rather than \*q; patch from bentley@Ingo Schwarze2015-03-091-24/+24
* Fix vertical spacing at the beginning of tables.Ingo Schwarze2015-03-063-12/+7
* In mdoc(7), don't mistreat negative .sp arguments as large positive ones.Ingo Schwarze2015-03-061-4/+7
* prevent the skipvsp flag from creeping past actual textIngo Schwarze2015-03-061-1/+2
* Flush the line preceding a table before clearing the right margin,Ingo Schwarze2015-03-061-3/+4
* Allow compilation on Mac OS X, which doesn't have MACHINE defined.Kristaps Dzonsons2015-03-062-5/+7
* in eqn, "prime" is equivalent to \(fm, and - is equivalent to \(mi;Ingo Schwarze2015-03-041-2/+4
* If an eqn(7) starts on a new input line, be sure to output whitespaceIngo Schwarze2015-03-032-2/+6
* If a non-gz manual is read after a gzipped manual, refrainIngo Schwarze2015-03-021-1/+2
* When makewhatis(8) scans a tree, ignore trailing garbage on filenames.Ingo Schwarze2015-02-271-2/+3
* When man(1) and apropos(1) look for a file man1/foo.1 but it's unavailable,Ingo Schwarze2015-02-272-13/+49
* oops, in NAME, don't nag about the comma after .NmIngo Schwarze2015-02-231-1/+5
* improve NAME section diagnostics;Ingo Schwarze2015-02-235-46/+60
* Escape quotes when expanding macro arguments.Ingo Schwarze2015-02-211-17/+77
* For selecting a two-digit font size, support the historic syntax \s12Ingo Schwarze2015-02-201-1/+9
* Completely delete all carriage return characters from the input.Ingo Schwarze2015-02-201-2/+3
* \n(.$Ingo Schwarze2015-02-201-1/+5
* naddy@ scoured the ports tree for remaining mandoc issuesIngo Schwarze2015-02-171-5/+7
* Render \(lq and \(rq as '"' in -Tascii mode but leave the renderingIngo Schwarze2015-02-176-58/+60
* Cope with another one of the many kinds of DocBook stupidity:Ingo Schwarze2015-02-171-3/+12
* Let .it accept numerical expressions, not just numerical constants.Ingo Schwarze2015-02-172-43/+53
* clean up post_dt() validation function;Ingo Schwarze2015-02-162-44/+45
* Delete the -V option. It serves no purpose but keeps confusing people.Ingo Schwarze2015-02-166-40/+18
* strtonum(3) compat glueIngo Schwarze2015-02-167-6/+137
* Clamp width and indent settings to sensible values.Ingo Schwarze2015-02-161-3/+9
* Tweak the wording to avoid the possible misunderstanding that .InIngo Schwarze2015-02-151-7/+8
* shut up about tabs in SYNOPSIS .Fd lines, there is no good way to avoid themIngo Schwarze2015-02-141-2/+3
* After almost five years and 99 revisions, mdoc_macro.c rev. 1.182Ingo Schwarze2015-02-121-5/+1
* Do not confuse .Bl -column lists that just broken another blockIngo Schwarze2015-02-121-5/+5
* Delete the mdoc_node.pending pointer and the function calculatingIngo Schwarze2015-02-127-174/+115
* do not access a NULL pointer if an .Eo block lacks a tail;Ingo Schwarze2015-02-113-12/+9
* explicit blocks close out .Nd; fixing data structure corruptionIngo Schwarze2015-02-111-1/+8
* Be more careful to not generate empty .In, .St, and .Xr nodes.Ingo Schwarze2015-02-101-34/+44
* Do not read past the end of the buffer if an "f" layout font modifierIngo Schwarze2015-02-101-11/+27
* trim trailing white space, no code change;Ingo Schwarze2015-02-1010-47/+47
* Closing a block validates it, which may end up deleting it,Ingo Schwarze2015-02-071-1/+2
* some tweaks to the DIAGNOSTICS sectionIngo Schwarze2015-02-071-14/+11
* ignore O_CLOEXEC when the operating system doesn't provide it;Ingo Schwarze2015-02-071-1/+4
* trivial sync to OpenBSD: <sys/param.h> no longer neededIngo Schwarze2015-02-071-5/+5
* be more careful about argc == 0Ingo Schwarze2015-02-072-11/+15
* replace the last legacy generic message type, "argument count wrong",Ingo Schwarze2015-02-065-19/+31