summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Support for badly nested blocks, written around the time ofIngo Schwarze2010-06-298-95/+329
* Inter-release tag.VERSION_1_10_3Kristaps Dzonsons2010-06-291-2/+2
* Remove some incorrect data from mandoc.1 (that of non-macro lines andKristaps Dzonsons2010-06-291-141/+107
* Add in -Opaper=xxx support for -Tps postscript. This doesn't have anyKristaps Dzonsons2010-06-293-6/+28
* Give -Tps better PostScript hinting. Note that we're using Adobe-3.0Kristaps Dzonsons2010-06-293-32/+77
* Clean-up of variable-width glyph support. Adds no new code; onlyKristaps Dzonsons2010-06-283-28/+32
* This enables variable glyph-width output. The checkin will be followedKristaps Dzonsons2010-06-282-28/+29
* Notes: this must be done later. \b in the input will cause havoc.Kristaps Dzonsons2010-06-282-2/+12
* Initial encoding of glyph widths. From /usr/X11R6/lib/X11/fonts/Type1.Kristaps Dzonsons2010-06-281-15/+342
* Tiny commit clarifying flushln() documentation as to what refers toKristaps Dzonsons2010-06-281-4/+5
* minor .Bk fixes:Ingo Schwarze2010-06-272-8/+18
* remove .Bk which is doneIngo Schwarze2010-06-271-8/+12
* Allow registers to be unset. Implement and document the `.nr nS val'.Kristaps Dzonsons2010-06-275-19/+47
* Following clue-stick applied by schwarze@, back out const-ness of regsetKristaps Dzonsons2010-06-2711-34/+49
* Downstream maintainers: this removes UGLY! I don't want divergingKristaps Dzonsons2010-06-2716-139/+129
* Document .Bk and .Ek; reminded by kristaps@.Ingo Schwarze2010-06-271-2/+23
* Basic implementation of .Bk/.Ek; from OpenBSD.Ingo Schwarze2010-06-273-6/+33
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-266-46/+73
* Churn-ish check-in getting mdoc_parseln() and man_parseln() to accept aKristaps Dzonsons2010-06-2616-32/+53
* First step of adding register support. This is inspired by a significantKristaps Dzonsons2010-06-268-21/+170
* Remove "pt" from struct roffsu, as CSS (the only reason it was there) isKristaps Dzonsons2010-06-255-17/+14
* Allow OpenBSD's nroff to process mandoc.1 without puking on long `It'Kristaps Dzonsons2010-06-251-8/+12
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-256-91/+139
* Fix slipped in after tag: install PS files with installwww.VERSION_1_10_2Kristaps Dzonsons2010-06-191-1/+1
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-1945-90/+90
* Version notes for 1.10.2.Kristaps Dzonsons2010-06-192-3/+14
* Removed finished TODOsKristaps Dzonsons2010-06-131-27/+3
* Remove arg_getattrs(), as we only have arg_getattr()-like calls now thatKristaps Dzonsons2010-06-131-45/+15
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-132-14/+15
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-134-56/+71
* Small optimisations in mdoc_action list processing. Cleanups making wayKristaps Dzonsons2010-06-131-38/+36
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-126-70/+51
* Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache,Kristaps Dzonsons2010-06-121-8/+11
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-124-34/+33
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-126-31/+37
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-127-38/+85
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-126-61/+125
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-128-96/+86
* Add FreeBSD libraries (provided by Ulrich Spoerlein).Kristaps Dzonsons2010-06-111-1/+26
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-112-63/+136
* Delay opening a word state until a character is ready to be output.Kristaps Dzonsons2010-06-111-21/+42
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-113-8/+35
* Note that we use PostScript level 2, not 1 (the /Courier invocation).Kristaps Dzonsons2010-06-111-3/+3
* Allow open word contexts in -Tps to preserve whitespace, as whitespaceKristaps Dzonsons2010-06-101-4/+5
* Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.Ingo Schwarze2010-06-102-7/+6
* Fix adding some minimal intelligence to conditional parser. See roff.7Kristaps Dzonsons2010-06-103-38/+134
* Make "sub" for conditionals run roffnode_cleanscope() before callingKristaps Dzonsons2010-06-091-2/+12
* Squash bug noted by Ulrich Spoerlein where "-" were being converted toKristaps Dzonsons2010-06-095-49/+70
* Forgot to increment into the nil terminator. And call va_end() whileKristaps Dzonsons2010-06-091-2/+4
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-095-73/+158