summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix asserts on stripping end-of-line whitespace.Kristaps Dzonsons2010-05-082-6/+2
|
* Second test of log_accum.Kristaps Dzonsons2010-05-081-1/+1
|
* Test of log_accum.Kristaps Dzonsons2010-05-081-1/+1
|
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ↵Kristaps Dzonsons2010-05-084-24/+45
| | | | groff).
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-0811-41/+46
|
* De-chunking of text removed from parsers. This is a significant change (and ↵Kristaps Dzonsons2010-05-075-131/+51
| | | | | | I don't really like it), but it's what groff does. Distinction of ARGS_PHRASE and ARGS_PPHRASE in backend (not yet used).
* Initial ARGS_PPHRASE (partial phrase) framework.Kristaps Dzonsons2010-05-074-10/+19
| | | | Running tally of changes in index.sgml.
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-073-26/+33
|
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-074-19/+19
|
* Protection against running lookup() against quoted words.Kristaps Dzonsons2010-05-072-29/+39
|
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-073-136/+160
| | | | | Fixed lookup() and lookup_raw() to correctly use enum type. Quashed in_line_argn() bug (not reported, but there) where mixing return values.
* Backed out break-at-hyphen changes.Kristaps Dzonsons2010-05-071-38/+3
|
* As per Jason McIntyre's heartful urgings, do away with '.' separators ↵Kristaps Dzonsons2010-04-136-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 Dzonsons2010-04-121-1/+1
|
* Merge patch by Jason McIntyre cleaning on mandoc.1: `Ar' -> `Cm' and other ↵Kristaps Dzonsons2010-04-122-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 Dzonsons2010-04-083-32/+4
| | | | McIntyre and posted on Ingo Schwarze' mandoc-todo list).
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-084-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 Dzonsons2010-04-081-35/+64
| | | | Schwarze' "gt" patch.
* Added some standards found in NetBSD's manuals.Kristaps Dzonsons2010-04-081-0/+4
|
* Properly checked in Ingo Schwarze' prologue/body-breaking patch, which I'd ↵Kristaps Dzonsons2010-04-081-12/+10
| | | | munged.
* Removed pipe from front-end ("typographic") recognition as punctuation ↵Kristaps Dzonsons2010-04-082-4/+8
| | | | (noted by Ingo Schwarze).
* Added some clarifying bits to mdoc.7 regarding GNU troff, mandoc, and ↵Kristaps Dzonsons2010-04-071-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 Dzonsons2010-04-071-13/+1
| | | | by Joerg Sonnenberger).
* Allowing `Cd' to be in section 9 (noted by Joerg Sonnenberger).Kristaps Dzonsons2010-04-072-2/+2
|
* Slipping in adjusted version note in on-line report.VERSION.1.9.23Kristaps Dzonsons2010-04-071-1/+1
|
* Lint fix.Kristaps Dzonsons2010-04-071-2/+1
|
* Noting version.Kristaps Dzonsons2010-04-072-3/+3
|
* Add support/ignoring of \f(xy, \f[X...], \F(xy, \FX, \F[X...] roff-style ↵Kristaps Dzonsons2010-04-073-56/+100
| | | | font escapes (noted by Frantisek Holop).
* Breaking mdoc.7's multiline examples into sets of D1. A few errors found ↵Kristaps Dzonsons2010-04-071-128/+66
| | | | here and there.
* Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg ↵Kristaps Dzonsons2010-04-072-6/+9
| | | | Sonnenberger).
* Removed warning for `Er' when not used in certain sections (pointed out by ↵Kristaps Dzonsons2010-04-062-11/+2
| | | | Joerg Sonnenberger).
* Allow `Bd' to accept (warn about then ignore) in-line arguments.Kristaps Dzonsons2010-04-062-3/+5
|
* Cleaned up post_bl_head() and fixed erroneous reporting of child nodes.Kristaps Dzonsons2010-04-061-11/+12
|
* Shortlist of changes checked in for this version.Kristaps Dzonsons2010-04-061-0/+15
|
* 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-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 Dzonsons2010-04-063-3/+16
| | | | in the front-end device) (noted by Theo de Raadt).
* Note on `Fl' documented in mdoc.7.Kristaps Dzonsons2010-04-061-2/+4
|
* `Fl' now correctly suppresses the trailing space if followed by macros on ↵Kristaps Dzonsons2010-04-062-4/+4
| | | | the same line.
* Fix mdoc bug found by Claus Assmann: `Pf' should be callable.Kristaps Dzonsons2010-04-062-2/+2
|
* Make mathematical symbols have a longer first-column width (pointed out by ↵Kristaps Dzonsons2010-04-051-1/+1
| | | | 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-1/+5
| | | | Christian Weisgerber, patched by Ingo Schwarze.
* Commited relaxation of title-less document error-out noted by Christian ↵Kristaps Dzonsons2010-04-051-2/+17
| | | | Weisgerber and patched by Ingo Schwarze.
* Fix in `Mt' mailto from a patch by Tim van der Molen.Kristaps Dzonsons2010-04-052-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 Dzonsons2010-04-051-6/+8
|
* Tentative fix of quoted punctuation issue noted by Jason McIntyre, e.g., `Li ↵Kristaps Dzonsons2010-04-051-3/+8
| | | | "!"' rendering the "!" outside of scope.
* Removed lingering `Sp' reference (not -man).Kristaps Dzonsons2010-04-051-1/+0
|
* 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-2/+8
| | | | arguments (emits warning of course).