Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made out-of-order prologue macros not cause an error. | Kristaps Dzonsons | 2009-07-26 | 1 | -1/+4 |
| | |||||
* | Patches and results of LLVM static analysis (thanks uqs@sporlein.net). | Kristaps Dzonsons | 2009-07-25 | 1 | -1/+0 |
| | |||||
* | Added `St -ieee1275-94'. | Kristaps Dzonsons | 2009-07-24 | 1 | -1/+6 |
| | | | | Documented a future `Bd' fixme. | ||||
* | Added default print of `~' with empty `Pa' (not documented with OpenBSD, but ↵ | Kristaps Dzonsons | 2009-07-21 | 1 | -5/+5 |
| | | | | still applicable). | ||||
* | Added `br' and `sp' macros (requested by joerg@netbsd.org, jmc@openbsd.org). | Kristaps Dzonsons | 2009-07-17 | 1 | -0/+2 |
| | |||||
* | Subtle fixes correcting vis count with erroneously-decorated whitespace. | Kristaps Dzonsons | 2009-07-16 | 1 | -15/+0 |
| | |||||
* | Removed assertion (disregarded blank literal lines). | Kristaps Dzonsons | 2009-07-15 | 1 | -0/+15 |
| | |||||
* | Replacement of `Lb' in mdoc_action.c. | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+32 |
| | | | | | | Added warning against bogus `Lb' (like groff does). Added proper quotes around `Lb' in mdoc_term.c. Moved mdoc_a2lib -> libmdoc (where it belongs). | ||||
* | Moved mdoc_a2st() out of mdoc.h -> libmdoc.h (replacement in mdoc_action.c). | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+18 |
| | | | | Made bad standards into an error (were a warning). | ||||
* | Moved mdoc_a2att() into libmdoc (replacement happens in mdoc_action.c). | Kristaps Dzonsons | 2009-07-12 | 1 | -12/+38 |
| | |||||
* | Made `In' handling work in new-groff style (see mdoc.samples). | Kristaps Dzonsons | 2009-07-07 | 1 | -1/+2 |
| | |||||
* | Consolidated all err/warnings into mdoc.c via libmdoc.h. | Kristaps Dzonsons | 2009-07-06 | 1 | -83/+29 |
| | |||||
* | Consolidated mdoc_action pwarn->perr. | Kristaps Dzonsons | 2009-07-06 | 1 | -33/+19 |
| | |||||
* | Initial removal of enum mdoc_warn from mdoc warnings (unnecessary complication). | Kristaps Dzonsons | 2009-07-06 | 1 | -4/+3 |
| | |||||
* | Updating web-page to be a bit more compact. | Kristaps Dzonsons | 2009-06-25 | 1 | -1/+5 |
| | |||||
* | Noted .Cd tabs-ok issue (will fix later). | Kristaps Dzonsons | 2009-06-22 | 1 | -1/+1 |
| | | | | Added single space to -diag lists. | ||||
* | Added "Spacing" part of "Punctuation and Spacing" in mandoc.1 manual. | Kristaps Dzonsons | 2009-06-22 | 1 | -1/+1 |
| | | | | | | | 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 Dzonsons | 2009-06-18 | 1 | -5/+5 |
| | | | | Added nchild to libmdoc, deprecated count() functions in validator. | ||||
* | 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 |