aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* As per Jason McIntyre's heartful urgings, do away with '.' separators ↵Kristaps Dzonsons2010-04-136-467/+22
| | | | | | between logical sections. Change email address to BSD.lv one (this is not an academic project...)
* Fix to auto-closing of LINK tag in -Txhtml (thanks to Daniel Friesel).Kristaps Dzonsons2010-04-121-2/+2
|
* Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other ↵Kristaps Dzonsons2010-04-122-98/+103
| | | | | | readability fixes. Merge modified patch by Joerg Sonnenberger that rewinds to whitespace when encountering trailing line-comments.
* Fixed %T: it now correctly underlines, instead of quoting (noted by Jason ↵Kristaps Dzonsons2010-04-083-35/+7
| | | | McIntyre and posted on Ingo Schwarze' mandoc-todo list).
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-084-11/+25
| | | | Prompted by Ingo and Claus Assman, added warn/ignore for text lines beginning with `\."'.
* Merged Jason McIntyre's "new-sentence, new-line" patch along with Ingo ↵Kristaps Dzonsons2010-04-081-37/+66
| | | | Schwarze' "gt" patch.
* Added some standards found in NetBSD's manuals.Kristaps Dzonsons2010-04-081-1/+5
|
* Properly checked in Ingo Schwarze' prologue/body-breaking patch, which I'd ↵Kristaps Dzonsons2010-04-081-13/+11
| | | | munged.
* Removed pipe from front-end ("typographic") recognition as punctuation ↵Kristaps Dzonsons2010-04-082-6/+10
| | | | (noted by Ingo Schwarze).
* Added some clarifying bits to mdoc.7 regarding GNU troff, mandoc, and ↵Kristaps Dzonsons2010-04-071-43/+55
| | | | Heirloom troff. Bits on Heirloom troff suggested from private communication with Gunnar Ritter (maintainer of Heirloom troff) (Heirloom uses BSD-4.4 mdoc files, from which historic groff -mdoc descends).
* Removed manual-section-calling restrictions for `Cd' and and `Ex' (requested ↵Kristaps Dzonsons2010-04-071-14/+2
| | | | by Joerg Sonnenberger).
* Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-072-4/+4
|
* Slipping in adjusted version note in on-line report.VERSION_1_9_23Kristaps Dzonsons2010-04-071-2/+2
|
* Lint fix.Kristaps Dzonsons2010-04-071-3/+2
|
* Noting version.Kristaps Dzonsons2010-04-072-4/+4
|
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style ↵Kristaps Dzonsons2010-04-073-59/+103
| | | | font escapes (noted by Frantisek Holop).
* Breaking mdoc.7's multiline examples into sets of D1. A few errors found ↵Kristaps Dzonsons2010-04-071-130/+68
| | | | here and there.
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg ↵Kristaps Dzonsons2010-04-072-8/+11
| | | | Sonnenberger).
* Removed warning for `Er' when not used in certain sections (pointed out by ↵Kristaps Dzonsons2010-04-062-13/+4
| | | | Joerg Sonnenberger).
* Allow `Bd' to accept (warn about then ignore) in-line arguments.Kristaps Dzonsons2010-04-062-5/+7
|
* Cleaned up post_bl_head() and fixed erroneous reporting of child nodes.Kristaps Dzonsons2010-04-061-12/+13
|
* Shortlist of changes checked in for this version.Kristaps Dzonsons2010-04-061-1/+16
|
* Prettyfied the stylesheet for mdocml.bsd.lv's online manuals.Kristaps Dzonsons2010-04-061-8/+17
|
* Migrating mdoc_node_free() and mdoc_node_freelist() to use ↵Kristaps Dzonsons2010-04-063-35/+53
| | | | mdoc_node_delete(), which has a more intuitive interface and mirrors libman.
* Let `Bl' accept arguments on the head line with a warning (these are ignored ↵Kristaps Dzonsons2010-04-063-6/+19
| | | | in the front-end device) (noted by Theo de Raadt).
* Note on `Fl' documented in mdoc.7.Kristaps Dzonsons2010-04-061-3/+5
|
* `Fl' now correctly suppresses the trailing space if followed by macros on ↵Kristaps Dzonsons2010-04-062-6/+6
| | | | the same line.
* Fix mdoc bug found by Claus Assmann: `Pf' should be callable.Kristaps Dzonsons2010-04-062-5/+5
|
* Make mathematical symbols have a longer first-column width (pointed out by ↵Kristaps Dzonsons2010-04-051-3/+3
| | | | Joerg Sonnenberger).
* Added mandoc_char.7 to installed manuals (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-051-1/+2
|
* Fix issue of non-NAME sections triggering "no sections" error, reported by ↵Kristaps Dzonsons2010-04-051-2/+6
| | | | Christian Weisgerber, patched by Ingo Schwarze.
* Commited relaxation of title-less document error-out noted by Christian ↵Kristaps Dzonsons2010-04-051-3/+18
| | | | Weisgerber and patched by Ingo Schwarze.
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-052-50/+54
| | | | | Fixed PAIR_xxx_INIT macros -- this are to be unified. Have `Vt', `Fn', `Ft', and `Fo' print whitespace afterward, instead of before.
* Enum-ised REWIND return values.Kristaps Dzonsons2010-04-051-7/+9
|
* Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ↵Kristaps Dzonsons2010-04-051-4/+9
| | | | "!"' rendering the "!" outside of scope.
* Removed lingering `Sp' reference (not -man).Kristaps Dzonsons2010-04-051-3/+2
|
* Added generation of mdoc.h.html and man.h.html as linked from generated ↵Kristaps Dzonsons2010-04-051-2/+5
| | | | mdoc.3.html and man.3.html, respectively.
* Merged patch by Ingo Schwarze allowing `Xr' to pass through with no ↵Kristaps Dzonsons2010-04-033-5/+11
| | | | arguments (emits warning of course).
* Modified version of Ingo Schwarze's patch so that -man doesn't puke when a ↵Kristaps Dzonsons2010-04-032-4/+17
| | | | TH isn't specified.
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous ↵Kristaps Dzonsons2010-04-033-19/+36
| | | | list types, which happens fairly often.
* Merging patch by Ingo Schwarze.Kristaps Dzonsons2010-04-032-6/+17
|
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General ↵Kristaps Dzonsons2010-04-033-33/+62
| | | | | | Syntax" for why this mistake was made). Noted by Ingo Schwarze. Lines of text now break at a hyphen, unless the hyphen is the first or second subsequent in a word. Inspired by a Ingo Schwarze's patch.
* Added new version information. Fixing up Makefile a bit.VERSION_1_9_22Kristaps Dzonsons2010-03-312-5/+23
|
* Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child ↵Kristaps Dzonsons2010-03-312-10/+15
| | | | explicit-scope macros.
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-314-9/+7
| | | | | Fixed removed assignment of type. Removed superfluous checks of mdoc_argflags (from days when comments were a macro tag).
* Macro types enum-ated (enum mdoct) (for easier debugging in gdb of "tok" ↵Kristaps Dzonsons2010-03-3110-181/+232
| | | | | | | values). Initial check-in of Ingo Schwarze's patch for Xo/Xc handling (in blocks ifdef'd "UGLY"). Put Oc-close-Op parts into UGLY ifdef blocks.
* 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
| | | | Moved pod2man escapes into man.3 (they're not part of -man or -mdoc, technically).
* Modified in_line_eoln() to handle leading punctuation.VERSION_1_9_20Kristaps Dzonsons2010-03-303-30/+42
|