summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give -T[x]html `Bk -words' capability.Kristaps Dzonsons2010-07-063-9/+71
* Brought function arguments and style in ine with term_word() in term.cKristaps Dzonsons2010-07-061-8/+8
* Clarified `Bk' operation in mdoc.7.Kristaps Dzonsons2010-07-061-11/+13
* Documented `En', `Es', `Hf', `Ic', `Lp', `Nd', `No', `Oc', `Oo', `Op',Kristaps Dzonsons2010-07-061-2/+111
* Proper `Bk -words' support: only suppress breaks within a line, butKristaps Dzonsons2010-07-061-1/+18
* Move register information into mandoc.h, which is where it should haveKristaps Dzonsons2010-07-052-27/+39
* Renamed mandoc.c to libmandoc.c. This is in the efforts of getting aKristaps Dzonsons2010-07-052-6/+6
* Manual clean-ups. Add syntax message for `Bd', `Bk', and `Bl'.Kristaps Dzonsons2010-07-051-17/+58
* 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-6/+2
* Assert my copyright, making it explicit that i'm granting the same licenseIngo Schwarze2010-07-0411-22/+33
* Cache column sizes and char pointer into mdoc_bl. Finally get rid ofKristaps Dzonsons2010-07-045-59/+29
* gv(1) doesn't remember the last set font when displaying new pages, soKristaps Dzonsons2010-07-041-7/+25
* Set line-height to be 1.4em. Removed check for minimum margins that are noKristaps Dzonsons2010-07-042-20/+8
* Suppress printing blank eof pages in -Tps. Delay printing of Page:Kristaps Dzonsons2010-07-041-10/+14
* Suppress printing of newlines/space at start of new -Tps page.Kristaps Dzonsons2010-07-042-18/+35
* Backed out margin calculations in favour of much simpler rule of thumb:Kristaps Dzonsons2010-07-042-21/+14
* Auto-margins. Documented in mandoc.1. Also bumped line-height and madeKristaps Dzonsons2010-07-042-16/+46
* Allow empty `Fo' to get by without an assertion.Kristaps Dzonsons2010-07-031-2/+4
* Note to myself on what I need to do regarding inter-library functions.Kristaps Dzonsons2010-07-031-0/+9
* Rudimentary implementation of user-defined strings;Ingo Schwarze2010-07-034-6/+197
* The roff escape function "\s" is definitely not urgent,Ingo Schwarze2010-07-031-0/+9
* Not only for -tag lists, but for -hang, -ohang, -inset, -diag,Ingo Schwarze2010-07-021-7/+4
* Cached `An' arguments in struct mdoc_an. Note that this isn't aKristaps Dzonsons2010-07-023-32/+35
* Fix: was checking HEAD for arguments.Kristaps Dzonsons2010-07-021-5/+7
* Add documentation for Bf/Ef.Kristaps Dzonsons2010-07-021-2/+40
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-028-78/+107
* Lint fixes.Kristaps Dzonsons2010-07-024-8/+12
* Lint tweak.Kristaps Dzonsons2010-07-021-1/+2
* Added TODO to sanitise `Nm' blocks such that HEAD optionally containsKristaps Dzonsons2010-07-021-0/+4
* Implemented -Thtml bits for handling `Nm' blocks.Kristaps Dzonsons2010-07-021-9/+62
* Remove my own dumb FIXME and mark a static function defn as static.Kristaps Dzonsons2010-07-011-4/+3
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-017-125/+139
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-014-19/+38
* Prevent validator from puking on ENDBODY `Bl' nodes.Kristaps Dzonsons2010-07-011-1/+3
* Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze2010-07-011-1/+4
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-015-22/+133
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-012-5/+5