summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Added several macros to man_term.c.VERSION_1_7_5Kristaps Dzonsons2009-03-261-8/+128
* Fixed after-NLINE-error assertion.Kristaps Dzonsons2009-03-265-12/+17
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-2612-415/+862
* Version (getting ready for abstracting term.c).Kristaps Dzonsons2009-03-261-2/+2
* Fixed inheritence of initial macro into man_macro.Kristaps Dzonsons2009-03-263-20/+27
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-266-451/+59
* *** empty log message ***Kristaps Dzonsons2009-03-255-56/+27
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-254-20/+50
* Linux fix (prototype).Kristaps Dzonsons2009-03-251-1/+4
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-254-101/+101
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-256-30/+248
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-258-30/+244
* FreeBSD uses sha256 now.Kristaps Dzonsons2009-03-251-1/+1
* More fixes from Ulrich Sporlein. (freebsd)Kristaps Dzonsons2009-03-243-32/+34
* Updating web-site.Kristaps Dzonsons2009-03-242-25/+23
* Fixing web-site (had old references).Kristaps Dzonsons2009-03-242-24/+18
* Added FreeBSD port Makefile.Kristaps Dzonsons2009-03-231-0/+22
* Added FreeBSD port.Kristaps Dzonsons2009-03-232-6/+41
* Bumped version (testing).Kristaps Dzonsons2009-03-231-1/+1
* Fixed inclusion of MANSRCS (sorry, Ulrich).Kristaps Dzonsons2009-03-232-3/+3
* Initial documentation in place for man.7.Kristaps Dzonsons2009-03-233-8/+560
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-239-37/+82
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-2310-212/+264
* Linux fixes.Kristaps Dzonsons2009-03-233-24/+25
* First addition of -man macro support.Kristaps Dzonsons2009-03-2325-245/+924
* More manual documentation fixed/improved.Kristaps Dzonsons2009-03-234-24/+84
* Fixed Bd -compact.Kristaps Dzonsons2009-03-223-24/+42
* More manuals.7.Kristaps Dzonsons2009-03-221-12/+4
* Backed-out STRIP_XO by default.Kristaps Dzonsons2009-03-221-2/+2
* Lint fixes.Kristaps Dzonsons2009-03-223-7/+9
* Removed Xo/Xc no-support notices.Kristaps Dzonsons2009-03-222-9/+4
* Stripping of Xo/Xc macros in main.c (ifdef STRIP_XO).Kristaps Dzonsons2009-03-224-65/+136
* More updates.Kristaps Dzonsons2009-03-221-13/+18
* More manuals.7 updates.Kristaps Dzonsons2009-03-221-103/+30
* Draft of manuals.7 for inspection.Kristaps Dzonsons2009-03-221-32/+329
* More documentation clarification.Kristaps Dzonsons2009-03-224-13/+90
* Fixes to dynamic addition of Bl width.Kristaps Dzonsons2009-03-215-69/+60
* Updated NetBSD pkgsrc to be like Joerg's.Kristaps Dzonsons2009-03-212-8/+9
* Freed more macros from zero-length restrictions.Kristaps Dzonsons2009-03-216-12/+15
* Versioning.Kristaps Dzonsons2009-03-211-1/+1
* More macros freed from unnecessary limitations on numargs.Kristaps Dzonsons2009-03-212-12/+12
* Handling -width="" in lists.Kristaps Dzonsons2009-03-211-3/+3
* Versioning up.Kristaps Dzonsons2009-03-211-1/+1
* `Em' accepts empty tokens.Kristaps Dzonsons2009-03-216-79/+193
* Category devel -> textproc.VERSION_1_6_5Kristaps Dzonsons2009-03-213-5/+5
* Lint fixes.Kristaps Dzonsons2009-03-213-8/+12
* Versioning up.Kristaps Dzonsons2009-03-211-2/+2
* Added %Q macro.Kristaps Dzonsons2009-03-217-9/+16
* Fixed new partial-imp closure (wasn't action-ing closed scopes).Kristaps Dzonsons2009-03-211-10/+6
* Explicit-scope can break some implicit partial-block (Oc -> Op).Kristaps Dzonsons2009-03-211-18/+45