summaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kristaps Dzonsons2010-03-254-58/+74
| | | | related ones (de, Vb, etc.), which aren't technically man. It's an open question as to where these /should/ be documented, however.
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and ↵Kristaps Dzonsons2010-03-248-51/+241
| | | | | | | friends (much simpler). Split blk_imp() into blk_exp() (explicit macros), blk_dotted() (roff macros), and the original. Added de, dei, am, ami, and ig roff macros (for now, these are discarded within the parse).
* enum-ised rew_* return values (type-safety).Kristaps Dzonsons2010-03-242-18/+13
| | | | | Removed ignoring of MAN_Vb argument (symmetry). Removed superfluous utsname inclusion.
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-235-82/+111
| | | | | Clean-ups, better documentation in man_hash.c. Added extra space for "." in man_hash.c (unused for the time being).
* 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 ↵Kristaps Dzonsons2010-03-234-20/+25
| | | | between parse sequences.
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ↵Kristaps Dzonsons2010-03-238-88/+137
| | | | set of patches by Ingo Schwarze.
* Removed STANDARDS in mandoc_char(7), as they're no longer relevant (the ↵Kristaps Dzonsons2010-03-221-15/+2
| | | | manual deals with input characters, not output formats).
* Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo ↵Kristaps Dzonsons2010-03-222-35/+47
| | | | Schwarze.
* Updated web-site with new version.VERSION_1_9_16Kristaps Dzonsons2010-03-223-66/+46
| | | | Allowed double-rule entries in Makefile (clean-up).
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-225-57/+95
| | | | | Consolidated node unlinking in -man. Conclude nested next-line scope issues noted by Ingo Schwarze.
* Accomodate (libman) for next-line macros followed by non-text macros `na', ↵Kristaps Dzonsons2010-03-227-66/+135
| | | | | | `sp', and `br'. Based on a patch by Ingo Schwarze.
* 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
| | | | Version: 1.9.15.
* 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 ↵Kristaps Dzonsons2010-02-172-7/+21
| | | | | | following the trailing section are implicitly `Ns'd. Based on a patch submitted by Ingo Schwarze.
* Macro documentation for `Xr'.Kristaps Dzonsons2010-02-171-3/+34
| | | | | Re-added macros following `Vt' (lost somehow?). Removed `Xr' <3 stipulations.
* Removed offsets from most parts (no reason for indentation).Kristaps Dzonsons2010-02-172-40/+42
| | | | | Using POSIX2008 idioms for examples (thanks Joerg Sonnenberger). Removed references to fgetln().
* Added `Vt' double-type documentation.Kristaps Dzonsons2010-01-301-7/+34
|
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg ↵Kristaps Dzonsons2010-01-305-12/+84
| | | | Sonnenberger.
* 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
| | | | Added -Txhtml for XHTML output (minimal increase to programme logic). Because groff has it and it bothers me that we don't.
* 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
| | | | Fixed bogus `\\' escapes in some manuals.
* Check for white-space at the end of free-form text. Lack of check spotted ↵Kristaps Dzonsons2010-01-072-5/+40
| | | | by Jason McIntyre.
* 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
|
* Fixed -column widths to be string literals (as per mdoc.samples: surprise!). ↵Kristaps Dzonsons2010-01-051-27/+27
| | | | | | | (Jason McIntyre, Ingo Schwarze) Remove trailing whitespace. (Jason McIntyre, Ingo Schwarze). Remove reference to `\\', which is a groff strangeism. (Jason McIntyre, Ingo Schwarze).
* Version (pre): 1.9.15-pre2Kristaps Dzonsons2010-01-011-2/+2
|
* Fix of subtle, but significant, resetting of tags when in list mode. ↵VERSION_1_9_15-pre2Kristaps Dzonsons2010-01-011-17/+20
| | | | Pointed out by Ingo Schwarze.
* More in-code documentation and clarity re-arrangements.Kristaps Dzonsons2010-01-011-37/+66
|
* CFLAGS need -Werror to make the strlcpy/strlcat check work.Kristaps Dzonsons2010-01-011-2/+2
|
* Big check-in of compatibility layer. This should work on most major ↵Kristaps Dzonsons2010-01-0136-97/+237
| | | | architectures. Thanks to Joerg Sonnenberger.
* Noted non-accepted comment syntax (thanks Joerg Sonnenberger).VERSION_1_9_15-pre1Kristaps Dzonsons2010-01-011-1/+5
|
* Issue of `Pa' put to rest by Jason McIntyre. Noted in COMPATIBILITY.Kristaps Dzonsons2010-01-011-6/+80
|
* `Bl' lets `Sm' slip by as a child. Noted by Ingo Schwarze.Kristaps Dzonsons2010-01-011-4/+11
|
* Correct handling of arbitrary column lengths, which groff handles ↵Kristaps Dzonsons2010-01-011-14/+15
| | | | differently depending on number of visible columns.
* Cleaned-up column handling to be char-compatible with groff (thanks Ingo ↵Kristaps Dzonsons2010-01-011-26/+38
| | | | | | Schwarze). Fixed assertion in exceeded rmargin by ridiculous columns.
* Documented `Fl' in mdoc.7.Kristaps Dzonsons2010-01-013-30/+30
| | | | Backed out stipulation that `Fl ""' is ignored: this is not the case in !OpenBSD groffs.
* `Fl' has each argument be in a separate scope (thanks Ingo Schwarze).Kristaps Dzonsons2010-01-013-7/+54
| | | | | Situation of `Fl [arg]* "" [arg]*' is fixed: empty arguments are ignored. Note that OpenBSD crashes when this happens. Situation of `Fl' is fixed wrt trailing whitespace.
* Fixed handling of exampledir (pointed out by Ulrich Sporlein, forgotten, ↵Kristaps Dzonsons2009-12-022-4/+7
| | | | discovered again).
* Version: 1.9.14.VERSION_1_9_14Kristaps Dzonsons2009-11-161-2/+2
|
* More clarification in manuals. Added per-OUTPUT section in mandoc.1.Kristaps Dzonsons2009-11-165-82/+133
|
* Enabled -Thtml -mdoc to work with \f (see compat notes in mandoc.1).Kristaps Dzonsons2009-11-165-17/+32
|
* Abstraction of -Thtml -man font setting (still experimental).Kristaps Dzonsons2009-11-163-37/+61
|