summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Auto-margins. Documented in mandoc.1. Also bumped line-height and madeKristaps Dzonsons2010-07-042-13/+43
* Allow empty `Fo' to get by without an assertion.Kristaps Dzonsons2010-07-031-1/+3
* 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-1/+192
* 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-6/+3
* Cached `An' arguments in struct mdoc_an. Note that this isn't aKristaps Dzonsons2010-07-023-29/+32
* Fix: was checking HEAD for arguments.Kristaps Dzonsons2010-07-021-4/+6
* Add documentation for Bf/Ef.Kristaps Dzonsons2010-07-021-0/+38
* Stash `Bf' parameters into struct mdoc_bf.Kristaps Dzonsons2010-07-028-71/+100
* Lint fixes.Kristaps Dzonsons2010-07-024-4/+8
* Lint tweak.Kristaps Dzonsons2010-07-021-0/+1
* 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-8/+61
* Remove my own dumb FIXME and mark a static function defn as static.Kristaps Dzonsons2010-07-011-3/+2
* Make struct_bl and struct_bd into pointers. This removes the need to doKristaps Dzonsons2010-07-017-118/+132
* In the mdoc(7) parser, inspect roff registers early such that all partsIngo Schwarze2010-07-014-15/+34
* Prevent validator from puking on ENDBODY `Bl' nodes.Kristaps Dzonsons2010-07-011-0/+2
* Correct handling of trailing punctuation in MDOC_DELIM blk_full HEADs.Ingo Schwarze2010-07-011-0/+3
* Improve .Nm indentation in the SYNOPSIS;Ingo Schwarze2010-07-015-16/+127
* More reality-checks for the p->end type.Kristaps Dzonsons2010-07-012-3/+3
* p->end is an enum: treat it as such.Kristaps Dzonsons2010-07-011-2/+2
* First, I'm defaulting to 11-point font, which renders much nicer (theKristaps Dzonsons2010-07-012-16/+51
* "Tweak previous": "badly nested" becomes badly-nested, some typosKristaps Dzonsons2010-07-011-17/+24
* remove a couple of issues that have been fixedIngo Schwarze2010-06-301-27/+1
* Now using Times AFM provided by Dillo. Verified on OpenBSD by me and Mac OSXKristaps Dzonsons2010-06-302-272/+272
* improve error reporting:Ingo Schwarze2010-06-302-33/+53
* Correct dimensions for DocumentMedia. Noted by schwarze@, as gv(1) wasKristaps Dzonsons2010-06-301-5/+4
* Embedding Charter proportional-width glyphs. Nice-looking output.Kristaps Dzonsons2010-06-301-288/+288
* PostScript can now handle scaled glyph sizes (see "scale" in structKristaps Dzonsons2010-06-302-17/+28