summaryrefslogtreecommitdiffstats
path: root/man_macro.c
Commit message (Expand)AuthorAgeFilesLines
...
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-0/+3
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-1/+1
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-10/+12
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-0/+1
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-90/+4
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-3/+1
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-19/+9
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-291-0/+15
* Lint fixes.Kristaps Dzonsons2010-03-271-1/+1
* Lint fixes.Kristaps Dzonsons2010-03-271-4/+0
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-15/+85
* Lint fixes.VERSION.1.9.17Kristaps Dzonsons2010-03-251-0/+2
* Fixed up some documentation in man.7: only documenting man.7 macros, not rela...Kristaps Dzonsons2010-03-251-5/+8
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-9/+103
* enum-ised rew_* return values (type-safety).Kristaps Dzonsons2010-03-241-14/+11
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-7/+8
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-0/+7
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-5/+20
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-0/+4
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-0/+1
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-0/+1
* Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head).Kristaps Dzonsons2009-08-211-5/+13
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-1/+2
* Fixed next-line scope error in libman block macros.Kristaps Dzonsons2009-08-201-2/+5
* Fixed (not documented anywhere of course) that `SH' and `SS' in libman have n...Kristaps Dzonsons2009-08-201-2/+2
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-0/+1
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-191-3/+13
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-30/+71
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-6/+21
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-146/+217
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-0/+1
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-7/+5
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-2/+1
* Fixed license email address.Kristaps Dzonsons2009-06-101-1/+1
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-0/+1
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-0/+1
* General clean-ups.Kristaps Dzonsons2009-03-311-1/+0
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-0/+1
* Initial front-end formatting for -man pages.Kristaps Dzonsons2009-03-261-0/+42
* Fixed inheritence of initial macro into man_macro.Kristaps Dzonsons2009-03-261-8/+11
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-6/+19
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-2/+21
* Added man validator, renamed mdoc validator.Kristaps Dzonsons2009-03-251-2/+7
* -man linked to mandoc in documentation.Kristaps Dzonsons2009-03-231-3/+11
* -man printing linked to -Ttree.Kristaps Dzonsons2009-03-231-52/+92
* Linux fixes.Kristaps Dzonsons2009-03-231-19/+19
* First addition of -man macro support.Kristaps Dzonsons2009-03-231-0/+96