summaryrefslogtreecommitdiffstats
path: root/man_action.c
Commit message (Expand)AuthorAgeFilesLines
* Using perror() instead of fprintf for failure from library functions.Kristaps Dzonsons2009-10-311-2/+0
* libmdoc and libman now using non-recoverable allocations (simpler code).Kristaps Dzonsons2009-10-301-7/+4
* bzero() -> memset() (noted by Joerg Sonnenberger).Kristaps Dzonsons2009-10-271-1/+1
* 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 `nf' behaviour (had broken with de-chunking).Kristaps Dzonsons2009-08-211-13/+39
* Added `DT' macro (pointed out by joerg@netbsd.org).Kristaps Dzonsons2009-08-201-0/+1
* Added RS/RE macro pair (had to adjust closing rules, sec/ssec/rs/par).Kristaps Dzonsons2009-08-191-1/+3
* Significant overhaul in libman. Macros are now block- and line-scoped (withKristaps Dzonsons2009-08-131-2/+3
* 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-9/+6
* 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-5/+6
* 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-8/+6
* Fixed reading whitespace for man.7 `. TH'.Kristaps Dzonsons2009-03-261-6/+14
* Linux fix (prototype).Kristaps Dzonsons2009-03-251-0/+3
* Actions in place for prologue parsing.Kristaps Dzonsons2009-03-251-87/+74
* Added man_action.c, renamed mdoc_action.c.Kristaps Dzonsons2009-03-251-0/+196