summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_action.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge man_action.c into man_validate.c.schwarze2010-12-011-294/+0
* Now that we have proper .de support in the roff(7) library,schwarze2010-11-291-4/+1
* Implement the roff .ft (change font) request for man(7).schwarze2010-11-291-1/+2
* Move tbl output from plain stdio to mandoc terminal output routines.schwarze2010-10-151-1/+3
* Minimal glue to integrate tbl into the mandoc man(7) parser and formatter.schwarze2010-10-151-1/+17
* Sync to bsd.lv; in particular, pull in lots of bug fixes.schwarze2010-07-251-2/+3
* Merge bsd.lv release 1.10.0,schwarze2010-06-061-4/+13
* plug second meta.source leak in .UT handling; from kristaps@schwarze2010-05-241-1/+4
* fix memory leak for .AT; from kristaps@schwarze2010-05-241-1/+4
* Unified error and warning message system for all of mandoc,schwarze2010-05-231-4/+5
* implement .AT and .UC; from Joerg Sonnenbergerschwarze2010-05-231-2/+84
* Support nested roff instructions:schwarze2010-05-201-4/+1
* In theory, Kristaps never intended to write a roff parser,schwarze2010-05-161-22/+1
* removed restriction on integer manual sections in -man;schwarze2010-05-151-14/+7
* Implement roff conditional instructions .if .ie .el, in man(7) only for now;schwarze2010-04-251-1/+4
* merge 1.9.17, keeping local patchesschwarze2010-03-261-5/+28
* merge 1.9.16, keeping local patchesschwarze2010-03-251-19/+3
* Accept the non-standard macros .Sp (similar to .sp)schwarze2010-03-021-1/+4
* sync to 1.9.13: minor fixes:schwarze2009-12-231-30/+12
* sync to 1.9.12, mostly portability and refactoring:schwarze2009-12-221-11/+6
* sync to 1.9.11: adapt printing of dates to groff conventions,schwarze2009-10-271-1/+2
* sync to 1.9.2: Add .UC libman macro for compatibility, has no effect.schwarze2009-09-181-1/+2
* another large chunk of -man updates,schwarze2009-08-221-11/+41
* Kristaps@ significantly overhauled libman.schwarze2009-08-221-3/+4
* sync to 1.8.4: support .sp in -manschwarze2009-08-221-1/+2
* sync to 1.7.20: error reporting functions for -manschwarze2009-06-231-10/+7
* sync to 1.7.19: improved comment handlingschwarze2009-06-181-3/+2
* sync to 1.7.16: comments, whitespace and spelling fixes; no functional changeschwarze2009-06-141-13/+11
* Initial check-in of mandoc for formatting manuals. ok deraadt@kristaps2009-04-061-0/+192