aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/libman.h
Commit message (Expand)AuthorAgeFilesLines
...
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Squash bug noted by Ulrich Spoerlein where "-" were being converted toKristaps Dzonsons2010-06-091-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-39/+9
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-5/+1
* Removed restriction on integer manual sections in -man.Kristaps Dzonsons2010-05-151-2/+1
* Sync'd mdoc.c's function names with man.c.Kristaps Dzonsons2010-04-081-1/+2
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-1/+2
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-291-4/+6
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-2/+5
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-4/+4
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-7/+7
* Clarify -man -T[x]html handling of `br' within `B'.Kristaps Dzonsons2010-03-221-1/+3
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-4/+6
* 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 character,...Kristaps Dzonsons2009-09-161-5/+3
* 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
* 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
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
* 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 libman/libm...Kristaps Dzonsons2009-07-041-2/+3
* libman documents require `TH' and at least one node.Kristaps Dzonsons2009-06-221-2/+4
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-1/+21
* 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
* 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