aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_macro.c
Commit message (Expand)AuthorAgeFilesLines
...
* First, make -man ARGS_EOLN et al. be an enum. Second, removeKristaps Dzonsons2011-03-231-21/+7
* libmdoc.h and libman.h were including mdoc.h and man.h, respectively.Kristaps Dzonsons2011-03-221-1/+2
* Consolidate messages. Have all parse-time messages (in libmdoc,Kristaps Dzonsons2011-03-201-1/+2
* Clean-up in libman: make all calls to man_*msg not check return value.Kristaps Dzonsons2011-03-171-13/+12
* Downgrade -man message of ignored empty paragraph to MANDOC_IGNPAR. TheKristaps Dzonsons2011-01-121-5/+13
* Remove `i' and `r' macro handlers. These macros, originally part of theKristaps Dzonsons2010-12-081-3/+1
* Add support for `ft' macro found in groff(7). Based on a patch byKristaps Dzonsons2010-12-061-1/+2
* Remove `Sp', `Vb', and `Ve' (as per schwarze@'s changes in OpenBSD),Kristaps Dzonsons2010-12-051-4/+1
* Kill man_action.c.Kristaps Dzonsons2010-11-301-9/+1
* Sync to OpenBSD: add missing Copyright years.Ingo Schwarze2010-07-311-2/+2
* Added `in' macro support for -man -Tascii. This is not yet supported inKristaps Dzonsons2010-07-221-1/+2
* Mechanical diff allowing the const struct regset to propogate throughKristaps Dzonsons2010-06-261-1/+4
* Churn as I finish email address migration kth.se -> bsd.lv.Kristaps Dzonsons2010-06-191-2/+2
* Enable the unified error/warning enumeration in mandoc.h that'sKristaps Dzonsons2010-05-171-11/+13
* Add support for .AT. Properly implement .UC. Add regress tests.Joerg Sonnenberger2010-05-171-1/+2
* Remove `am', `ami', `de', `dei', and `.' from -man, as they're now in the rof...Kristaps Dzonsons2010-05-151-91/+5
* Pull `ig' out of -man and leave it the roff preparser.Kristaps Dzonsons2010-05-151-4/+2
* Final (?) fix to issue pointed out by Sascha Wildner: roff instructions clobb...Kristaps Dzonsons2010-03-291-20/+10
* Initial step in fixing badness reported by Sascha Wildner (wip).Kristaps Dzonsons2010-03-291-1/+16
* Lint fixes.Kristaps Dzonsons2010-03-271-2/+2
* Lint fixes.Kristaps Dzonsons2010-03-271-5/+1
* Fixed re-adjustment of scope in exiting roff instructions (libman).Kristaps Dzonsons2010-03-271-16/+86
* Lint fixes.VERSION_1_9_17Kristaps Dzonsons2010-03-251-1/+3
* Fixed up some documentation in man.7: only documenting man.7 macros, not rela...Kristaps Dzonsons2010-03-251-6/+9
* Using man_node_delete() instead of man_node_free()/man_node_freelist() and fr...Kristaps Dzonsons2010-03-241-10/+104
* enum-ised rew_* return values (type-safety).Kristaps Dzonsons2010-03-241-15/+12
* libman using enum mant instead of #defines for macros.Kristaps Dzonsons2010-03-231-8/+9
* Support for pod2man standard header macros (Vb, Ve, Sp). Based largely on a ...Kristaps Dzonsons2010-03-231-1/+8
* Accomodate (libman) for next-line macros followed by non-text macros `na', `s...Kristaps Dzonsons2010-03-221-6/+21
* Big check-in of compatibility layer. This should work on most major architec...Kristaps Dzonsons2010-01-011-1/+5
* Added `PD' to -man (doesn't do anything, yet).Kristaps Dzonsons2009-10-241-1/+2
* Added `UC' libman macro (has no effect).Kristaps Dzonsons2009-08-221-1/+2
* Fixed next-line scoping of `.HP nnn' (has both next-line and on-line in head).Kristaps Dzonsons2009-08-211-6/+14
* Open explicit scope on libman exit now only generates warning.Kristaps Dzonsons2009-08-211-2/+3
* Fixed next-line scope error in libman block macros.Kristaps Dzonsons2009-08-201-3/+6
* Fixed (not documented anywhere of course) that `SH' and `SS' in libman have n...Kristaps Dzonsons2009-08-201-3/+3
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-1/+2
* libman checks for open explicit scopes on exit.Kristaps Dzonsons2009-08-191-4/+14
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-31/+72
* Small updates to man.7 (next-line break-exclusions, numerical width example).Kristaps Dzonsons2009-08-181-7/+22
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-147/+218
* Added `sp' support to libman.Kristaps Dzonsons2009-07-241-1/+2
* Moved all formatted libman warn/error into man.c/libman.h.Kristaps Dzonsons2009-06-181-8/+6
* Removed MAN___: moved MAN_br to its index (comments not passed into parser).Kristaps Dzonsons2009-06-161-3/+2
* Fixed license email address.Kristaps Dzonsons2009-06-101-2/+2
* Using proper license template (const).Kristaps Dzonsons2009-04-121-12/+10
* man(3) doesn't use err.h anymore.Kristaps Dzonsons2009-04-051-1/+2
* mdoc_tokhash -> hashKristaps Dzonsons2009-04-021-1/+2
* General clean-ups.Kristaps Dzonsons2009-03-311-2/+1
* Added some new manuals (mdoc.3 mandoc_char.7).Kristaps Dzonsons2009-03-271-1/+2