Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made tree/term/out() functions return void. | Kristaps Dzonsons | 2009-09-16 | 1 | -19/+12 |
| | | | | Put err() functions back into front-ends (no use making it needlessly complex). | ||||
* | Removed TERMP_BOLD, TERMP_UNDER, TERMP_STYLE in favour of recursive-friendly ↵ | Kristaps Dzonsons | 2009-09-15 | 1 | -34/+48 |
| | | | | | | increments. Cleaned up confusing behaviour of p->flags. | ||||
* | Added `UC' libman macro (has no effect). | Kristaps Dzonsons | 2009-08-22 | 1 | -1/+12 |
| | | | | | Corrected `UC' and `DT' not to print their arguments. Noted that `UC' and `DT' shouldn't be used. | ||||
* | FreeBSD fix (uqs@spoerlein.net). | Kristaps Dzonsons | 2009-08-21 | 1 | -0/+2 |
| | |||||
* | Added `DT' macro (pointed out by joerg@netbsd.org). | Kristaps Dzonsons | 2009-08-20 | 1 | -1/+2 |
| | |||||
* | `RS' blocks correctly formatting in output device. | Kristaps Dzonsons | 2009-08-19 | 1 | -19/+88 |
| | |||||
* | Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par). | Kristaps Dzonsons | 2009-08-19 | 1 | -0/+2 |
| | |||||
* | Small updates to man.7 (next-line break-exclusions, numerical width example). | Kristaps Dzonsons | 2009-08-18 | 1 | -34/+81 |
| | | | | Fully tested and correct scope-rewinding of block macros. | ||||
* | `IP' and `TP' correctly handle width arguments. | Kristaps Dzonsons | 2009-08-17 | 1 | -14/+50 |
| | | | | Documented numeric widths. | ||||
* | Finished correct `IP' handling. | Kristaps Dzonsons | 2009-08-13 | 1 | -42/+68 |
| | |||||
* | Added proper `TP' support. | Kristaps Dzonsons | 2009-08-13 | 1 | -25/+40 |
| | |||||
* | Added full `HP' libman macro support. | Kristaps Dzonsons | 2009-08-13 | 1 | -2/+35 |
| | |||||
* | Significant overhaul in libman. Macros are now block- and line-scoped (with | Kristaps Dzonsons | 2009-08-13 | 1 | -45/+188 |
| | | | | | | | | next-line scope extensions possible). man.7 reflects block and line scoping, and also includes a REFERENCE section that will be used as a template for the big mdoc reference. Many fixes in next-line behaviour for both inline and block macros. Added some macros for compatibility (from me.7). Corrected quoted-literal handling for libman. | ||||
* | Moved indentation size into *term.c files. | Kristaps Dzonsons | 2009-08-10 | 1 | -19/+89 |
| | | | | Improved handling of libman `IP' macro (still needs work). | ||||
* | Added `sp' support to libman. | Kristaps Dzonsons | 2009-07-24 | 1 | -0/+1 |
| | | | | Added `\c' to known escapes (only used in man, but still). | ||||
* | Added nchild decrement in libman (not used, but better in than forgotten). | Kristaps Dzonsons | 2009-06-18 | 1 | -0/+1 |
| | | | | Added nchild to libmdoc, deprecated count() functions in validator. | ||||
* | Fixed libman .br to be a newline, not a .PP alias. | Kristaps Dzonsons | 2009-06-18 | 1 | -1/+12 |
| | |||||
* | Removed MAN___: moved MAN_br to its index (comments not passed into parser). | Kristaps Dzonsons | 2009-06-16 | 1 | -3/+5 |
| | | | | Fix: hashtable not fully formed after removal of MDOC___. | ||||
* | Removed superfluous ifdef around strftime (schwarze@openbsd.org). | Kristaps Dzonsons | 2009-06-15 | 1 | -4/+0 |
| | | | | Bumped version (this was supposed to be in 1.7.17). | ||||
* | Backed-out .IP changes for libman (needs work). | Kristaps Dzonsons | 2009-06-11 | 1 | -0/+5 |
| | |||||
* | Documented some un-clear parts of main.c. | Kristaps Dzonsons | 2009-06-11 | 1 | -1/+3 |
| | | | | | Fixed footer to be new-groff style (OS DATE OS). Removed sanity check from mdoc_term (unnecessary). | ||||
* | 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 |
| | |||||
* | man(3) doesn't use err.h anymore. | Kristaps Dzonsons | 2009-04-05 | 1 | -6/+7 |
| | | | | | | | | Added .i to man(3). Fixed up manuals. Fixed up webpage. Assertion fixes in man(3) (hashtable). Fixed assertion for .IP in mandoc -man. | ||||
* | mdoc_tokhash -> hash | Kristaps Dzonsons | 2009-04-02 | 1 | -0/+1 |
| | | | | Initial man hashtab (BROKEN). | ||||
* | Added some new manuals (mdoc.3 mandoc_char.7). | Kristaps Dzonsons | 2009-03-27 | 1 | -0/+1 |
| | | | | Support for .br in libman. | ||||
* | All macro-invocations, for consistency, begin with `.' in documentation. | Kristaps Dzonsons | 2009-03-26 | 1 | -26/+57 |
| | | | | | Fixed \\ -> \e in manual documentation. All preliminary -man macros in place. | ||||
* | Added several macros to man_term.c.VERSION.1.7.5 | Kristaps Dzonsons | 2009-03-26 | 1 | -7/+127 |
| | |||||
* | Fixed after-NLINE-error assertion. | Kristaps Dzonsons | 2009-03-26 | 1 | -0/+5 |
| | | | | | Scanned over all manuals with valgrind. Version up. | ||||
* | Initial front-end formatting for -man pages. | Kristaps Dzonsons | 2009-03-26 | 1 | -0/+369 |