summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
Commit message (Collapse)AuthorAgeFilesLines
* Lint fixes (no effect).Kristaps Dzonsons2009-06-121-2/+3
| | | | Versioning up.
* `Lk' is correctly handled as CALLABLE (note groff munges nested output).Kristaps Dzonsons2009-06-121-2/+24
| | | | | | | `Mt' is now CALLABLE. Fixed missing validate/action of zero-element, non-called inline elements. Fixed missing validate/action of nested inline element re-calls. Fixed bogus column argv index in validator.
* 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
| | | | Array boundary fixed (-W).
* Added -p1003.1-2008 specification.Kristaps Dzonsons2009-04-021-3/+4
| | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman.
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-2/+2
| | | | Initial man hashtab (BROKEN).
* General clean-ups.Kristaps Dzonsons2009-03-311-67/+137
|
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-0/+713