aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* Last remaining bits for leading-punctuation in blk_exp().Kristaps Dzonsons2010-03-301-54/+66
|
* Fixed segfault with accidentally-munged tree.Kristaps Dzonsons2010-03-291-11/+9
|
* Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening ↵Kristaps Dzonsons2010-03-295-91/+123
| | | | | | | | | | | 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-37/+44
| | | | clobbering prior scope rules and line modes.
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-293-9/+28
|
* Fix mandoc.1 ending (noted by Sascha Wildner).VERSION_1_9_19Kristaps Dzonsons2010-03-271-2/+3
|
* Last fix for tabs/spaces between control character and macro. egcs gcc.1 is ↵VERSION_1_9_18Kristaps Dzonsons2010-03-271-2/+2
| | | | now handled.
* ...finishing last commit message: accept both tabs and spaces between ↵Kristaps Dzonsons2010-03-271-3/+3
| | | | control character and macro text.
* *** empty log message ***Kristaps Dzonsons2010-03-271-2/+6
|
* Lint fixes.Kristaps Dzonsons2010-03-273-6/+7
|
* Lint fixes.Kristaps Dzonsons2010-03-271-5/+1
|
* Documentation of apostrophe control character.Kristaps Dzonsons2010-03-272-7/+28
|
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-278-61/+223
| | | | | | 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-5/+5
|
* Lint fixes.VERSION_1_9_17Kristaps Dzonsons2010-03-251-1/+3
|
* Cleaned up version info.Kristaps Dzonsons2010-03-252-7/+7
|
* Fixed up some documentation in man.7: only documenting man.7 macros, not ↵Kristaps Dzonsons2010-03-254-58/+74
| | | | 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-51/+241
| | | | | | | 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-18/+13
| | | | | Removed ignoring of MAN_Vb argument (symmetry). Removed superfluous utsname inclusion.
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-235-82/+111
| | | | | 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-1/+8
|
* Added stupid pod2man reserved strings.Kristaps Dzonsons2010-03-233-9/+49
|
* Fixed two very subtle bugs in retaining overstep and maxrmargin widths ↵Kristaps Dzonsons2010-03-234-20/+25
| | | | between parse sequences.
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ↵Kristaps Dzonsons2010-03-238-88/+137
| | | | set of patches by Ingo Schwarze.
* Removed STANDARDS in mandoc_char(7), as they're no longer relevant (the ↵Kristaps Dzonsons2010-03-221-15/+2
| | | | 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-35/+47
| | | | Schwarze.
* Updated web-site with new version.VERSION_1_9_16Kristaps Dzonsons2010-03-223-66/+46
| | | | Allowed double-rule entries in Makefile (clean-up).
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-225-57/+95
| | | | | 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-66/+135
| | | | | | `sp', and `br'. Based on a patch by Ingo Schwarze.
* Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze).Kristaps Dzonsons2010-03-212-3/+5
|
* Added news item for new version.VERSION_1_9_15Kristaps Dzonsons2010-02-172-5/+10
| | | | Version: 1.9.15.
* Fixed printing of XHTML DOCTYPE "html" vs. "HTML".Kristaps Dzonsons2010-02-171-2/+6
|
* Updated index with new address bits and such.Kristaps Dzonsons2010-02-172-192/+219
|
* Made `Xr' compatible with groff calling conventions where arguments ↵Kristaps Dzonsons2010-02-172-7/+21
| | | | | | following the trailing section are implicitly `Ns'd. Based on a patch submitted by Ingo Schwarze.
* Macro documentation for `Xr'.Kristaps Dzonsons2010-02-171-3/+34
| | | | | Re-added macros following `Vt' (lost somehow?). Removed `Xr' <3 stipulations.
* Removed offsets from most parts (no reason for indentation).Kristaps Dzonsons2010-02-172-40/+42
| | | | | Using POSIX2008 idioms for examples (thanks Joerg Sonnenberger). Removed references to fgetln().
* Added `Vt' double-type documentation.Kristaps Dzonsons2010-01-301-7/+34
|
* Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg ↵Kristaps Dzonsons2010-01-305-12/+84
| | | | Sonnenberger.
* Mandate html attributes for xhtml.Kristaps Dzonsons2010-01-301-6/+28
|
* Fixed Makefile for `make lint' dep. on config.hKristaps Dzonsons2010-01-298-31/+135
| | | | Added -Txhtml for XHTML output (minimal increase to programme logic). Because groff has it and it bothers me that we don't.
* Removed superfluous lookahead block in chars.c.Kristaps Dzonsons2010-01-281-13/+1
|