aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
* Note that whitespace is really only the space character.Kristaps Dzonsons2010-05-082-3/+5
|
* Fix asserts on stripping end-of-line whitespace.Kristaps Dzonsons2010-05-082-8/+4
|
* Second test of log_accum.Kristaps Dzonsons2010-05-081-2/+2
|
* Test of log_accum.Kristaps Dzonsons2010-05-081-2/+2
|
* Strip trailing, unescaped whitespace from free-form, non-literal lines (like ↵Kristaps Dzonsons2010-05-084-30/+51
| | | | groff).
* Lint fixes (type-safety for enums via -cefuh).Kristaps Dzonsons2010-05-0811-52/+57
|
* De-chunking of text removed from parsers. This is a significant change (and ↵Kristaps Dzonsons2010-05-075-138/+58
| | | | | | 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-14/+23
| | | | Running tally of changes in index.sgml.
* enum-ised mdoc_argv() return (better return-value safety).Kristaps Dzonsons2010-05-073-29/+36
|
* margerr -> margserr (getting ready for margverr).Kristaps Dzonsons2010-05-074-22/+22
|
* Protection against running lookup() against quoted words.Kristaps Dzonsons2010-05-072-30/+40
|
* Wrangle mdoc_args() and mdoc_zargs() to use enum return type.Kristaps Dzonsons2010-05-073-139/+163
| | | | | 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-39/+4
|
* 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.