Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean-up. | Kristaps Dzonsons | 2009-06-17 | 1 | -3/+2 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+2 |
| | |||||
* | `Bl -column' now correctly handles tail entries (Bl -column -more... arg0...). | Kristaps Dzonsons | 2009-06-17 | 1 | -0/+51 |
| | |||||
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 1 | -1/+1 |
| | | | | Cleaned up string->enum conversion for section lookup. | ||||
* | Removed MDOC___: moved MDOC_Ap to its index (comments not passed into mdoc ↵ | Kristaps Dzonsons | 2009-06-16 | 1 | -2/+1 |
| | | | | parser). | ||||
* | Lint fixes (no effect). | Kristaps Dzonsons | 2009-06-12 | 1 | -1/+2 |
| | | | | Versioning up. | ||||
* | `Lk' is correctly handled as CALLABLE (note groff munges nested output). | Kristaps Dzonsons | 2009-06-12 | 1 | -1/+23 |
| | | | | | | | `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 Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | Removed forgotten printfs. | Kristaps Dzonsons | 2009-04-06 | 1 | -6/+0 |
| | |||||
* | Fix bogus use of mdoc->last in action pre-handler (!!!!!). | Kristaps Dzonsons | 2009-04-06 | 1 | -2/+9 |
| | |||||
* | Proper resetting of memory. | Kristaps Dzonsons | 2009-04-03 | 1 | -0/+5 |
| | | | | Array boundary fixed (-W). | ||||
* | Added -p1003.1-2008 specification. | Kristaps Dzonsons | 2009-04-02 | 1 | -2/+3 |
| | | | | | Fixed invalid memory accesses (concat()). Made -fign-macro be the default for libman. | ||||
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -1/+1 |
| | | | | Initial man hashtab (BROKEN). | ||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -66/+136 |
| | |||||
* | Added man_action.c, renamed mdoc_action.c. | Kristaps Dzonsons | 2009-03-25 | 1 | -0/+713 |