summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Initial chunks for variable-width fonts. Pushes all width calculationsKristaps Dzonsons2010-06-256-85/+133
* 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-45/+45
* Version notes for 1.10.2.Kristaps Dzonsons2010-06-192-2/+13
* Removed finished TODOsKristaps Dzonsons2010-06-131-27/+3
* Remove arg_getattrs(), as we only have arg_getattr()-like calls now thatKristaps Dzonsons2010-06-131-44/+14
* Switch on cached -width usage in front-ends.Kristaps Dzonsons2010-06-132-12/+13
* Allow -width for lists to be cached in mdoc_bl. This requires someKristaps Dzonsons2010-06-134-52/+67
* Small optimisations in mdoc_action list processing. Cleanups making wayKristaps Dzonsons2010-06-131-37/+35
* Cached `Bl -offset' into mdoc_bl. Removed erroneous "-offset defaultsKristaps Dzonsons2010-06-126-65/+46
* Reverted to mdoc_term.c 1.149 (`It' does not inherit `Bl's cache,Kristaps Dzonsons2010-06-121-7/+10
* Moved `Bl -compact' into cached data. This allowed the removal ofKristaps Dzonsons2010-06-124-30/+29
* `Bl' is now using a struct instead of a single enum mdoc_list for itsKristaps Dzonsons2010-06-126-25/+31
* Removed stipulation that an empty `Bd -offset' will default to 6n. NotKristaps Dzonsons2010-06-127-33/+80
* Cache all of `Bd's resolved arguments into mdoc_bd, which is stashed inKristaps Dzonsons2010-06-126-56/+120
* Added enum mdoc_disp (similar to enum mdoc_list). Display types are nowKristaps Dzonsons2010-06-128-87/+77
* Add FreeBSD libraries (provided by Ulrich Spoerlein).Kristaps Dzonsons2010-06-111-0/+25
* Implement font-switching for PostScript. -Tps now supportsKristaps Dzonsons2010-06-112-61/+134
* Delay opening a word state until a character is ready to be output.Kristaps Dzonsons2010-06-111-20/+41
* Teach -Tps to ignore backspace-encoding by using a one-char buffer and aKristaps Dzonsons2010-06-113-5/+32
* Note that we use PostScript level 2, not 1 (the /Courier invocation).Kristaps Dzonsons2010-06-111-1/+1
* Allow open word contexts in -Tps to preserve whitespace, as whitespaceKristaps Dzonsons2010-06-101-3/+4
* Fix a regression that crept in in man_term.c 1.73 and mdoc_term.c 1.144.Ingo Schwarze2010-06-102-5/+4
* Fix adding some minimal intelligence to conditional parser. See roff.7Kristaps Dzonsons2010-06-103-35/+131
* Make "sub" for conditionals run roffnode_cleanscope() before callingKristaps Dzonsons2010-06-091-1/+11
* Squash bug noted by Ulrich Spoerlein where "-" were being converted toKristaps Dzonsons2010-06-095-44/+65
* Forgot to increment into the nil terminator. And call va_end() whileKristaps Dzonsons2010-06-091-1/+3
* Have the standard manpage header and footer print on every page of -TpsKristaps Dzonsons2010-06-095-68/+153
* Lint noops. Also fixed getsubopt() to be in unistd.h (noted by joerg@).Kristaps Dzonsons2010-06-082-0/+2
* Broke ascii_*() functions into term_ascii.cKristaps Dzonsons2010-06-085-250/+334
* No functionality changes: just restructuring. DeprecatedKristaps Dzonsons2010-06-086-40/+88
* Missing prototype for getsubopt() on NetBSD fixed.VERSION.1.10.1Kristaps Dzonsons2010-06-081-0/+1
* Fixed missing tag in www index.Kristaps Dzonsons2010-06-081-1/+0
* Updated version bits with PostScript goodies.Kristaps Dzonsons2010-06-071-36/+62
* Lint fix.Kristaps Dzonsons2010-06-072-1/+4
* First check-in of PostScript output. This does not change any logicKristaps Dzonsons2010-06-078-50/+332
* Added version bits for 1.10.1.Kristaps Dzonsons2010-06-073-9/+18
* I really should run -Tlint on my own manuals before committing them.Kristaps Dzonsons2010-06-071-2/+2
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-079-305/+216
* Forgot to check in manual along with -Owidth=width patch.Kristaps Dzonsons2010-06-071-2/+12
* Add -Owidth=width option to mandoc -Tascii. Asked for by joerg@ about aKristaps Dzonsons2010-06-074-9/+29
* Small fix to preserve trailing semicolons in examples.Kristaps Dzonsons2010-06-061-3/+3
* Merge a fix to avoid a regression in OpenBSD:Ingo Schwarze2010-06-061-0/+3
* Add MAP_SHARED for mmap, at least NetBSD with DIAGNOSTIC is quite noisyJoerg Sonnenberger2010-06-061-1/+1
* 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-45/+154
* Shortened "its calling syntax" -> "its syntax".Kristaps Dzonsons2010-06-061-35/+149
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-042-1/+7
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-045-3/+81
* Documented `In' in full.Kristaps Dzonsons2010-06-044-35/+63