summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Collapse `nf', `fi', `Vb', and `Ve' into one function as in man_html.c.VERSION_1_10_5_PREPDFKristaps Dzonsons2010-07-231-19/+18
* Enable literal contexts (Vb/nf) in -T[x]html -man. This requires that aKristaps Dzonsons2010-07-232-20/+67
* Add support for `Sm' in -T[x]html -mdoc.Kristaps Dzonsons2010-07-233-5/+28
* Fix broken compilation, hopefully before anybody notices.Kristaps Dzonsons2010-07-221-2/+2
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-229-14/+75
* Start putting in release notes. A record is good because this releaseKristaps Dzonsons2010-07-221-1/+19
* Accept "\s0" (i.e., properly ignore it). Found in the wild (e.g., gfdl.7).Kristaps Dzonsons2010-07-222-2/+8
* Bring `sp', `Sp', and `br' behaviour for -man in line with how -mdoc'sKristaps Dzonsons2010-07-221-16/+11
* Have `nf' and `fi' flush lines. This is necessary or the LITERAL willKristaps Dzonsons2010-07-221-1/+3
* In the SYNOPSIS, .Nm at the beginning of an input line startsIngo Schwarze2010-07-211-2/+3
* Accomodate for groff's crappy behaviour wherein an unrecognisedKristaps Dzonsons2010-07-215-15/+27
* Clarified mailing list purposes.Kristaps Dzonsons2010-07-211-3/+3
* Tidy up the www page.Kristaps Dzonsons2010-07-212-93/+52
* Nit-picking assign in decl.Kristaps Dzonsons2010-07-211-2/+4
* Lint-fixes (NetBSD).Kristaps Dzonsons2010-07-211-6/+6
* Finally make mdoc argv CPP-defines into a proper enum.Kristaps Dzonsons2010-07-213-37/+40
* The "wx" value is quite small, so use a u_short instead of a size_t.Kristaps Dzonsons2010-07-211-8/+8
* Strip non-graphable input characters from input. The manualsKristaps Dzonsons2010-07-204-42/+71
* Use floating-point -Tps "moveto" arguments to smooth out column and rowKristaps Dzonsons2010-07-201-5/+5
* sync to OpenBSD:Ingo Schwarze2010-07-191-19/+31
* All macros in mdoc.7 are now documented.Kristaps Dzonsons2010-07-191-15/+53
* Finished document -mdoc macros. Note `br' and `sp' remain.Kristaps Dzonsons2010-07-193-9/+127
* Added documentation for several more macros. Only a few remaining!Kristaps Dzonsons2010-07-191-110/+171
* Remove some FIXMEs: `Ms' accepts arbitrary text, so it can't/shouldn'tKristaps Dzonsons2010-07-193-6/+5
* Fix spurrious newline emitted by `Pp' when specified before or afterKristaps Dzonsons2010-07-193-6/+13
* Changed Unicode codepoint of left-arrow right-arrow to be the regularKristaps Dzonsons2010-07-191-3/+3
* Note discarding of \m, \M, and \s in COMPATIBILITY sections.Kristaps Dzonsons2010-07-192-3/+9
* Remove \s TODO: these are intelligently ignored along with \m and \M.Kristaps Dzonsons2010-07-191-10/+1
* Removed \s documentation, as we (1) never supported it, and (2) neverKristaps Dzonsons2010-07-192-55/+7
* Double-up DECO_RESERVED switch branch for colours.Kristaps Dzonsons2010-07-191-16/+6
* Properly discard \m colour escapes. Noted by J.C. Roberts.Kristaps Dzonsons2010-07-182-5/+18
* Throw out a2roffdeco() in out.c for a readable version. The prior oneKristaps Dzonsons2010-07-183-185/+154
* Make "\ " produce non-breaking space.Kristaps Dzonsons2010-07-182-5/+4
* Text ending in a full stop, exclamation mark or question markIngo Schwarze2010-07-185-20/+23
* fixed .Sm spacing, but there are four new issuesIngo Schwarze2010-07-181-11/+15
* Clean up mandoc_special() (in order later to catch \m). It also flagsKristaps Dzonsons2010-07-182-153/+66
* Avoid letter-by-letter encoding by using strcspn() in term_word().Kristaps Dzonsons2010-07-171-8/+7
* By letting strncmp() do its job and not helping it with a prior lengthKristaps Dzonsons2010-07-172-381/+380
* Change chars.in HTML encoding to be a Unicode codepoint (int), which isKristaps Dzonsons2010-07-166-411/+466
* Removed completed TODO.Kristaps Dzonsons2010-07-161-4/+0
* Fixed dquote to be \*q.Kristaps Dzonsons2010-07-161-4/+4
* Fix which escapes are used to format \".Kristaps Dzonsons2010-07-161-4/+4
* After .Sm on, spacing ought to restart right away, before the next token,Ingo Schwarze2010-07-161-3/+5
* document .Sm; prodded by kristaps@Ingo Schwarze2010-07-151-2/+14
* correct lots of copyright notices;Ingo Schwarze2010-07-1317-36/+35
* Pre-tag checkin of release bits and shortlist.VERSION_1_10_4Kristaps Dzonsons2010-07-112-3/+24
* 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-193/+157
* 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