Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix quoting of bar: \*(Ba mapping "|" is dumb, dumb, dumb (thanks groff). | Kristaps Dzonsons | 2010-05-12 | 1 | -1/+1 |
| | |||||
* | Noted \*(Ba side effects. | Kristaps Dzonsons | 2010-05-09 | 1 | -0/+11 |
| | |||||
* | Fixed ugly formatting of mandoc_char.7 in groff (-column widths were using ↵ | Kristaps Dzonsons | 2010-05-09 | 1 | -2/+2 |
| | | | | an escape, which groff understands but mandoc doesn't). | ||||
* | As per Jason McIntyre's heartful urgings, do away with '.' separators ↵ | Kristaps Dzonsons | 2010-04-13 | 1 | -39/+2 |
| | | | | | | between logical sections. Change email address to BSD.lv one (this is not an academic project...) | ||||
* | Make mathematical symbols have a longer first-column width (pointed out by ↵ | Kristaps Dzonsons | 2010-04-05 | 1 | -1/+1 |
| | | | | Joerg Sonnenberger). | ||||
* | Escape TH -> Th (noticed by Joerg Sonnenberger). | Kristaps Dzonsons | 2010-03-30 | 1 | -19/+0 |
| | | | | Moved pod2man escapes into man.3 (they're not part of -man or -mdoc, technically). | ||||
* | Added stupid pod2man reserved strings. | Kristaps Dzonsons | 2010-03-23 | 1 | -0/+19 |
| | |||||
* | 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). | ||||
* | mandoc_char(7) sync with OpenBSD version. | Kristaps Dzonsons | 2010-01-07 | 1 | -1/+1 |
| | |||||
* | Fixed -column widths to be string literals (as per mdoc.samples: surprise!). ↵ | Kristaps Dzonsons | 2010-01-05 | 1 | -25/+25 |
| | | | | | | | (Jason McIntyre, Ingo Schwarze) Remove trailing whitespace. (Jason McIntyre, Ingo Schwarze). Remove reference to `\\', which is a groff strangeism. (Jason McIntyre, Ingo Schwarze). | ||||
* | More clarification in manuals. Added per-OUTPUT section in mandoc.1. | Kristaps Dzonsons | 2009-11-16 | 1 | -19/+0 |
| | |||||
* | Fixed \c support for all input and output modes (documented in mandoc_char.7). | Kristaps Dzonsons | 2009-11-12 | 1 | -0/+1 |
| | |||||
* | Fixed mandoc_char lists to have -column before other arguments. | Kristaps Dzonsons | 2009-10-17 | 1 | -15/+15 |
| | |||||
* | Fix in mandoc.1 and mandoc_char.7 syntax (submitted Joerg Sonnenberger). | Kristaps Dzonsons | 2009-10-15 | 1 | -5/+37 |
| | | | | Added note on character format per output type. | ||||
* | Set field widths n -> m. | Kristaps Dzonsons | 2009-10-07 | 1 | -18/+18 |
| | |||||
* | Many more macros added to -Thtml. | Kristaps Dzonsons | 2009-09-24 | 1 | -362/+385 |
| | | | | Minor space issues fixed in -Tascii. | ||||
* | All special characters sync'd with groff, both -Thtml and -Tascii. | Kristaps Dzonsons | 2009-09-23 | 1 | -54/+80 |
| | | | | Re-added text links to index.sgml (just for show). | ||||
* | Sync'd currency symbols with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -6/+6 |
| | |||||
* | Sync'd special letters and ligatures with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -10/+19 |
| | |||||
* | Arrows & brackets sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -10/+40 |
| | |||||
* | Quotes sync'd with newest groff. | Kristaps Dzonsons | 2009-09-23 | 1 | -11/+18 |
| | |||||
* | Accent marks sync'd with current groff. | Kristaps Dzonsons | 2009-09-22 | 1 | -15/+22 |
| | |||||
* | Many more UTF-8 symbols in place. | Kristaps Dzonsons | 2009-09-22 | 1 | -55/+108 |
| | | | | | | Started partitioning chars.in into sections corresponding to mandoc_char.7. Correctly ordered Greek letters. Sync'd all mathematical and logical symbols with current groff. | ||||
* | Fix segfault in -Thtml column lists. | Kristaps Dzonsons | 2009-09-22 | 1 | -558/+262 |
| | | | | | | Added some more UTF-8 chars. mandoc_char.7 now has all special characters rendered. Fixed column layout in -Thtml. | ||||
* | Fixed some characters. | Kristaps Dzonsons | 2009-09-22 | 1 | -0/+52 |
| | | | | Initial push of mandoc_char showing the current character rendering (useful for testing, too). | ||||
* | Many more characters for HMTL (mostly Greek). | Kristaps Dzonsons | 2009-09-22 | 1 | -2/+2 |
| | |||||
* | Documented trademark and restricted mark (oops).VERSION.1.8.5 | Kristaps Dzonsons | 2009-07-28 | 1 | -0/+4 |
| | |||||
* | Quick-fix in mandoc_char.7 trailing whitespace. | Kristaps Dzonsons | 2009-07-28 | 1 | -1/+1 |
| | |||||
* | Added Greek characters to ascii.in (from groff_char.7). | Kristaps Dzonsons | 2009-07-28 | 1 | -64/+179 |
| | | | | Added Euro symbols (from groff_char.7). | ||||
* | Clarified special chars/predefined chars in mandoc_char.7. | Kristaps Dzonsons | 2009-07-27 | 1 | -6/+78 |
| | | | | | Cleaned up escape section in man.7, mdoc.7. Cleaned up function names in term.c. | ||||
* | Correct handling of \*(xx, \*[xxx], \*x versus \x, \(xx, \([xxx]: predefined ↵ | Kristaps Dzonsons | 2009-07-27 | 1 | -29/+15 |
| | | | | strings and escape characters, respectively. | ||||
* | Fixed \% special char (via groff.7). | Kristaps Dzonsons | 2009-07-26 | 1 | -11/+25 |
| | | | | Added some typographic special chars to mandoc_char.7. | ||||
* | Added \(hy symbol. | Kristaps Dzonsons | 2009-07-12 | 1 | -1/+3 |
| | | | | | | Properly categorised \- as an arithmetic minus sign. Nd produces \(em instead of old \-. OpenBSD ifdef'd to use old \- after Nd (ok: jmc@openbsd.org). | ||||
* | Fixed email address in manual AUTHOR reference. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+1 |
| | | | | | | Set max right margin to 80 columns (schwarze@openbsd.org). Fixed centre-field heading position (schwarze@openbsd.org). Also fixed -Tman centre-field. | ||||
* | Fixed license email address. | Kristaps Dzonsons | 2009-06-10 | 1 | -1/+1 |
| | |||||
* | Using proper license template (const). | Kristaps Dzonsons | 2009-04-12 | 1 | -12/+10 |
| | |||||
* | Made \(ss render as "ss", documented under COMPATIBILITY in mandoc_char.7. | Kristaps Dzonsons | 2009-04-12 | 1 | -0/+13 |
| | |||||
* | Manual .Dt fields CAPITALISED. | Kristaps Dzonsons | 2009-04-12 | 1 | -1/+1 |
| | | | | | | | | Indent set to 5 chars (nroff compat). Half-indent set to 3 chars (nroff compat). Default behaviour is loose-y (ignore macro/char/escape). Added -fstrict. Added unknown-character ignoring. | ||||
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+469 |
Support for .br in libman. |