summaryrefslogtreecommitdiffstatshomepage
Commit message (Expand)AuthorAgeFilesLines
* Whitespace fix.VERSION_1_9_21Kristaps Dzonsons2010-03-311-3/+3
* Version (bug-fix).Kristaps Dzonsons2010-03-311-2/+2
* Escape TH -> Th (noticed by Joerg Sonnenberger).Kristaps Dzonsons2010-03-303-25/+30
* Modified in_line_eoln() to handle leading punctuation.VERSION_1_9_20Kristaps Dzonsons2010-03-303-30/+42
* Last remaining bits for leading-punctuation in blk_exp().Kristaps Dzonsons2010-03-301-54/+66
* Fixed segfault with accidentally-munged tree.Kristaps Dzonsons2010-03-291-11/+9
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening an...Kristaps Dzonsons2010-03-295-91/+123
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-296-37/+44
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-293-9/+28
* Fix mandoc.1 ending (noted by Sascha Wildner).VERSION_1_9_19Kristaps Dzonsons2010-03-271-2/+3
* Last fix for tabs/spaces between control character and macro. egcs gcc.1 is ...VERSION_1_9_18Kristaps Dzonsons2010-03-271-2/+2
* ...finishing last commit message: accept both tabs and spaces between control...Kristaps Dzonsons2010-03-271-3/+3
* *** empty log message ***Kristaps Dzonsons2010-03-271-2/+6
* Lint fixes.Kristaps Dzonsons2010-03-273-6/+7
* Lint fixes.Kristaps Dzonsons2010-03-271-5/+1
* Documentation of apostrophe control character.Kristaps Dzonsons2010-03-272-7/+28
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-278-61/+223
* Fixed misspelt "Loongson" (noted by Ingo Schwarze).Kristaps Dzonsons2010-03-262-5/+5
* Lint fixes.VERSION_1_9_17Kristaps Dzonsons2010-03-251-1/+3
* Cleaned up version info.Kristaps Dzonsons2010-03-252-7/+7
* Fixed up some documentation in man.7: only documenting man.7 macros, not rela...Kristaps Dzonsons2010-03-254-58/+74
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-248-51/+241
* enum-ised rew_* return values (type-safety).Kristaps Dzonsons2010-03-242-18/+13
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-235-82/+111
* Noted recent updates.Kristaps Dzonsons2010-03-231-1/+8
* Added stupid pod2man reserved strings.Kristaps Dzonsons2010-03-233-9/+49
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths betwee...Kristaps Dzonsons2010-03-234-20/+25
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-238-88/+137
* Removed STANDARDS in mandoc_char(7), as they're no longer relevant (the manua...Kristaps Dzonsons2010-03-221-15/+2
* Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo Sch...Kristaps Dzonsons2010-03-222-35/+47
* Updated web-site with new version.VERSION_1_9_16Kristaps Dzonsons2010-03-223-66/+46
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-225-57/+95
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-227-66/+135
* Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-03-212-3/+5
* Added news item for new version.VERSION_1_9_15Kristaps Dzonsons2010-02-172-5/+10
* Fixed printing of XHTML DOCTYPE "html" vs. "HTML".Kristaps Dzonsons2010-02-171-2/+6
* Updated index with new address bits and such.Kristaps Dzonsons2010-02-172-192/+219
* Made `Xr' compatible with groff calling conventions where arguments following...Kristaps Dzonsons2010-02-172-7/+21
* Macro documentation for `Xr'.Kristaps Dzonsons2010-02-171-3/+34
* Removed offsets from most parts (no reason for indentation).Kristaps Dzonsons2010-02-172-40/+42
* Added `Vt' double-type documentation.Kristaps Dzonsons2010-01-301-7/+34
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg S...Kristaps Dzonsons2010-01-305-12/+84
* Mandate html attributes for xhtml.Kristaps Dzonsons2010-01-301-6/+28
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-298-31/+135
* Removed superfluous lookahead block in chars.c.Kristaps Dzonsons2010-01-281-13/+1
* Fix white-space issues found by mandoc's better white-space finder.Kristaps Dzonsons2010-01-075-53/+53
* Check for white-space at the end of free-form text. Lack of check spotted by...Kristaps Dzonsons2010-01-072-5/+40
* Check for white-space at end of stand-alone macro line.Kristaps Dzonsons2010-01-072-10/+25
* mandoc_char(7) sync with OpenBSD version.Kristaps Dzonsons2010-01-071-3/+3
* Removed references to `\\' escape (noted by Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-01-053-7/+4