summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* Modified version of Ingo Schwarze's patch so that -man doesn't puke when a ↵Kristaps Dzonsons2010-04-032-2/+15
| | | | TH isn't specified.
* Merged Ingo Schwarze's patch (plus documentation) for removing extraneous ↵Kristaps Dzonsons2010-04-033-16/+33
| | | | list types, which happens fairly often.
* Merging patch by Ingo Schwarze.Kristaps Dzonsons2010-04-032-4/+15
|
* Removed erroneous `{' and `}' as punctuation (see mdoc.samples "General ↵Kristaps Dzonsons2010-04-033-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.22Kristaps Dzonsons2010-03-312-4/+22
|
* Fixed fatal bug in Xo/Xc patch that caused segfaults with last-child ↵Kristaps Dzonsons2010-03-312-9/+14
| | | | explicit-scope macros.
* Re-adjusting UGLY tags.Kristaps Dzonsons2010-03-314-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 Dzonsons2010-03-3110-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.21Kristaps Dzonsons2010-03-311-1/+1
|
* Version (bug-fix).Kristaps Dzonsons2010-03-311-2/+2
|
* Escape TH -> Th (noticed by Joerg Sonnenberger).Kristaps Dzonsons2010-03-303-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.20Kristaps Dzonsons2010-03-303-28/+40
|
* Last remaining bits for leading-punctuation in blk_exp().Kristaps Dzonsons2010-03-301-53/+65
|
* Fixed segfault with accidentally-munged tree.Kristaps Dzonsons2010-03-291-10/+8
|
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening ↵Kristaps Dzonsons2010-03-295-86/+118
| | | | | | | | | | | and closing macro punctuation). Modify blk_part_exp() to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_exp(). Modify blk_part_imp() for to correctly handle leading punctuation before HEAD. Significantly clean up and document blk_part_imp(). Integrate Ingo Schwarze's patch for args() (using new mdoc_iscdelim() format). Documented bad `Ec' handling for later work in mdoc_term.c/mdoc_html.c.
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions ↵Kristaps Dzonsons2010-03-296-30/+37
| | | | clobbering prior scope rules and line modes.
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-293-6/+25
|
* Fix mandoc.1 ending (noted by Sascha Wildner).VERSION.1.9.19Kristaps Dzonsons2010-03-271-1/+2
|
* Last fix for tabs/spaces between control character and macro. egcs gcc.1 is ↵VERSION.1.9.18Kristaps Dzonsons2010-03-271-1/+1
| | | | now handled.
* ...finishing last commit message: accept both tabs and spaces between ↵Kristaps Dzonsons2010-03-271-2/+2
| | | | control character and macro text.
* *** empty log message ***Kristaps Dzonsons2010-03-271-1/+5
|
* Lint fixes.Kristaps Dzonsons2010-03-273-3/+4
|
* Lint fixes.Kristaps Dzonsons2010-03-271-4/+0
|
* Documentation of apostrophe control character.Kristaps Dzonsons2010-03-272-3/+24
|
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-278-53/+215
| | | | | | Added title-case check for (libman). Fixed premature closure of roff instruction scope (libman). Added documentation of ignored roff macros to man(3).
* Fixed misspelt "Loongson" (noted by Ingo Schwarze).Kristaps Dzonsons2010-03-262-2/+2
|
* Lint fixes.VERSION.1.9.17Kristaps Dzonsons2010-03-251-0/+2
|
* Cleaned up version info.Kristaps Dzonsons2010-03-252-6/+6
|
* Fixed up some documentation in man.7: only documenting man.7 macros, not ↵Kristaps Dzonsons2010-03-254-52/+68
| | | | 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-43/+233
| | | | | | | 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-16/+11
| | | | | Removed ignoring of MAN_Vb argument (symmetry). Removed superfluous utsname inclusion.
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-235-77/+106
| | | | | 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-0/+7
|
* Added stupid pod2man reserved strings.Kristaps Dzonsons2010-03-233-5/+45
|
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths ↵Kristaps Dzonsons2010-03-234-16/+21
| | | | between parse sequences.
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ↵Kristaps Dzonsons2010-03-238-79/+128
| | | | set of patches by Ingo Schwarze.
* Removed STANDARDS in mandoc_char(7), as they're no longer relevant (the ↵Kristaps Dzonsons2010-03-221-13/+0
| | | | 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-33/+45
| | | | Schwarze.
* Updated web-site with new version.VERSION.1.9.16Kristaps Dzonsons2010-03-223-65/+45
| | | | Allowed double-rule entries in Makefile (clean-up).
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-225-51/+89
| | | | | 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-58/+127
| | | | | | `sp', and `br'. Based on a patch by Ingo Schwarze.
* Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-03-212-0/+2
|