summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
Commit message (Expand)AuthorAgeFilesLines
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-1/+9
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-231-2/+5
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-10/+24
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-37/+44
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-6/+5
* Fixed \c support for all input and output modes (documented in mandoc_char.7).Kristaps Dzonsons2009-11-121-12/+3
* Deprecated ".i <notext>" support (nobody uses it -- it can be re-added, but a...Kristaps Dzonsons2009-11-121-14/+2
* Basically re-wrote -Tascii font handling: instead of incrementers forKristaps Dzonsons2009-11-121-80/+36
* Noted that -man text decoration is re-set when exiting a macro invocation.Kristaps Dzonsons2009-11-101-2/+6
* Disable metafonts when printing document footer.Kristaps Dzonsons2009-11-101-1/+3
* Consolidated `RI' and `IR' handlers (-man -Tascii).Kristaps Dzonsons2009-11-051-25/+10
* Fixed `RI' (was reversed).Kristaps Dzonsons2009-11-051-3/+3
* More lint fixes.Kristaps Dzonsons2009-10-301-2/+1
* Removed dynamic allocations of header/footer data.Kristaps Dzonsons2009-10-271-18/+7
* Full `%U' support.Kristaps Dzonsons2009-10-261-30/+30
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+4
* Fixed maddening mismatch between groff and strftime mismatch of day ("%e"). ...Kristaps Dzonsons2009-10-221-7/+3
* Fixed strftime stray %d -> %e (pointed out by Ulrich Sporlein).Kristaps Dzonsons2009-10-211-2/+2
* Lint fixes.Kristaps Dzonsons2009-10-181-4/+4
* Made sure devices and formats recognise that -man and -mdoc have different sy...Kristaps Dzonsons2009-10-181-7/+11
* Arbitrary horizontal and vertical scaling widths now handled by -mdoc -Tascii.Kristaps Dzonsons2009-10-181-117/+51
* Fitted -man -Tascii with scaling units (.5i, etc.).Kristaps Dzonsons2009-10-181-2/+45
* Added horizontal scaling units to -Tman -Tascii.Kristaps Dzonsons2009-10-181-27/+46
* Moved output definitions into main.h.Kristaps Dzonsons2009-10-131-8/+28
* Consolidated some -man -Tascii functions.Kristaps Dzonsons2009-10-081-58/+29
* Header buffers in -man -Tascii are static.Kristaps Dzonsons2009-10-071-8/+3
* Structural components of -man -Thtml in place (note that HP is the same as IP...Kristaps Dzonsons2009-10-041-2/+1
* Added initial -man framework for -Thtml.Kristaps Dzonsons2009-10-031-2/+3
* Made tree/term/out() functions return void.Kristaps Dzonsons2009-09-161-20/+13
* Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ...Kristaps Dzonsons2009-09-151-35/+49
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-2/+13
* FreeBSD fix (uqs@spoerlein.net).Kristaps Dzonsons2009-08-211-1/+3
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-2/+3
* `RS' blocks correctly formatting in output device.Kristaps Dzonsons2009-08-191-20/+89
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+3
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-35/+82
* `IP' and `TP' correctly handle width arguments.Kristaps Dzonsons2009-08-171-15/+51
* Finished correct `IP' handling.Kristaps Dzonsons2009-08-131-43/+69
* Added proper `TP' support.Kristaps Dzonsons2009-08-131-26/+41
* Added full `HP' libman macro support.Kristaps Dzonsons2009-08-131-3/+36
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-46/+189
* Moved indentation size into *term.c files.Kristaps Dzonsons2009-08-101-20/+90
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-1/+2
* Fixed libman .br to be a newline, not a .PP alias.Kristaps Dzonsons2009-06-181-2/+13
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-4/+6
* Removed superfluous ifdef around strftime (schwarze@openbsd.org).Kristaps Dzonsons2009-06-151-5/+1
* Backed-out .IP changes for libman (needs work).Kristaps Dzonsons2009-06-111-1/+6
* Documented some un-clear parts of main.c.Kristaps Dzonsons2009-06-111-2/+4
* Fixed email address in manual AUTHOR reference.Kristaps Dzonsons2009-06-111-2/+2