| Commit message (Expand) | Author | Age | Files | Lines |
* | Lint fixes.VERSION.1.9.17 | Kristaps Dzonsons | 2010-03-25 | 1 | -0/+2 |
* | Cleaned up version info. | Kristaps Dzonsons | 2010-03-25 | 2 | -6/+6 |
* | Fixed up some documentation in man.7: only documenting man.7 macros, not rela... | Kristaps Dzonsons | 2010-03-25 | 4 | -52/+68 |
* | Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr... | Kristaps Dzonsons | 2010-03-24 | 8 | -43/+233 |
* | enum-ised rew_* return values (type-safety). | Kristaps Dzonsons | 2010-03-24 | 2 | -16/+11 |
* | libman using enum mant instead of #defines for macros. | Kristaps Dzonsons | 2010-03-23 | 5 | -77/+106 |
* | Noted recent updates. | Kristaps Dzonsons | 2010-03-23 | 1 | -0/+7 |
* | Added stupid pod2man reserved strings. | Kristaps Dzonsons | 2010-03-23 | 3 | -5/+45 |
* | Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee... | Kristaps Dzonsons | 2010-03-23 | 4 | -16/+21 |
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ... | Kristaps Dzonsons | 2010-03-23 | 8 | -79/+128 |
* | Removed STANDARDS in mandoc_char(7), as they're no longer relevant (the manua... | Kristaps Dzonsons | 2010-03-22 | 1 | -13/+0 |
* | Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch... | Kristaps Dzonsons | 2010-03-22 | 2 | -33/+45 |
* | Updated web-site with new version.VERSION.1.9.16 | Kristaps Dzonsons | 2010-03-22 | 3 | -65/+45 |
* | Clarify -man -T[x]html handling of `br' within `B'. | Kristaps Dzonsons | 2010-03-22 | 5 | -51/+89 |
* | Accomodate (libman) for next-line macros followed by non-text macros `na', `s... | Kristaps Dzonsons | 2010-03-22 | 7 | -58/+127 |
* | Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-03-21 | 2 | -0/+2 |
* | Added news item for new version.VERSION.1.9.15 | Kristaps Dzonsons | 2010-02-17 | 2 | -4/+9 |
* | Fixed printing of XHTML DOCTYPE "html" vs. "HTML". | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+5 |
* | Updated index with new address bits and such. | Kristaps Dzonsons | 2010-02-17 | 2 | -192/+219 |
* | Made `Xr' compatible with groff calling conventions where arguments following... | Kristaps Dzonsons | 2010-02-17 | 2 | -5/+19 |
* | Macro documentation for `Xr'. | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+32 |
* | Removed offsets from most parts (no reason for indentation). | Kristaps Dzonsons | 2010-02-17 | 2 | -36/+38 |
* | Added `Vt' double-type documentation. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+32 |
* | Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S... | Kristaps Dzonsons | 2010-01-30 | 5 | -7/+79 |
* | Mandate html attributes for xhtml. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+27 |
* | Fixed Makefile for `make lint' dep. on config.h | Kristaps Dzonsons | 2010-01-29 | 8 | -23/+127 |
* | Removed superfluous lookahead block in chars.c. | Kristaps Dzonsons | 2010-01-28 | 1 | -12/+0 |
* | Fix white-space issues found by mandoc's better white-space finder. | Kristaps Dzonsons | 2010-01-07 | 5 | -43/+43 |
* | Check for white-space at the end of free-form text. Lack of check spotted by... | Kristaps Dzonsons | 2010-01-07 | 2 | -3/+38 |
* | Check for white-space at end of stand-alone macro line. | Kristaps Dzonsons | 2010-01-07 | 2 | -8/+23 |
* | mandoc_char(7) sync with OpenBSD version. | Kristaps Dzonsons | 2010-01-07 | 1 | -1/+1 |
* | Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-01-05 | 3 | -4/+1 |
* | Fixed -column widths to be string literals (as per mdoc.samples: surprise!). ... | Kristaps Dzonsons | 2010-01-05 | 1 | -25/+25 |
* | Version (pre): 1.9.15-pre2 | Kristaps Dzonsons | 2010-01-01 | 1 | -2/+2 |
* | Fix of subtle, but significant, resetting of tags when in list mode. Pointed...VERSION.1.9.15-pre2 | Kristaps Dzonsons | 2010-01-01 | 1 | -16/+19 |
* | More in-code documentation and clarity re-arrangements. | Kristaps Dzonsons | 2010-01-01 | 1 | -36/+65 |
* | CFLAGS need -Werror to make the strlcpy/strlcat check work. | Kristaps Dzonsons | 2010-01-01 | 1 | -2/+2 |
* | Big check-in of compatibility layer. This should work on most major architec... | Kristaps Dzonsons | 2010-01-01 | 36 | -67/+207 |
* | Noted non-accepted comment syntax (thanks Joerg Sonnenberger).VERSION.1.9.15-pre1 | Kristaps Dzonsons | 2010-01-01 | 1 | -0/+4 |
* | Issue of `Pa' put to rest by Jason McIntyre. Noted in COMPATIBILITY. | Kristaps Dzonsons | 2010-01-01 | 1 | -5/+79 |
* | `Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze. | Kristaps Dzonsons | 2010-01-01 | 1 | -3/+10 |
* | Correct handling of arbitrary column lengths, which groff handles differently... | Kristaps Dzonsons | 2010-01-01 | 1 | -13/+14 |
* | Cleaned-up column handling to be char-compatible with groff (thanks Ingo Schw... | Kristaps Dzonsons | 2010-01-01 | 1 | -25/+37 |
* | Documented `Fl' in mdoc.7. | Kristaps Dzonsons | 2010-01-01 | 3 | -26/+26 |
* | `Fl' has each argument be in a separate scope (thanks Ingo Schwarze). | Kristaps Dzonsons | 2010-01-01 | 3 | -4/+51 |
* | Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, disc... | Kristaps Dzonsons | 2009-12-02 | 2 | -3/+6 |
* | Version: 1.9.14.VERSION.1.9.14 | Kristaps Dzonsons | 2009-11-16 | 1 | -2/+2 |
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 5 | -77/+128 |
* | Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1). | Kristaps Dzonsons | 2009-11-16 | 5 | -10/+25 |
* | Abstraction of -Thtml -man font setting (still experimental). | Kristaps Dzonsons | 2009-11-16 | 3 | -34/+58 |