summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-204-38/+67
* Use floating-point -Tps "moveto" arguments to smooth out column and rowKristaps Dzonsons2010-07-201-4/+4
* sync to OpenBSD:Ingo Schwarze2010-07-191-18/+30
* All macros in mdoc.7 are now documented.Kristaps Dzonsons2010-07-191-14/+52
* Finished document -mdoc macros. Note `br' and `sp' remain.Kristaps Dzonsons2010-07-193-6/+124
* Added documentation for several more macros. Only a few remaining!Kristaps Dzonsons2010-07-191-109/+170
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-193-3/+2
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-193-3/+10
* Changed Unicode codepoint of left-arrow right-arrow to be the regularKristaps Dzonsons2010-07-191-2/+2
* Note discarding of \m, \M, and \s in COMPATIBILITY sections.Kristaps Dzonsons2010-07-192-1/+7
* Remove \s TODO: these are intelligently ignored along with \m and \M.Kristaps Dzonsons2010-07-191-9/+0
* Removed \s documentation, as we (1) never supported it, and (2) neverKristaps Dzonsons2010-07-192-51/+3
* Double-up DECO_RESERVED switch branch for colours.Kristaps Dzonsons2010-07-191-15/+5
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-182-3/+16
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-183-182/+151
* Make "\ " produce non-breaking space.Kristaps Dzonsons2010-07-182-3/+2
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-185-15/+18
* fixed .Sm spacing, but there are four new issuesIngo Schwarze2010-07-181-10/+14
* Clean up mandoc_special() (in order later to catch \m). It also flagsKristaps Dzonsons2010-07-182-151/+64
* Avoid letter-by-letter encoding by using strcspn() in term_word().Kristaps Dzonsons2010-07-171-7/+6
* By letting strncmp() do its job and not helping it with a prior lengthKristaps Dzonsons2010-07-172-379/+378
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-166-406/+461
* Removed completed TODO.Kristaps Dzonsons2010-07-161-4/+0
* Fixed dquote to be \*q.Kristaps Dzonsons2010-07-161-2/+2
* Fix which escapes are used to format \".Kristaps Dzonsons2010-07-161-2/+2
* After .Sm on, spacing ought to restart right away, before the next token,Ingo Schwarze2010-07-161-2/+4
* document .Sm; prodded by kristaps@Ingo Schwarze2010-07-151-0/+12
* correct lots of copyright notices;Ingo Schwarze2010-07-1317-17/+16
* Pre-tag checkin of release bits and shortlist.VERSION.1.10.4Kristaps Dzonsons2010-07-112-2/+23
* remove three issues fixed near the end of the c2k10 hackathonIngo Schwarze2010-07-111-17/+0
* Re-constitution of `ds' symbol processing. First, push theKristaps Dzonsons2010-07-0718-173/+137
* Revert Makefile to using mandoc.c instead of libmandoc.c. RemoveKristaps Dzonsons2010-07-062-401/+5
* Resurrect mandoc.c after bogus removal (was: libmandoc.c).Kristaps Dzonsons2010-07-061-0/+396
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-063-6/+68
* Brought function arguments and style in ine with term_word() in term.cKristaps Dzonsons2010-07-061-7/+7
* Clarified `Bk' operation in mdoc.7.Kristaps Dzonsons2010-07-061-10/+12
* Documented `En', `Es', `Hf', `Ic', `Lp', `Nd', `No', `Oc', `Oo', `Op',Kristaps Dzonsons2010-07-061-0/+109
* Proper `Bk -words' support: only suppress breaks within a line, butKristaps Dzonsons2010-07-061-0/+17
* Move register information into mandoc.h, which is where it should haveKristaps Dzonsons2010-07-052-25/+37
* Renamed mandoc.c to libmandoc.c. This is in the efforts of getting aKristaps Dzonsons2010-07-052-5/+5
* Manual clean-ups. Add syntax message for `Bd', `Bk', and `Bl'.Kristaps Dzonsons2010-07-051-15/+56
* Remove caching TODO: this has been committed.Kristaps Dzonsons2010-07-051-5/+0
* Suppress duplicate "Page: 1 1" -Tps printing and instead relay onKristaps Dzonsons2010-07-051-5/+1
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-0411-7/+18
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-045-54/+24
* gv(1) doesn't remember the last set font when displaying new pages, soKristaps Dzonsons2010-07-041-6/+24
* Set line-height to be 1.4em. Removed check for minimum margins that are noKristaps Dzonsons2010-07-042-18/+6
* Suppress printing blank eof pages in -Tps. Delay printing of Page:Kristaps Dzonsons2010-07-041-9/+13
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-042-16/+33
* Backed out margin calculations in favour of much simpler rule of thumb:Kristaps Dzonsons2010-07-042-19/+12