summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_action.c
Commit message (Collapse)AuthorAgeFilesLines
* Noted .Cd tabs-ok issue (will fix later).Kristaps Dzonsons2009-06-221-2/+2
| | | | Added single space to -diag lists.
* Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual.Kristaps Dzonsons2009-06-221-2/+2
| | | | | | | Fixed `Ds' meta-macro default width. Fixed -width and -offset "indent", "indent-two", and "left" widths. Fixed -width and -offset literal-word and numeric widths. Fixed off-by-one errors in whitespace output (schwarze@openbsd.org).
* Added nchild decrement in libman (not used, but better in than forgotten).Kristaps Dzonsons2009-06-181-6/+6
| | | | Added nchild to libmdoc, deprecated count() functions in validator.
* 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
| | | | Cleaned up string->enum conversion for section lookup.
* Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵Kristaps Dzonsons2009-06-161-3/+2
| | | | parser).
* 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