summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Expand)AuthorAgeFilesLines
* Normalise SYNOPSIS behaviour after I gave up on following groff'sKristaps Dzonsons2010-06-071-77/+91
* Merge a fix to avoid a regression in OpenBSD:Ingo Schwarze2010-06-061-1/+4
* Fixed -Tascii and -Thtml rendering of `Ft' and `Fo'.Kristaps Dzonsons2010-06-061-33/+33
* Fix following the first: `Ft' is given special treatment if specified beforeKristaps Dzonsons2010-06-041-2/+4
* Fixed `Fn' newline behaviour and added some regression tests to thisKristaps Dzonsons2010-06-041-3/+10
* Documented `In' in full.Kristaps Dzonsons2010-06-041-18/+15
* Fixed `Fd' to format in the right way. Found when confused by what theKristaps Dzonsons2010-06-041-6/+1
* De Morgan's law not being applied properly. Noted by Ulrich Spoerlein.Kristaps Dzonsons2010-06-011-2/+2
* Remove enum mdocargerr from phrase() (unused).Kristaps Dzonsons2010-05-311-1/+2
* Migrate `Bl -column' phrases to be MDOC_BODY instead of MDOC_HEAD. ThisKristaps Dzonsons2010-05-301-17/+25
* Moved printing of empty word [back] into mdoc_action.c so that it's notKristaps Dzonsons2010-05-291-3/+1
* Commit of patch floated on discuss@ a few days ago: if an in_line scopeKristaps Dzonsons2010-05-291-1/+3
* Documented `Ud'.Kristaps Dzonsons2010-05-261-1/+5
* sync to OpenBSD:Ingo Schwarze2010-05-241-9/+7
* Handle literal tab characters both in literal context (.Bd -literal)Ingo Schwarze2010-05-241-1/+6
* fix an obvious typo in print_bvspace():Ingo Schwarze2010-05-241-2/+2
* Fix 1.125: Add missing return in termp_nm_pre.Joerg Sonnenberger2010-05-221-1/+2
* Increase performance by stashing the list type in struct mdoc_node.Kristaps Dzonsons2010-05-171-91/+48
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-3/+7
* LIBRARY can also occur in section 9.Kristaps Dzonsons2010-05-151-2/+2
* Make the output width an option for ascii_alloc and use that to computeJoerg Sonnenberger2010-05-151-2/+2
* Fixed bug in -Thtml -mdoc where `Lb' would line-break in LIBRARY section.Kristaps Dzonsons2010-05-131-8/+8
* Tiny EOS patch. Back-end cues front-end through flag. Front-end cues output...Kristaps Dzonsons2010-05-121-1/+4
* -man also now has unbound margins for literal context.Kristaps Dzonsons2010-05-101-3/+3
* Setting maxmargin, too (for completion).Kristaps Dzonsons2010-05-091-9/+13
* Allow literal contexts to have unbound line lengths (from Ingo Schwarze's man...Kristaps Dzonsons2010-05-091-23/+56
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason McI...Kristaps Dzonsons2010-04-081-22/+2
* Allow `Bd' to accept (warn about then ignore) in-line arguments.Kristaps Dzonsons2010-04-061-3/+3
* Let `Bl' accept arguments on the head line with a warning (these are ignored ...Kristaps Dzonsons2010-04-061-2/+12
* `Fl' now correctly suppresses the trailing space if followed by macros on the...Kristaps Dzonsons2010-04-061-3/+3
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no arguments...Kristaps Dzonsons2010-04-031-2/+5
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-291-2/+2
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-1/+4
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-301-3/+19
* Fix of subtle, but significant, resetting of tags when in list mode. Pointed...VERSION_1_9_15-pre2Kristaps Dzonsons2010-01-011-17/+20
* More in-code documentation and clarity re-arrangements.Kristaps Dzonsons2010-01-011-37/+66
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+5
* Correct handling of arbitrary column lengths, which groff handles differently...Kristaps Dzonsons2010-01-011-14/+15
* Cleaned-up column handling to be char-compatible with groff (thanks Ingo Schw...Kristaps Dzonsons2010-01-011-26/+38
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-11/+1
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-2/+17
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-67/+79
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-101-1/+4
* Patch on DragonFly BSD syntax (thanks Sascha Wildner).Kristaps Dzonsons2009-10-311-2/+2
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-271-24/+9
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-2/+2
* Full `%U' support.Kristaps Dzonsons2009-10-261-39/+40
* Added `%U' to -mdoc (doesn't render in a nice way yet).Kristaps Dzonsons2009-10-241-1/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-10/+4