Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Last remaining bits for leading-punctuation in blk_exp(). | Kristaps Dzonsons | 2010-03-30 | 1 | -53/+65 |
| | |||||
* | Fixed segfault with accidentally-munged tree. | Kristaps Dzonsons | 2010-03-29 | 1 | -10/+8 |
| | |||||
* | Integrate Ingo Schwarze's patch for mdoc_iscdelim() (tri-state for opening ↵ | Kristaps Dzonsons | 2010-03-29 | 5 | -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 Dzonsons | 2010-03-29 | 6 | -30/+37 |
| | | | | clobbering prior scope rules and line modes. | ||||
* | Initial step in fixing badness reported by Sascha Wildner (wip). | Kristaps Dzonsons | 2010-03-29 | 3 | -6/+25 |
| | |||||
* | Fix mandoc.1 ending (noted by Sascha Wildner).VERSION.1.9.19 | Kristaps Dzonsons | 2010-03-27 | 1 | -1/+2 |
| | |||||
* | Last fix for tabs/spaces between control character and macro. egcs gcc.1 is ↵VERSION.1.9.18 | Kristaps Dzonsons | 2010-03-27 | 1 | -1/+1 |
| | | | | now handled. | ||||
* | ...finishing last commit message: accept both tabs and spaces between ↵ | Kristaps Dzonsons | 2010-03-27 | 1 | -2/+2 |
| | | | | control character and macro text. | ||||
* | *** empty log message *** | Kristaps Dzonsons | 2010-03-27 | 1 | -1/+5 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2010-03-27 | 3 | -3/+4 |
| | |||||
* | Lint fixes. | Kristaps Dzonsons | 2010-03-27 | 1 | -4/+0 |
| | |||||
* | Documentation of apostrophe control character. | Kristaps Dzonsons | 2010-03-27 | 2 | -3/+24 |
| | |||||
* | Fixed re-adjustment of scope in exiting roff instructions (libman). | Kristaps Dzonsons | 2010-03-27 | 8 | -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 Dzonsons | 2010-03-26 | 2 | -2/+2 |
| | |||||
* | Lint fixes.VERSION.1.9.17 | Kristaps Dzonsons | 2010-03-25 | 1 | -0/+2 |
| | |||||
* | Cleaned up version info. | Kristaps Dzonsons | 2010-03-25 | 2 | -6/+6 |
| | |||||
* | Fixed up some documentation in man.7: only documenting man.7 macros, not ↵ | Kristaps Dzonsons | 2010-03-25 | 4 | -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 Dzonsons | 2010-03-24 | 8 | -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 Dzonsons | 2010-03-24 | 2 | -16/+11 |
| | | | | | Removed ignoring of MAN_Vb argument (symmetry). Removed superfluous utsname inclusion. | ||||
* | libman using enum mant instead of #defines for macros. | Kristaps Dzonsons | 2010-03-23 | 5 | -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 Dzonsons | 2010-03-23 | 1 | -0/+7 |
| | |||||
* | Added stupid pod2man reserved strings. | Kristaps Dzonsons | 2010-03-23 | 3 | -5/+45 |
| | |||||
* | Fixed two very subtle bugs in retaining overstep and maxrmargin widths ↵ | Kristaps Dzonsons | 2010-03-23 | 4 | -16/+21 |
| | | | | between parse sequences. | ||||
* | Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ↵ | Kristaps Dzonsons | 2010-03-23 | 8 | -79/+128 |
| | | | | set of patches by Ingo Schwarze. | ||||
* | Removed STANDARDS in mandoc_char(7), as they're no longer relevant (the ↵ | Kristaps Dzonsons | 2010-03-22 | 1 | -13/+0 |
| | | | | manual deals with input characters, not output formats). | ||||
* | Have -Tlint imply -Wall and -fstrict. Based on a patch submitted by Ingo ↵ | Kristaps Dzonsons | 2010-03-22 | 2 | -33/+45 |
| | | | | Schwarze. | ||||
* | Updated web-site with new version.VERSION.1.9.16 | Kristaps Dzonsons | 2010-03-22 | 3 | -65/+45 |
| | | | | Allowed double-rule entries in Makefile (clean-up). | ||||
* | Clarify -man -T[x]html handling of `br' within `B'. | Kristaps Dzonsons | 2010-03-22 | 5 | -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 Dzonsons | 2010-03-22 | 7 | -58/+127 |
| | | | | | | `sp', and `br'. Based on a patch by Ingo Schwarze. | ||||
* | Added Longsoon architecture (thanks Jason McIntyre, Ingo Schwarze). | Kristaps Dzonsons | 2010-03-21 | 2 | -0/+2 |
| | |||||
* | Added news item for new version.VERSION.1.9.15 | Kristaps Dzonsons | 2010-02-17 | 2 | -4/+9 |
| | | | | Version: 1.9.15. | ||||
* | Fixed printing of XHTML DOCTYPE "html" vs. "HTML". | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+5 |
| | |||||
* | Updated index with new address bits and such. | Kristaps Dzonsons | 2010-02-17 | 2 | -192/+219 |
| | |||||
* | Made `Xr' compatible with groff calling conventions where arguments ↵ | Kristaps Dzonsons | 2010-02-17 | 2 | -5/+19 |
| | | | | | | following the trailing section are implicitly `Ns'd. Based on a patch submitted by Ingo Schwarze. | ||||
* | Macro documentation for `Xr'. | Kristaps Dzonsons | 2010-02-17 | 1 | -1/+32 |
| | | | | | Re-added macros following `Vt' (lost somehow?). Removed `Xr' <3 stipulations. | ||||
* | Removed offsets from most parts (no reason for indentation). | Kristaps Dzonsons | 2010-02-17 | 2 | -36/+38 |
| | | | | | Using POSIX2008 idioms for examples (thanks Joerg Sonnenberger). Removed references to fgetln(). | ||||
* | Added `Vt' double-type documentation. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+32 |
| | |||||
* | Fix in handling Vt in SYNOPSIS with trailing punctuation. Spotted by Joerg ↵ | Kristaps Dzonsons | 2010-01-30 | 5 | -7/+79 |
| | | | | Sonnenberger. | ||||
* | Mandate html attributes for xhtml. | Kristaps Dzonsons | 2010-01-30 | 1 | -5/+27 |
| |