summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening ↵Kristaps Dzonsons2010-03-291-2/+2
| | | | | | | | | | | and closing macro punctuation). Modify blk_part_exp() to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_exp(). Modify blk_part_imp() for to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_imp(). Integrate Ingo Schwarze's patch for args() (using new mdoc_iscdelim() format). Documented bad `Ec' handling for later work in mdoc_term.c/mdoc_html.c.
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths ↵Kristaps Dzonsons2010-03-231-1/+4
| | | | between parse sequences.
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg ↵Kristaps Dzonsons2010-01-301-3/+19
| | | | Sonnenberger.
* Fix of subtle, but significant, resetting of tags when in list mode. ↵VERSION_1_9_15-pre2Kristaps Dzonsons2010-01-011-17/+20
| | | | Pointed out by Ingo Schwarze.
* 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 ↵Kristaps Dzonsons2010-01-011-6/+5
| | | | architectures. Thanks to Joerg Sonnenberger.
* Correct handling of arbitrary column lengths, which groff handles ↵Kristaps Dzonsons2010-01-011-14/+15
| | | | differently depending on number of visible columns.
* Cleaned-up column handling to be char-compatible with groff (thanks Ingo ↵Kristaps Dzonsons2010-01-011-26/+38
| | | | | | Schwarze). Fixed assertion in exceeded rmargin by ridiculous columns.
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-011-11/+1
| | | | Backed out stipulation that `Fl ""' is ignored: this is not the case in !OpenBSD groffs.
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-011-2/+17
| | | | | Situation of `Fl [arg]* "" [arg]*' is fixed: empty arguments are ignored. Note that OpenBSD crashes when this happens. Situation of `Fl' is fixed wrt trailing whitespace.
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-67/+79
| | | | | | | | | bold and underline, we use a stack (no cascading, no double-font-mode). Font modes with \f only affect the current stack point, as documented in mdoc.7 and man.7. While -mdoc stacks fonts with embedded macros, -man replaces them (the stack is always size 1). This works for all invocations in supported systems' manual corpora to date. It doesn't support groff's insanity with line-scoped \f as documented in mdoc.7.
* 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
| | | | Noted inclusion into DragonFly BSD (thanks Sascha Wildner).
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
| | | | Removed err.h from inclusions (less main.c--still in progress).
* 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
| | | | | | | `Lk' display fixed. Renamed arg2xxxx as a2xxxx for consistency. Renamed print_foot to print_man_foot for consistency. Removed default printing of `~' when `Lk' not provided (not sure where I got that from).
* 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
| | | | Noted by Ulrich Sporlein.
* More fixes to scaling-width multipliers (which, just to make my life ↵Kristaps Dzonsons2009-10-191-4/+4
| | | | difficult, differ not only between -mdoc and -man, but between various invocation, e.g., -offset and -width).
* Made sure devices and formats recognise that -man and -mdoc have different ↵Kristaps Dzonsons2009-10-181-17/+14
| | | | syntax for scaling widths: -mdoc assumes no unit means that the value is a string literal while -man instead uses the default vertical/horizontal scale.
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-54/+47
| | | | Terminal scaling backend pushed into term.c.
* Added support for `Bd -centered', which appears in newer groffs (not yet ↵Kristaps Dzonsons2009-10-151-1/+3
| | | | implemented in centre-capable front-ends, i.e., -Thtml).
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-2/+17
| | | | Pushed terminal_{mdoc,man} into {mdoc,man}_term.c.
* Fix hang lists in -Tascii -Tmdoc, which seem to have been broken since ~1.8.x.Kristaps Dzonsons2009-10-101-36/+1
| | | | Noted similarity of HP/TP and -hang/-tag in mandoc.1.
* `Bd' literals in -Tascii -mdoc were losing the first line's newline. Fixed.Kristaps Dzonsons2009-10-071-1/+4
|
* `Fn' does not print empty ftype span.Kristaps Dzonsons2009-10-031-189/+180
| | | | -Tascii `node' and `meta' args in DECL_ARGS renamed to `n' and `m' to be more coherent with -Thtml.
* Fixed `Bd' prior vertical space (was ignoring -compact).Kristaps Dzonsons2009-09-261-60/+38
| | | | Fixed effect of embedding macros in `Bd' (was printing all on each line instead of grouping).
* -Tascii correctly prints `%T' in `Rs' with quotes.Kristaps Dzonsons2009-09-241-4/+23
| | | | | -Thtml behaves like -Tascii for printing. Printing of `Rs' elements cross-checked with new groff.
* Added EBADCHILD error (bad child of parent context).Kristaps Dzonsons2009-09-241-3/+4
| | | | | `Rs' post-checks that all children are proper bibliographic elements. `Rs' correctly re-orders its children as per groff's output (including %C).
* Fix in -Tascii where `Lb' causes line-break in any section (should only ↵Kristaps Dzonsons2009-09-241-5/+1
| | | | | | | happen in LIBRARY). `Fn' first parameter is broken apart into ftype and fname in -Thtml (for correct style application). Fixed \0 special character.
* Sync'd example style-sheet to be more like OpenBSD's default (KISS).Kristaps Dzonsons2009-09-241-5/+6
| | | | -Thtml and -Tascii now have equivalent functionality.
* Added Bf, Pf, etc. to -Thtml.Kristaps Dzonsons2009-09-241-2/+4
| | | | Fixed Rs in -Tascii to behave properly when not in "SEE ALSO" section.
* Many more macros added to -Thtml.Kristaps Dzonsons2009-09-241-1/+2
| | | | Minor space issues fixed in -Tascii.
* Fix segfault in -Thtml column lists.Kristaps Dzonsons2009-09-221-3/+3
| | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml.
* Fix height of hard-breaks in -Thtml.Kristaps Dzonsons2009-09-211-2/+2
|
* Consolidation of Pp/sp/br/Lp stuff.Kristaps Dzonsons2009-09-211-30/+14
|
* Headers and footers in -Thtml. Various minor additions.Kristaps Dzonsons2009-09-201-1/+2
|
* Bl -column in place for -Thtml.Kristaps Dzonsons2009-09-201-2/+2
|
* Some extra html tags and near-complete Bl: -tag is hopeless (synonym for ↵Kristaps Dzonsons2009-09-201-1/+2
| | | | -hang, now) and -column is still pending.
* Considerable, wide-ranging improvements to the -Thtml output mode (most ↵Kristaps Dzonsons2009-09-201-2/+3
| | | | especially proper tagging and using `em' instead of `px').
* Hang lists in html (the hard one first).Kristaps Dzonsons2009-09-171-1/+37
|
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-52/+45
| | | | Put err() functions back into front-ends (no use making it needlessly complex).
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ↵Kristaps Dzonsons2009-09-151-263/+64
| | | | | | increments. Cleaned up confusing behaviour of p->flags.
* Updated manual structure in mdoc.7.Kristaps Dzonsons2009-08-201-24/+48
| | | | | | Synchronised mdoc.template and mdoc.7 manual structure. `Rv' and `Ex' now accept multiple arguments (-std made standalone, terms as children). `Rv' and `Ex' format correctly in -Tascii (plurals, commas, etc.).
* More already-fixed FIXMEs.Kristaps Dzonsons2009-08-191-4/+2
|
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-1/+4
| | | | Improved handling of libman `IP' macro (still needs work).
* Fixed groff-compat where two `Sh' calls, with the first not having a body, ↵Kristaps Dzonsons2009-07-291-4/+9
| | | | don't assert vspace between calls.
* Moved CALLABLE check to lookup_raw().Kristaps Dzonsons2009-07-291-2/+5
| | | | | | Made PARSABLE check occur prior to lookup(). Non-PARSEABLE macros no longer warn against having macro-like parameters. Non-CALLABLE macros no longer produce an error, just display their symbols (as in groff) (pointed out by joerg@netbsd.org).
* Patches and results of LLVM static analysis (thanks uqs@sporlein.net).Kristaps Dzonsons2009-07-251-1/+2
|