Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | As per Jason McIntyre's heartful urgings, do away with '.' separators ↵ | Kristaps Dzonsons | 2010-04-13 | 6 | -454/+9 |
| | | | | | | 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 Dzonsons | 2010-04-12 | 1 | -1/+1 |
| | |||||
* | Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other ↵ | Kristaps Dzonsons | 2010-04-12 | 2 | -95/+100 |
| | | | | | | 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 Dzonsons | 2010-04-08 | 3 | -32/+4 |
| | | | | McIntyre and posted on Ingo Schwarze' mandoc-todo list). | ||||
* | Sync'd mdoc.c's function names with man.c. | Kristaps Dzonsons | 2010-04-08 | 4 | -7/+21 |
| | | | | 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 Dzonsons | 2010-04-08 | 1 | -35/+64 |
| | | | | Schwarze' "gt" patch. | ||||
* | Added some standards found in NetBSD's manuals. | Kristaps Dzonsons | 2010-04-08 | 1 | -0/+4 |
| | |||||
* | Properly checked in Ingo Schwarze' prologue/body-breaking patch, which I'd ↵ | Kristaps Dzonsons | 2010-04-08 | 1 | -12/+10 |
| | | | | munged. | ||||
* | Removed pipe from front-end ("typographic") recognition as punctuation ↵ | Kristaps Dzonsons | 2010-04-08 | 2 | -4/+8 |
| | | | | (noted by Ingo Schwarze). | ||||
* | Added some clarifying bits to mdoc.7 regarding GNU troff, mandoc, and ↵ | Kristaps Dzonsons | 2010-04-07 | 1 | -42/+54 |
| | | | | 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 Dzonsons | 2010-04-07 | 1 | -13/+1 |
| | | | | by Joerg Sonnenberger). | ||||
* | Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-04-07 | 2 | -2/+2 |
| | |||||
* | Slipping in adjusted version note in on-line report.VERSION.1.9.23 | Kristaps Dzonsons | 2010-04-07 | 1 | -1/+1 |
| | |||||
* | Lint fix. | Kristaps Dzonsons | 2010-04-07 | 1 | -2/+1 |
| | |||||
* | Noting version. | Kristaps Dzonsons | 2010-04-07 | 2 | -3/+3 |
| | |||||
* | Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style ↵ | Kristaps Dzonsons | 2010-04-07 | 3 | -56/+100 |
| | | | | font escapes (noted by Frantisek Holop). | ||||
* | Breaking mdoc.7's multiline examples into sets of D1. A few errors found ↵ | Kristaps Dzonsons | 2010-04-07 | 1 | -128/+66 |
| | | | | here and there. | ||||
* | Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg ↵ | Kristaps Dzonsons | 2010-04-07 | 2 | -6/+9 |
| | | | | Sonnenberger). | ||||
* | Removed warning for `Er' when not used in certain sections (pointed out by ↵ | Kristaps Dzonsons | 2010-04-06 | 2 | -11/+2 |
| | | | | Joerg Sonnenberger). | ||||
* | Allow `Bd' to accept (warn about then ignore) in-line arguments. | Kristaps Dzonsons | 2010-04-06 | 2 | -3/+5 |
| | |||||
* | Cleaned up post_bl_head() and fixed erroneous reporting of child nodes. | Kristaps Dzonsons | 2010-04-06 | 1 | -11/+12 |
| | |||||
* | Shortlist of changes checked in for this version. | Kristaps Dzonsons | 2010-04-06 | 1 | -0/+15 |
| | |||||
* | Prettyfied the stylesheet for mdocml.bsd.lv's online manuals. | Kristaps Dzonsons | 2010-04-06 | 1 | -8/+17 |
| | |||||
* | Migrating mdoc_node_free() and mdoc_node_freelist() to use ↵ | Kristaps Dzonsons | 2010-04-06 | 3 | -32/+50 |
| | | | | 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 Dzonsons | 2010-04-06 | 3 | -3/+16 |
| | | | | in the front-end device) (noted by Theo de Raadt). | ||||
* | Note on `Fl' documented in mdoc.7. | Kristaps Dzonsons | 2010-04-06 | 1 | -2/+4 |
| | |||||
* | `Fl' now correctly suppresses the trailing space if followed by macros on ↵ | Kristaps Dzonsons | 2010-04-06 | 2 | -4/+4 |
| | | | | the same line. | ||||
* | Fix mdoc bug found by Claus Assmann: `Pf' should be callable. | Kristaps Dzonsons | 2010-04-06 | 2 | -2/+2 |
| | |||||
* | Make mathematical symbols have a longer first-column width (pointed out by ↵ | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+1 |
| | | | | Joerg Sonnenberger). | ||||
* | Added mandoc_char.7 to installed manuals (noted by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+2 |
| | |||||
* | Fix issue of non-NAME sections triggering "no sections" error, reported by ↵ | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+5 |
| | | | | Christian Weisgerber, patched by Ingo Schwarze. | ||||
* | Commited relaxation of title-less document error-out noted by Christian ↵ | Kristaps Dzonsons | 2010-04-05 | 1 | -2/+17 |
| | | | | Weisgerber and patched by Ingo Schwarze. | ||||
* | Fix in `Mt' mailto from a patch by Tim van der Molen. | Kristaps Dzonsons | 2010-04-05 | 2 | -48/+52 |
| | | | | | 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 Dzonsons | 2010-04-05 | 1 | -6/+8 |
| | |||||
* | Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ↵ | Kristaps Dzonsons | 2010-04-05 | 1 | -3/+8 |
| | | | | "!"' rendering the "!" outside of scope. | ||||
* | Removed lingering `Sp' reference (not -man). | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+0 |
| | |||||
* | Added generation of mdoc.h.html and man.h.html as linked from generated ↵ | Kristaps Dzonsons | 2010-04-05 | 1 | -2/+5 |
| | | | | mdoc.3.html and man.3.html, respectively. | ||||
* | Merged patch by Ingo Schwarze allowing `Xr' to pass through with no ↵ | Kristaps Dzonsons | 2010-04-03 | 3 | -2/+8 |
| | | | | arguments (emits warning of course). | ||||
* | Modified version of Ingo Schwarze's patch so that -man doesn't puke when a ↵ | Kristaps Dzonsons | 2010-04-03 | 2 | -2/+15 |
| | | | | TH isn't specified. | ||||
* | Merged Ingo Schwarze's patch (plus documentation) for removing extraneous ↵ | Kristaps Dzonsons | 2010-04-03 | 3 | -16/+33 |
| | | | | list types, which happens fairly often. | ||||
* | Merging patch by Ingo Schwarze. | Kristaps Dzonsons | 2010-04-03 | 2 | -4/+15 |
| | |||||
* | Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General ↵ | Kristaps Dzonsons | 2010-04-03 | 3 | -30/+59 |
| | | | | | | 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.22 | Kristaps Dzonsons | 2010-03-31 | 2 | -4/+22 |
| | |||||
* | Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child ↵ | Kristaps Dzonsons | 2010-03-31 | 2 | -9/+14 |
| | | | | explicit-scope macros. | ||||
* | Re-adjusting UGLY tags. | Kristaps Dzonsons | 2010-03-31 | 4 | -6/+4 |
| | | | | | 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 Dzonsons | 2010-03-31 | 10 | -171/+222 |
| | | | | | | | 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.21 | Kristaps Dzonsons | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Version (bug-fix). | Kristaps Dzonsons | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Escape TH -> Th (noticed by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-03-30 | 3 | -20/+25 |
| | | | | 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.20 | Kristaps Dzonsons | 2010-03-30 | 3 | -28/+40 |
| |