Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Section orders are more elegantly handled (MDOC_PBODY is a flag). | Kristaps Dzonsons | 2009-06-17 | 1 | -2/+3 |
| | | | | Cleaned up string->enum conversion for section lookup. | ||||
* | Deprecated mdoc_msg (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 1 | -5/+1 |
| | |||||
* | Removed mdoc_nwarn (not being used anywhere). | Kristaps Dzonsons | 2009-06-15 | 1 | -2/+0 |
| | |||||
* | mdoc error/warn macros replaced with real functions for GCC2 support ↵ | Kristaps Dzonsons | 2009-06-15 | 1 | -32/+15 |
| | | | | (miod@openbsd.org). | ||||
* | 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 |
| | |||||
* | Made \(ss render as "ss", documented under COMPATIBILITY in mandoc_char.7. | Kristaps Dzonsons | 2009-04-12 | 1 | -4/+0 |
| | |||||
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -3/+3 |
| | | | | Initial man hashtab (BROKEN). | ||||
* | General clean-ups. | Kristaps Dzonsons | 2009-03-31 | 1 | -3/+0 |
| | |||||
* | -man linked to mandoc in documentation. | Kristaps Dzonsons | 2009-03-23 | 1 | -1/+1 |
| | |||||
* | First addition of -man macro support. | Kristaps Dzonsons | 2009-03-23 | 1 | -0/+160 |
Abstraction of mdoc. |