summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* 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
* Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).Kristaps Dzonsons2010-06-082-2/+4
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-085-253/+337
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-086-44/+92
* Missing prototype for getsubopt() on NetBSD fixed.VERSION_1_10_1Kristaps Dzonsons2010-06-081-1/+2
* Fixed missing tag in www index.Kristaps Dzonsons2010-06-081-2/+1
* Updated version bits with PostScript goodies.Kristaps Dzonsons2010-06-071-37/+63
* Lint fix.Kristaps Dzonsons2010-06-072-2/+5
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-078-57/+339
* Added version bits for 1.10.1.Kristaps Dzonsons2010-06-073-11/+20
* I really should run -Tlint on my own manuals before committing them.Kristaps Dzonsons2010-06-071-3/+3
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-079-309/+220
* Forgot to check in manual along with -Owidth=width patch.Kristaps Dzonsons2010-06-071-4/+14
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-074-13/+33
* Small fix to preserve trailing semicolons in examples.Kristaps Dzonsons2010-06-061-4/+4
* Merge a fix to avoid a regression in OpenBSD:Ingo Schwarze2010-06-061-1/+4
* Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisyJoerg Sonnenberger2010-06-061-2/+2
* Have regress.sh bail out if $MANDOC isn't found.Kristaps Dzonsons2010-06-061-0/+6
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-066-47/+156
* Shortened "its calling syntax" -> "its syntax".Kristaps Dzonsons2010-06-061-37/+151
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-042-3/+9
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-045-6/+84
* Documented `In' in full.Kristaps Dzonsons2010-06-044-38/+66
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-043-19/+35
* Documented `Db', `El', `Fa', and `Fd'.Kristaps Dzonsons2010-06-041-2/+39
* Document the `Mt' macro.Kristaps Dzonsons2010-06-031-1/+10
* Remove manuals.7 (see http://manpages.bsd.lv).Kristaps Dzonsons2010-06-033-246/+7
* Version bits for 1.10.1.Kristaps Dzonsons2010-06-032-4/+14
* Compatibility note about `Ta' being a line macro.Kristaps Dzonsons2010-06-031-1/+6
* Complete, rigorous documentation of the `Bl' and `It' macros, includingKristaps Dzonsons2010-06-031-18/+97
* Consolidated list processing to a single loop in mdoc_validate.c. ThisKristaps Dzonsons2010-06-036-137/+122
* Strip empty-line markers from mdoc.template and its mdoc.7 embedded formKristaps Dzonsons2010-06-022-6/+2