aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
Commit message (Collapse)AuthorAgeFilesLines
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-2/+1
|
* -man also prints unknown macro (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-261-2/+1
|
* Lookup hashes are now static tables, ordered first-level by second ↵Kristaps Dzonsons2009-09-161-5/+3
| | | | character, then randomly along a chain. Improves performance by a small fraction and considerably cleans up hash sources.
* Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head).Kristaps Dzonsons2009-08-211-2/+3
|
* Fixed `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-211-1/+5
| | | | Added warnings if literal context already open/closed.
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-191-1/+2
|
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+2
|
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-5/+31
| | | | | | | | 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.
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
| | | | Added `\c' to known escapes (only used in man, but still).
* Tabularised error strings in libman.Kristaps Dzonsons2009-07-071-3/+4
|
* Consolidated all err/warnings into mdoc.c via libmdoc.h.Kristaps Dzonsons2009-07-061-3/+3
|
* Moved escape validation into libmandoc.h/mandoc.c (common between ↵Kristaps Dzonsons2009-07-041-2/+3
| | | | | | | libman/libmdoc1). libman supports MAN_IGN_ESCAPE (like MDOC_IGN_ESCAPE). All popular escapes now handled consistently.
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-221-2/+4
| | | | | libman requirements documented in man.7 STRUCTURE section. Added STRUCTURE section to mdoc.7, too.
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-1/+21
| | | | Converted all formatted warn/errors into regular syntax.
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
|
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
|
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-1/+2
|
* Added pflags to man_alloc.Kristaps Dzonsons2009-03-251-1/+2
| | | | Abstract fflags -> pflags in main.c.
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-1/+3
|
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-1/+5
|
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-1/+2
|
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-17/+4
|
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+66
Abstraction of mdoc.