summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
Commit message (Expand)AuthorAgeFilesLines
* Noted .Cd tabs-ok issue (will fix later).Kristaps Dzonsons2009-06-221-2/+2
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-2/+2
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-6/+6
* Clean-up.Kristaps Dzonsons2009-06-171-4/+3
* Lint fixes.Kristaps Dzonsons2009-06-171-3/+3
* `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...).Kristaps Dzonsons2009-06-171-1/+52
* Section orders are more elegantly handled (MDOC_PBODY is a flag).Kristaps Dzonsons2009-06-171-2/+2
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc pa...Kristaps Dzonsons2009-06-161-3/+2
* Lint fixes (no effect).Kristaps Dzonsons2009-06-121-2/+3
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-2/+24
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* Removed forgotten printfs.Kristaps Dzonsons2009-04-061-7/+1
* Fix bogus use of mdoc->last in action pre-handler (!!!!!).Kristaps Dzonsons2009-04-061-3/+10
* Proper resetting of memory.Kristaps Dzonsons2009-04-031-1/+6
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-3/+4
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-2/+2
* General clean-ups.Kristaps Dzonsons2009-03-311-67/+137
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-0/+713